@media only screen and (max-width: 1200px) { 
    .logotipo img {
        
        height: 160px;
        
    }
    .carousel-item {
        height: 70vh !important;
      
      }
      
    .icono{
        font-size: 18px !important;   
    }
    .text-contact a{
        font-size: 18px !important;
        padding-bottom: 2px !important;
        padding-top: 2px !important;
    }
    .box-item{
        display: flex;
        margin: 18px !important;
        
    }
    .whatsapp {
        bottom:68px !important;
      }

 }
/*Large devices (desktops, less than 9910px)*/
@media only screen and (max-width: 992px) { 
    .logotipo img {
        
        height: 150px !important;
        
    }
   
    .icono{
        font-size: 18px !important;   
    }
    .text-contact a{
        font-size: 18px !important;
        padding-bottom: 2px !important;
        padding-top: 2px !important;
    }
    .box-item{
        display: flex;
        margin: 15px !important;
        
    }
    .imagen-port > img {
        
        height: 120% !important;
        object-fit: cover;
        display: block;
      }
 }
@media only screen and (max-width: 900px) { 
    .logotipo img {
        
        height: 140px !important;
        
    }
    .carousel-item {
        height: 65vh !important;
      
      }
    body {
        padding-top: 190px !important;
      }
   
    .imagen-port{
        width: 40% !important;
    }
    .hover-galeria img{
        width: 50px;
    }
    
    .icono{
        color: #ffffff;
        font-size: 1rem;
    
    }
    
    .text-contact a{
        text-decoration: none !important;
        color: #ffffff;
        font-size: 1rem;
        margin-left: 10px;
        font-family: 'Open Sans', Arial, sans-serif;
    }
       
   
     .logotipo img {
       
        height: 170px;
        
    }
    .whatsapp {
        bottom:48px !important;
        right: 15px !important;
      }
 }




 /*Large devices (desktops, less than 765px)*/


@media only screen and (max-width: 765px) { 
    .logotipo img {
        
        height: 120px !important;
        
    }
    .carousel-item {
        height: 60vh !important;
      
      }
    body {
        padding-top: 160px !important;
      }
    .icono{
        font-size: 15px !important;   
    }
    .text-contact a{
        font-size: 15px !important;
        padding-bottom: 2px !important;
        padding-top: 2px !important;
    }
    .box-item{
        display: flex;
        margin: 8px !important;
        
    }
    .caja{
        margin-bottom: 2% !important;
        padding-bottom: 2% !important;
        margin-right: 10px !important;
    }
 }
 

 @media only screen and (max-width: 495px) { 

    .logotipo img {
        
        height: 110px !important;
        
    }
    .carousel-item {
        height: 55vh !important;
      
      }
    .box{
        flex-flow: column !important;
        
    }
    .caja{
        margin-bottom: 1% !important;
        padding-bottom: 1% !important;
    }
    .box-item{
       justify-content: center;
       padding-top: 20px;
    }
    .icono{
        
        font-size: 1.2rem !important;
        margin-right: 5px !important;
    }
    .text-contact a{
       padding-left: 5px !important;
       font-size: 1.2rem !important;

       
   }
   .whatsapp {
    position:fixed;
    width:120px !important;
    height:40px !important;
    
   
    font-size:10px !important;
   
  }
   .whatsapp-icon {
    margin-top: 2px !important;
    font-size:15px !important;
    margin-right: 2px !important;
  }
  
 }
 
 @media only screen and (max-width: 421px) { 
    body {
        padding-top: 150px !important;
      }
    .logotipo img {
        
        height: 105px !important;
        
    }
    .imagen-port{
        width: 95% !important;
    }
   
    .icono{
        color: #ffffff;
        font-size: 0.5rem;
        margin-right: 5px !important;
    }
    
      .logotipo img {
        
         height: 160px;
         
     }
     .box{
        flex-flow: column !important;
    }
    .caja{
        margin-bottom: 2% !important;
        padding-bottom: 2% !important;
    }
    .box-item{
        justify-content: center;
        padding-top: 10px;
     }
     
    .text-contact a {
        padding-left: 5px !important;
        font-size: 1.5rem
      
    }
 }
 @media only screen and (max-width: 361px) { 

    .logotipo img {
        
        height: 100px !important;
        
    }
    .carousel-item {
        height: 35vh !important;
      
      }
    .imagen-port{
        width: 95% !important;
    }
    
    .icono{
        color: #ffffff;
        font-size: 0.5rem;
       margin-right: 5px !important;
    }

     
     .box{
         flex-flow: column !important;
         
     }
     .caja{
         margin-bottom: 2% !important;
         padding-bottom: 2% !important;
     }
     .box-item{
        justify-content: center;
        padding-top: 20px;
     }
     .text-contact a{
        padding-left: 5px !important;
        font-size: 1.5rem;
        
    }
    
 }
 