

.baner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.servicest{
    font-size: 40px;
    color: #03658C;
}
.servicesp{
    font-size: 18px;
    color: rgb(0, 0, 0);
    margin-top: 1rem;
}

.icons{
    width: 40px;
    height: 40px;
}

.contanedor{
    margin-top: 4rem;
    margin-bottom: 3rem;
    background-color: white;
}

.iconsp{
    text-align: center;
    line-height: 1.41em;
    font-size: 22px;
    color: #03658C;
}
.boton{
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-color: white; 
}

.contanedorv{
    background-color: #03658C;
}

.videop{
    width: 880px;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.nosotrost{
    text-align: left;
    line-height: 1.35em;
    font-size: 40px;
    color: #FFFFFF;
}

.nosotrosp{
    line-height: 1.875em;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

.nuestrav{
    width: 675px;
    height: 780px;
    object-fit: cover;
    object-position: 50% 50%;
}

.serviciost{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    color: #03658C;
}

.serviciosst{
    text-align: center;
    line-height: 1.41em;
    font-size: 22px;
    color: #BF2011;
}

.serviciosp{
    text-align: center;
    line-height: 1.875em;
    font-size: 15px;
    color: #000000;
}

.titlecontacto{
    margin-top: 6rem;
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    color: #FFFFFF;
}

.contactodiv{
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.textcontacto{
    text-align: center;
    line-height: 1.875em;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.inputtext{
    line-height: 1.875em;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.forms{
    margin-top: 6rem;
}

.formscontrols{
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
}

.formscontrols:focus{
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
}

.contanedors{
    background-color: #BF2011;
}

.titleserv{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    color: #FFFFFF;
}

.titleserver{
    text-align: left;
    line-height: 1.41em;
    font-size: 22px;
    color: #FFFFFF;
}

.textserver{
    text-align: left;
    line-height: 1.875em;
    font-size: 15px;
    color: #FFFFFF;
}

.iconserv{
    width: 220px;
    height: 200px;
    object-fit: contain;
    object-position: center center;
}

.margen{
   height: 996px;
   align-items: center;
   justify-content: center;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4vw;
    text-align: left;
    color: #FFFFFF;
    transform: translate(-50%, -50%);

}

.centradop{
    font-size: 1.5vw;
    text-align: left;
    color: #FFFFFF;
}

.botons{
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.botonos{
    margin-top: 2rem;

}

.textareas{
    resize: none;
}

.logistica{
    background-color: #F2B705 ;
}

.marglog{
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 100%;
    background-color: #FFFFFF;
}

.fondolog{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.titlelog{
    text-align: left;
    line-height: 1.35em;
    font-size: 40px;
    color: #03658C;
}

.textlog{
    line-height: 1.875em;
    font-size: 15px;
}

.bodyserv{
    background-image: url(../images/servicios.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 530px;
}

@media screen and (max-width: 980px) {
    .bodyserv {
        background-image: url(../images/servicios.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 340px; 
    }
  }

@media screen and (max-width: 720px) {
    .bodyserv {
        background-image: url(../images/servicios.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 210px; 
    }
  }

.servtitle{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;   
    color: #FFFFFF;
}

.servtext{
    text-align: center;
    line-height: 1.75em;
    font-size: 18px;
    color: #FFFFFF;
}

.foother{
    background-color: #FFFFFF;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#trucazo{
    opacity: 0;
}