* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    width: 100%;
    font-family: "Raleway", sans-serif;
    background-color: grey;
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
}
      

.contenedor {
    margin: 0 auto;
    width: 100%;
    font-family: "Raleway", sans-serif;
    background-color: grey;
    min-height: 100vh;
    position: relative;       
}


.navbar-nav li {
    list-style: none;
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;    
}

.navbar-nav li:hover ul {
    display: block;
}

.navbar-nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.navbar-nav ul li a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #333;
    outline: none;
}

.navbar-nav ul li a:hover {
    background-color: #ddd;
}

.navbar-nav li a {
    text-decoration: none;
    padding: 0;
}



.slider-box {
    width: 1280px;
    height: 70vh;
    margin: 0 auto 0;
    overflow: hidden;
    margin-bottom: 150px;    
}
   
    
.slider-box ul {
    display: flex;
    padding: 0;
    width: 700%;
    animation: slide 70s infinite alternate ease-in-out;
}
    
  
    

.slider-box li {
    width: 100%;
    list-style: none;
    position: relative;
}  
 

.item {
    width: 100%;
    height: 70vh;
}  
          

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    

.texto {
    position: absolute;
    text-align: justify;
    padding: 0 400px 0 200px;
    top: 100px;
    color: #FFFFFF;
}

.texto h1 {
    font-size: 50px;
    margin-bottom: 35px;
}
   

.texto h2 {
    font-size: 50px;
    margin-bottom: 35px;
}

.mike-titulo {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px;
}

.mike-titulo img {
    width: 200px;
}


.slider-box-2 {
    display: none;
    width: 1280px;
    height: 70vh;    
    overflow: hidden;
    margin: 0 auto 150px;    
}

.slider-box-2 ul {
    display: flex;
    padding: 0;
    width: 700%;
    animation: slide 70s infinite alternate ease-in-out;
}   
  

.slider-box-2 li {
    width: 100%;
    list-style: none;
    position: relative;
}  
 

.item-2 {
    width: 100%;
    height: 70vh;
}  
          

.item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
   

.texto-2 {
    position: absolute;
    text-align: center;
    padding: 0 350px;
    top: 100px;
    color: #FFFFFF;
} 
    

.texto-2 h2 {
    font-size: 50px;
    margin-bottom: 35px;
}


@keyframes slide {
    0% { margin-left: 0; }
    10% { margin-left: 0; }

    15% { margin-left: -100%; }
    25% { margin-left: -100%; }

    30% { margin-left: -200%; }
    40% { margin-left: -200%; }

    45% { margin-left: -300%; }
    55% { margin-left:-300%; }

    60% { margin-left: -400%; }
    70% { margin-left: -400%; }

    75% { margin-left: -500%; }
    85% { margin-left: -500%; }

    90% { margin-left: -600%; }
    100% { margin-left:-600%; }

}




.inicio-2 {
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
       
    }

.presentacion {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    column-count: 2;
    
}

.foto-mike {
    width: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    
}

.foto-mike img {
    width: 100%;
    height: 100%;
}

.logo-mike {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.logo-mike img {
    width: 200px;
}


.profesional {
    display: block;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}



.texto-pro {
    color: #FFFFFF;
    padding: 20px; 
    text-align: justify;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    
}

.footer {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    width: 100%;    
    display: flex;    
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #FFFFFF;
    bottom: 0;
    position: absolute;    
}

.footer p {
    margin: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;                
    font-size: clamp(0.5rem, 2vw, 1rem);
}

.footer a {
    outline: none;
}


    
@media screen and (min-width: 360px) and (max-width: 375px) {

    .nav-link {
        width: 80px;
    }

    .navbar-nav ul li a {    
    outline: none;
    }

   
    #box-1 {
        display: none;
    }

    #box-2 {
        display: grid;
        width: 100%;
    }
   
    
    .texto-2 {
        top: 50px;
        padding: 0 25px;
    }

    .texto-2 h2 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .texto-2 p {
        font-size: 12px;
        text-align: justify;
    }

    .presentacion {
        column-count: 1;
    }

    .foto-mike {
        width: 100%;
    }

    .logo-mike {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .logo-mike img {
        width: 120px;
    }

    .profesional {
        padding-bottom: 10px;
    }

    .texto-pro {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .profesional p {
        font-size: 10px;
    }

    .texto-pro p {
        font-size: 10px;
    }


.footer img {
        width: 30px;
    }

}

         

@media screen and (min-width: 376px) and (max-width: 428px) {

    .navbar-nav ul li a {    
    outline: none;
    }

    .nav-link {
        width: 80px;
    }

     
    #box-1 {
        display: none;
    }

    #box-2 {
        display: grid;
        width: 100%;
    }
   
    
    .texto-2 {
        top: 50px;
        padding: 0 25px;
    }

    .texto-2 h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .texto-2 p {
        font-size: 14px;
        text-align: justify;
    }

    .presentacion {
        column-count: 1;
    }

    .foto-mike {
        width: 100%;
    }

    .logo-mike {
        padding-top: 40px;          
    }

    .profesional {
        padding-bottom: 10px;
    }

    .profesional p {
        font-size: 14px;
    }

    .texto-pro {
        padding-bottom: 10px;
        padding-top: 10px;
    }
   
    

    .texto-pro p {
        font-size: 14px;
    }

    .footer img {
        width: 30px;
    }
}

@media screen and (min-width: 429px) and (max-width: 810px) {

     .navbar-nav ul li a {    
    outline: none;
    }

    .nav-link {
        width: 80px;
    }

     #box-1 {
        display: grid;
        width: 100%;
    }

    #box-2 {
        display: none;
        
    }

    .texto {
        top: 50px;
        padding: 0 200px 0 100px;              
    }

    .texto h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .texto h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .texto p {
        font-size: 18px;
        text-align: justify;
    }

    .presentacion {
        column-count: 1;
    }

    .foto-mike {
        width: 100%;
    }

    .logo-mike {
        padding-top: 40px;          
    }

    .profesional {
        padding-bottom: 10px;
    }

    .profesional p {
        font-size: 14px;
    }

    .texto-pro {
        padding-bottom: 10px;
        padding-top: 10px;
    }
   
    

    .texto-pro p {
        font-size: 14px;
    }





}

@media screen and (min-width: 660px) and (max-width: 667px) and (orientation: landscape) {

     body {
        padding-bottom: 20px;
    }

     .nav-link {
        width: 80px;
    }

    .navbar-nav ul li a {        
        outline: none;    
    }


      
    .slider-box {
        width: 100%;
    }
    
    .texto {
        top: 50px;
        padding: 0 200px 0 100px;
    }

     .texto h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .texto h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .texto p {
        font-size: 12px;
    }

    

    .logo-mike img {
        width: 120px;
    }

    .inicio-2 {
        padding-bottom: 60px;
    }

    .presentacion {
        font-size: 9px;
    }

    .profesional {
        padding: 8px;
    }

    .texto-pro {
        padding: 8px;
    }



    .footer img {
        width: 30px;
    }
}

@media screen and (min-width: 668px) and (max-width: 760px) and (orientation: landscape) {

    body {
        padding-bottom: 40px;
    }

     .nav-link {
        width: 80px;
    }

    .navbar-nav ul li a {        
        outline: none;    
    }


    
    .slider-box {
        width: 100%;
    }

    .texto {
        top: 50px;
        padding: 0 200px 0 100px;
    }

    .texto h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .texto h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .texto p {
        font-size: 12px;
    }

    
    .logo-mike img {
        width: 160px;
    }

    .inicio-2 {
        padding-bottom: 60px;
    }

    .presentacion {
        font-size: 10px;
    }

    .profesional {
        padding: 10px;
    }

    .texto-pro {
        padding: 10px;
    }

    .footer img {
        width: 30px;
    }

    
    
}






@media screen and (min-width: 761px) and (max-width: 926px) and (orientation: landscape) {

    body {
        padding-bottom: 40px;
    }

     .nav-link {
        width: 80px;
    }

     .navbar-nav ul li a {        
        outline: none;    
    }


    
    .slider-box {
        width: 100%;
    }

    .texto {
        top: 50px;
        padding: 0 200px 0 100px;
    }

    .texto h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .texto h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .texto p {
        font-size: 14px;
    }

    
    .logo-mike img {
        width: 160px;
    }

    .inicio-2 {
        padding-bottom: 60px;
    }

    .presentacion {
        font-size: 10px;
    }

    .profesional {
        padding: 10px;
    }

    .texto-pro {
        padding: 10px;
    }

    .footer img {
        width: 30px;
    }

        
}

@media screen and (min-width: 927px) and (max-width: 1080px) and (orientation: landscape) {

     .nav-link {
        width: 80px;
    }
   
     .navbar-nav ul li a {        
        outline: none;    
    }

     #box-1 {
        display: grid;
        width: 100%;
    }

    #box-2 {
        display: none;        
    }

     .texto h1 {
        font-size: 30px;
    }

    .texto h2 {
        font-size: 30px;
    }

     .texto p {
        font-size: 14px;
    }

    

}


    
    
    



  






    
    
    
    
        

 





