:root{
  /*COLOR BLANCO*/
  --colorbanco:rgb(225,255,255);
  /**azul/**/
  --color1:rgb(0, 86, 159);
  /*verde*/
  --color2: rgba(23, 180, 83, 0.877);
  /*  azul menta  */
  --color3: rgba(11,194,211, 0.623);
  --fondo: white;
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenido:25px;

  --h1-color:black;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;
}

body { 
   
   background: var(--fondo);
    background: url(../img/fondo2.jpg);
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
} 

img{
  vertical-align: top;
}

.caja-fondo{
background-color: white;
border-radius: 10px;

}


/*#############################################  Preloader ############################################# */
.hidden{
  overflow: hidden;
}

.centrado{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
 
.logo, .logo img{ 
  height:auto;
  width: 40%;
}

.icono{
  display:none;
  font-size: 24px;
  padding: 23.5px 20px;
} 
/*=============================================*/
.textos{
  width: 100%;
  height: 100%;
  display:flex;
  z-index: -1;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color:#fff;
  overflow: hidden;
  text-align: center;
}

.textos>h1{font-size:80px;;}

.textos>h2{font-size: 30px; font-weight: 300;}

/*#############################################  Main ############################################# */

.contenedor{
  margin:auto;
  padding: 1%;
  width: 95%;
  max-width: 1300px;
  text-align: center;
  overflow: hidden; 
  min-height: 300px;
}
.contenedor iframe{
border: 0;
width: 100%;
height: 500px;
border-radius: 10px;
max-height: 500px;
min-height: 100px;

}
.contenedor h3{
  font-size: var(--titulos);
  color: var(--h1-color);
  margin-bottom: var(--espacios);
}

.contenedor p{
  font-size: var(--subtitulos);
  font-weight: 300;
  color: black;
  text-align: justify;
}

.contenedor img{
  width: 100%;
}


.caja-servicios img: hover {
  width: 30px;
  margin: auto;
  text-align: center;
}



.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 50%;
  height: 5px;
  background: var(--color1);
  margin-bottom: var(--espacios-contenido);
}

.card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.content-card{

    width: 95%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
    overflow: hidden;
    background: #0163c7b0;
    background-color: rgba(1, 99, 199, 0.69);
    background-image: none;
    border-radius: 10px;
    margin: 5px 0px 10px 0px;
    background-color: #fff;
    background-image: linear-gradient(141deg, #00254f 0%, #0e47ae 51%, #002652 75%);
    color: white;
    padding: 10px;
}

.people{
  height: 70%;
}

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

.texto-team{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
}

.about{
  background: url(../img/fondo2.jpg);
  height: auto;
}

.servicios{
  display: flex;
  color:#fff;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.caja-servicios{
  width: 30%;
  margin: auto;
  text-align: center;
}


.caja-servicios img{
  width: 100px;
  text-align: center;
}

.caja-servicios>h4{
  margin-bottom: var(--espacios);
}

.caja-servicios>p{
  text-align: center;
}

.botones-work{
  overflow: hidden;
  display: inline-block;
}

.botones-work li{
  display: inline-block;
  text-align: center;
  margin-left: var(--espacios);
  margin-bottom: var(--espacios-contenido);
  padding: 6px 12px;
  border: 1px solid var(--color1);
  list-style: none;
  color: var(--color1);
}

.botones-work li:hover{
  background: var(--color1);
  color:#fff;
  cursor: pointer;
}

.botones-work .active{
  background: var(--color1);
  color:#fff;
}

.galeria-work{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cont-work{
  width: 31%;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  height:auto;
  overflow: hidden;
  margin-bottom: var(--espacios-contenido);
  background: white;
  border-radius: 7px;
}

.img-work{
  height: auto;
  width: 100%;
}

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

.textos-work{
  height: 10%;
}

.textos-work h4{
  line-height: 30px;
  font-weight: 300;
}






/*############################################# Footer #####################################*/

footer{background:url(../img/fondo1.jpg);}
.marca-logo{
   width: 16vw;
  margin: auto;
  margin-bottom: var(--espacios);
}

.marca-logo img{
  width: 100%;
}
.iconos{
  display: flex;
  margin: auto;
  justify-content: space-around;
  width: 100%;
  font-size: 1vw;
}
.fab{
  font-size:4vw;
  color: #FFF;
  margin-bottom: var(--espacios);
  display: inline-block;
}

footer p{
  margin-top:var(--espacios);
}



@media screen and (max-width: 800px){
  :root{
    --espacios-contenido: 25px;
  }

.botones-work{
  overflow: hidden;
  display: block;
  width: 100%;
}
.botones-work li{ 
  margin:5pX;
  width: 100%;
}

.contenedor{
  margin:auto;
  padding: 1%;
  width: 95%;
  max-width: 1000px;
  text-align: center;
  overflow: hidden; 
  min-height: 60px;
}
.contenedor h3{
  font-size: 19px;
  color: var(--h1-color);
  margin-bottom: var(--espacios);
}


  .marca-logo{
   width:  6vw;
  margin: auto;
  margin-bottom: var(--espacios);
  }
  .fab{
  font-size:13vw;
  color: #FFF;
  margin-bottom: var(--espacios);
  display: inline-block;
  }
  .content-card{
    width: 100%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
    overflow: hidden;
    background: #0163c7b0;
    background-color: rgba(1, 99, 199, 0.69);
    background-image: none;
    border-radius: 10px;
    margin: 0px;
    background-color: #fff;
    background-image: linear-gradient(141deg, #00254f 0%, #0e47ae 51%, #002652 75%);
    color: white;
    padding: 10px;
  }

  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 85%;
  }

  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }

  .caja-formulario{
    display: block; 
    width: 100%;
    margin-bottom: 3%;
}
.caja-descripcion-formulario{

    display: block;
    width: 100%;
    background: rgba(0, 64, 159, 0.9);
    border-radius: 10px;
    margin-bottom: 3%;
}
 
}

/** CAJA DE INICIO  */
.container-inicio {
  max-width: 95%;
  margin: 0 auto;
}

.container-inicio img {vertical-align: middle;}

 .content { 
  background: rgba(0, 0, 0); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


/*################################################ boton de Email ############################################*/
.mail-icon:hover {
width: 50%;
height: auto;
border: 2px white solid;
border-radius: 20px;
}
.mail-icon{
width:50px;
border:none;
}

 
/*BOTON SE QUEDE ACTIVO */
     /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

textarea{
    resize: vertical;
    max-height: 500px;
    min-height: 100px;
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #072548;
  color: white;
  width: 50%;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: auto;
  display: block;
}

/*/Link Button/*/
a .boton{
background: rgb(0, 43, 87);
padding: 10px;
border-radius: 5px;
margin-top: 134%;
text-decoration: none;
color: white;}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #011e3e;
  border: 1px solid white;
}

/* Add a background color and some padding around the form */
 
.caja-formulario{
float: right;
width: 48%;
background: rgba(0, 64, 159, 0.9);
border-radius: 10px;
padding: 4%;
text-align: left;
color: white;
font-family: "Ubunto";
}
.caja-descripcion-formulario{
   float: left;
width: 48%;
background: rgba(0, 64, 159, 0.9);
border-radius: 10px;
padding: 4% 1%;
text-align: justify;
font-family: "Ubunto";
}
.caja-descripcion-formulario p{
    color: white;    
}


.contenedor iframe{
border: 0;
width: 100%;
height: 500px;
border-radius: 10px;
max-height: 500px;
min-height: 100px;

}
.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}


/*##############   texto de los articulos ##################*/

 