.arriba {
    height: 25px;
    background: #ABDFFF;
    
}
.topheader {
    color: red;
    margin-bottom: 2px;
}
.social-images {
    width: 15px;
    margin-bottom: 2px;
}
.menuprincipal {
    height: 70px;
}
.social-images-facebook {
    width: 10px;
}
.social-images-twitter {
    width: 20px;
}
.social-images-instagram {
    width: 15px;
}
.social-images-googlemaps {
    width: 15px;
}
.text-mundo {
    color: white !important;
}
.text-mundo:hover {
    transform: scale(1.1, 1.1);
    transition: .2s;
}

#header {
     height: 60px;
     background-color: #48BAFF !important;
   
     
}
#header img {
    width: 250px;
    
}
.card {
    object-fit: fill;
}
.carousel-item img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}


#main .carousel-inner img {
    max-height: 90vh;
    object-fit: fill;
    /*filter: grayscale(70%);*/
}
#contacto {
    height: 100%;
   /* display: flex;*/
    background-color: #48BAFF;
    
}

/*.container-social {
    /*height: 100px;*/
    /*display: flex;
    justify-content: space-between;
    align-items:;

}*/
.textarea {
    /*width: 540px;
    height: 200px;*/
    border-radius: 5px;
}

.card {
    border: #1e5372;
    border-radius: 5px;
}

.social {
    width: 400px;
    
   
}
.cotizar {
    width: 100% !important; 
    
}
.campos {
    
    border-radius: 5px;
}


.marca1 img, .marca2 img, .marca3 img, 
.marca4 img, .marca5 img, .marca6 img, 
.marca7 img, .marca8 img, .marca9 img, 
.marca10 img, .marca11 img, .marca12 img {
    
    width: 50px;
    height: 50px;
}

.btn-secondary {
    background-color: #48BAFF !important;
    color: white !important;
    border: 0px;
}

/*social-link.twitter {
    
    background-size: 50px 50px;
}
.social-link.facebook {
    
    background-size: 50px 50px;
}
.social-link.github {
    
    background-size: 50px 50px;
}
.social-link.instagram {
    
    background-size: 50px 50px;
}*/
.google {
    width: 400px;
    height: 300px;
}

#footer {
    background: linear-gradient(90deg,#1c3643,#273b47 25%,#1e5372);
}
#footer a {
    color:white;
}
.modalimg{ 
    width: 100px;
}
.modalimgbrother {
    width: 100px;
    height: 50px;
}
.marcasordenadas {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#carousel {
    position: relative;
}
#carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    color: white;
    
}
#carousel .overlay .container,
#carousel .overlay .row {
    height: 90%;
}
.botonmercadopago {
    transform: scale(2, 2);
}
/*#carousel .overlay:hover {
    
}*/

@media screen and (max-width: 1000px) {
    /*.arriba {
       /* height: 45px;
        
    }*/
    .correo {
        text-align: center;
    }
    .topheader {
        font-size: .5em;
    }
    #header {
       /* height: 40px;*/
        background-color: #48BAFF !important;
        padding-top: 0px;   
   }
   .menuprincipal {
       display: flex;
       align-items: flex-start;
   }
    #header img {
        width: 180px;
        border-bottom: 20px !important;
        
        
    }
    .menuprincipal {
        padding-top: 0px;
    }
    .logotecdiv {
        padding-top: 0px !important;
    }
    .marca1 img, .marca2 img, .marca3 img, 
.marca4 img, .marca5 img, .marca6 img, 
.marca7 img, .marca8 img, .marca9 img, 
.marca10 img, .marca11 img, .marca12 img {
    
    width: 25px;
    height: 25px;
}
.mapa {
    display: none;
}

}

@media screen and (max-width: 769px) {

    .marca1 img, .marca2 img, .marca3 img, 
.marca4 img, .marca5 img, .marca6 img, 
.marca7 img, .marca8 img, .marca9 img, 
.marca10 img, .marca11 img, .marca12 img {
    
    width: 10px;
    height: 10px;
}

}
