/*Fuentes*/
@font-face{
 font-family:'SourceSansPro';
 src:url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf');
 font-weight: 400;
}

@font-face{
 font-family:'SourceSansPro';
 src:url('../fonts/SourceSansPro/SourceSansPro-SemiBold.ttf');
 font-weight: 600;
}

@font-face{
 font-family:'SourceSansPro';
 src:url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf');
 font-weight: 700;
}

@font-face{
 font-family:'SourceSansPro';
 src:url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf');
 font-weight: bold;
}

/*General*/

html, body{
 height: 100%;
 margin: 0;
}

html {
  scroll-behavior: smooth;
}


body{
 font-family:'SourceSansPro';
 font-weight: 400;
 background-color: white;
}


a{
  color: black;
}

a:hover{
  text-decoration: none;
  color: black;
}

p, a, label{
 font-size: 1.3rem;
 color: #808080;
 line-height: 1.2;
 margin-bottom: 1.5rem;
}

h1{
 font-size: 2rem;
 font-weight: 700;
}

h2{
 font-size: 1.6rem;
 font-weight: 700;
}

/*Clases auxiliares*/

.font-weight-400{
 font-weight: 400;
}

.font-weight-600{
 font-weight: 600;
}

.font-weight-700{
 font-weight: 700;
}

.cursor-pointer{
 cursor: pointer;
}

.background-color-white{
  background-color: white;
}

.background-color-red{
 background-color: #E1251B;
 color: white;
}

.background-color-red *{
 color: white;
}

.background-color-gray-low{
 background-color: #E5E5E6;
}

.background-color-gray{
 background-color: #98969B;
}

.color-red{
 color: #E1251B;
}

.color-white{
 color: white;
}

/*Boton rojo*/
.btn-red{
 border-radius: 0.8rem;
 background-color: #E1251B;
 color: white;
 padding-left: 1.5rem;
 padding-right: 1.5rem;
 font-weight: 700;
 font-size: 1.2rem;
 border: #E1251B solid 3px;
}

.btn-red:hover{
 background-color: white;
 color: #E1251B;
}

/*Web general*/

/*BTN SCROLL TOP*/

@media only screen and (max-width: 1023px) {
  #scrolltotop_parent {
    bottom: 25px !important;
    right: 25px !important;
  }
}

#scrolltotop_parent {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1004 !important;
}

#scrolltotop_parent:hover {
  opacity: 0.7;
  transition: 0.1s;
}

.scrolltotop_circle {
  border-radius: 50%;
}

.scrolltotop_round_corners {
  border-radius: 5px;
}

.scrolltotop_fadeout {
  opacity: 0 !important;
  transition: 0.5s;
  visibility: hidden;
}

.scrolltotop_fadein {
  opacity: 1;
  transition: 0.5s;
}

#scrolltotop_arrow {
  width: 50px;
}

#scrolltotop_arrow:focus {
  opacity: 0.7;
  transition: 0.1s;
}

/*HEADER*/
#site-menu #logo-web{
 width: 150px;
}

#site-menu #btns-contacto img{
 width: 25px;
}

/*BANNER*/
#banner video, #banner img{
 position: fixed;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
 object-fit:  cover;
 display: none;
}


@media only screen and (min-width:1367px){
 #banner .desktop{
  display: block;
 }
}

@media only screen and (min-width:1281px) and (max-width:1366px){
 #banner .laptop{
  display: block;
 }
}

@media only screen and (min-width:769px) and (max-width:1280px){
 #banner .tablet-1{
  display: block;
 }
}

@media only screen and (min-width:415px) and (max-width:768px){
 #banner .tablet-2{
  display: block;
 }
}

@media only screen and (max-width:414px){
 #banner .mobil{
  display: block;
 }
}



/*Nosotros*/
#nosotros{
 background-image: url(../images/imageninicio.png);
 background-repeat: no-repeat;
 background-position: right center;
 background-size: contain;
}

@media (min-width: 1200px) and (max-width: 1500px){
 #nosotros .col-xl-8{
  flex: 0 0 50%;
  max-width: 50%;
 }
}

@media only screen and (max-width:1200px){
 #nosotros{
  background-size: 50%;
  background-position: right top;
 }
}

@media only screen and (max-width:992px){
 #nosotros{
  background-image: none;
 }
}

/*Nuestra misión*/
#nuestra-mision{
 background-image: url(../images/1_Mision/Fondo.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

#nuestra-mision img{
 display: block;
 margin: auto;
 width: 100%;
 max-width: 80px;
 margin-bottom: 20px;
}

/*Nuestros servicios*/
#nuestros-servicios img{
 display: block;
 margin: auto;
 width: 100%;
 max-width: 100px;
 margin-bottom: 20px;
}

#nuestros-servicios p{
 font-weight: 600;
 font-style: italic;
}

/*Nuestros servicios modals*/
#nuestros-servicios-modals .modal-header{
 background-image: url(../images/5_DetalleServicios/rojo.png);
 background-repeat: no-repeat;
 background-size: 100%;
 border-bottom: none;
}

#nuestros-servicios-modals .modal-content{
 min-height: 500px;
}

#nuestros-servicios-modals .modal-title{
 color: white;
 font-size: 1.5rem;
 font-weight: 600;
 line-height: 1;
}

#nuestros-servicios-modals .servicio-icon{
 width: 100%;
 max-width: 60px;
}

#nuestros-servicios-modals .close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: none;
  opacity: 1;
  padding: 0;
}

#nuestros-servicios-modals .modal-body{
 padding: 0;
 position: relative;
}

#nuestros-servicios-modals .modal-body img{
 position: absolute;
 width: 40%;
 top: -60px;
 right: 0;
}

@media only screen and (max-width:992px){
 
 #nuestros-servicios-modals .modal-dialog{
  max-width: 800px;
 }
}

@media only screen and (max-width:767px){
 #nuestros-servicios-modals .modal-header{
  background-image: none;
  background-color: #E1251B;
 }

 #nuestros-servicios-modals .modal-body img{
  top: 10px;
 }

 #nuestros-servicios-modals .close{
  line-height: 1.5;
 }
}

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

 #nuestros-servicios-modals .modal-header .col-lg-2.col-md-2.col-sm-2.col-12{
  display: none;
 }

 #nuestros-servicios-modals .modal-body img{
  display: none;
 }
}

/*¿Cómo lo hacemos?*/

#como-lo-hacemos h2{
 font-weight: 600;
}

#como-lo-hacemos video, #como-lo-hacemos img{
 width: 100%;
 display: none;
}

@media only screen and (min-width:769px){
 #como-lo-hacemos .tablet-1{
  display: block;
 }
}

@media only screen and (min-width:415px) and (max-width:768px){
 #como-lo-hacemos .tablet-2{
  display: block;
 }
}

@media only screen and (max-width:414px){
 #como-lo-hacemos .mobil{
  display: block;
 }
}



/*Beneficios*/
#beneficios{
 background-image: url(../images/imagenbeneficios.png);
 background-repeat: no-repeat;
 background-position: left top;
 background-size: contain;
 background-color: #98969B;
 color: white;
}

#beneficios ul li img{
 float: left;
}

#beneficios ul li p{
 font-size: 1.2rem;
 margin-left: 10px;
 font-style: italic;
 font-weight: 600;
 color: white;
 margin-bottom: 0.8rem;
}

#beneficios-container{
 margin-top: 3rem;
 margin-bottom: 3rem;
}

#beneficios-container h1{
 text-align: center;
 margin-bottom: 3rem;
}

@media only screen and (max-width:1660px){
 #beneficios{
  background-position: -10% center;
 }
}

@media (min-width: 1200px) and (max-width: 1500px){
  
 #beneficios .col-xl-7{
   flex: 0 0 60%;
   max-width: 60%;
 }

 #beneficios-container{
  margin-top: 0;
  margin-bottom: 0;
 }

  #beneficios-container h1{
   text-align: left;
   margin-bottom: 1rem;
  }


 #beneficios-container .col-xl-6, #beneficios-container .col-xl-12{
  flex: 0 0 55%;
    max-width: 55%;
 }
}

@media only screen and (max-width:1200px){
 #beneficios{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../images/imagenbeneficios.png);
  background-position: left top;
  background-size: cover;
 }
}

@media only screen and (max-width:768px){
 #beneficios{
  background-position: 20% top;
 }
}

    

/*Nuestros clientes*/

#nuestros-clientes .col-10{
 display: block;
 margin-top: auto;
 margin-bottom: auto;
}

#nuestros-clientes img{
 display: block;
 margin: auto;
 width: 100%;
}

#nuestros-clientes img.c-1{
 max-width: 218px;
}

#nuestros-clientes img.c-2{
 max-width: 218px;
}

#nuestros-clientes img.c-3{
 max-width: 245px;
}
#nuestros-clientes img.c-4{
 max-width: 191px;
}

#nuestros-clientes img.c-5{
 max-width: 270px;
}

#nuestros-clientes img.c-6{
 max-width: 358px;
}

#nuestros-clientes img.c-7{
 max-width: 134px;
}

#nuestros-clientes img.c-8{
 max-width: 192px;
}

#nuestros-clientes img.c-9{
 max-width: 192px;
}

#nuestros-clientes img.c-10{
 max-width: 192px;
}

#nuestros-clientes img.c-11{
 max-width: 182px;
}

#nuestros-clientes img.c-12{
 max-width: 182px;
}

#nuestros-clientes img.c-13{
 max-width: 270px;
}

#nuestros-clientes img.c-14{
 max-width: 138px;
}

#nuestros-clientes img.c-15{
 max-width: 143px;
}

#nuestros-clientes img.c-16{
 max-width: 173px;
}

#nuestros-clientes img.c-18{
 max-width: 256px;
}

#nuestros-clientes img.c-17{
 max-width: 246px;
}

#nuestros-clientes img.c-19{
 max-width: 246px;
}

#nuestros-clientes img.c-20{
 max-width: 173px;
}


/*Stratos*/
#stratos{
 background-image: url(../images/fondologostratos.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 position: relative;
}

#stratos img{
 display: block;
 margin: 3rem auto;
 width: 450px;
}

#stratos .triangulo-container{
 position: absolute;
 left: 50%;
 bottom: -40px;
}

#stratos .triangulo{
 width: 0; 
 height: 0;
 position: relative;
 left: -50%;
 border-left: 40px solid transparent;
 border-right: 40px solid transparent;
 border-top: 40px solid #E1251B;
}

@media only screen and (max-width:992px){
 #stratos img{
  width: 350px;
 }
}

@media only screen and (max-width:576px){
 #stratos img{
  width: 250px;
 }
}


/*Boletin*/
#boletin{
 background-image: url(../images/boletin.png);
 background-repeat: no-repeat;
 background-position: left top;
 background-size: contain;
}

#boletin input, #boletin .card{
 border-color: #98969b;
 border-radius: 0.5rem;
 font-weight: 600;
 font-size: 1.1rem;
}

#boletin .card p, #boletin .card label{
 font-size: 1.1rem;
}

#boletin .aviso{
 font-style: italic;
 font-size: 1rem;
 font-weight: 600;
}

@media only screen and (max-width:1400px){
 #boletin{
  background-size: 50%;
 }
}

@media only screen and (max-width:768px){
 #boletin{
  background-image: none;
 }
}


/*Contacto*/
#contacto{
 background-image: url(../images/fondocontacto.png);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

#contacto *{
 color: white;
}

#contacto img{
 width: 40px;
 float: left;
 margin-top: -8px;
}

#contacto p{
 margin-left: 60px;
}

#contacto a{
 font-weight: 600;
}

#contacto .correo-movil{
 display: none;
}

@media only screen and (max-width:576px){
 #contacto .correo-movil{
  display: block;
 }

 #contacto .correo-normal{
  display: none;
 }
}

/*Footer*/
#footer{
 background-color: #4d4d4d;
 text-align: center;
}


