@font-face{
    font-family: 'OpenSansLight';
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face{
    font-family: 'OpenSansRegular';
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family: 'Spartan';
    src: url(../fonts/Spartan-VariableFont_wght.ttf);
}
*{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-family: 'Spartan';
    color:white;
    box-sizing: border-box;
    background-attachment: fixed;
}
.clearfix {
  clear:both;
}
body{
    background: linear-gradient(rgba(58, 58, 58, 0.465),rgba(0,0,0,0.465)),url(../img/body-background.webp);
    color: white;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.header-normal{
    width: 100%;
    padding:0;
    text-align: center;
    font-size: 25px;
    display:flex;
    justify-content: center;
    align-items:center;
    height: 110vh;

}
.header-normal img{
    filter: drop-shadow(0px 0px 2px black);
    width: 10%;
    max-width:140px;
    transform:rotate(0deg);
    transition: 1s;
    animation-name: rotacion;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.header-normal img:hover{
    filter: drop-shadow(0px 0px 2px white);
    width: 11%;
    transition:1s;
    transform:rotate(360deg);
}
#sob{
    font-family: 'OpenSansLight';
    color:#ffffff;
}
#team{
    font-family: 'OpenSansLight';
    color: #ec4f8f;
}
.menu{
    width: 100%;
    margin:auto;
    margin-top: 40px;
}
.menu ul li{
    display: inline;
    list-style: none;
    padding: 0px 1em 0px 1em;
    border-bottom: 0px solid #ec4f8f;
    transition:1s;
}
.menu ul li a{
    color:#ffffff;
}
.menu ul li:hover a{
    padding: .5rem;
    border-bottom: 3px solid #ec4f8f;
    border-top: 3px solid #fff;
    color:#ec4f8f;
    font-weight: bold;
    transition: .3s;
}

.header-fix{
    background-color: #383838;
    top: 0px;
    text-align: center;
    height: 145px;
    width: 100%;
    position:fixed;
    font-size: 11px;
    border-bottom:2px solid #ec4f8f;
    padding-top: 25px;
}
.header-fix img{
    filter: drop-shadow(0px 0px 2px black);
    width: 2%;
    max-width: 32px;
    transform:rotate(0deg);
    transition: 1s;
    animation-name: rotacion;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.header-fix img:hover{
    filter: drop-shadow(0px 0px 2px white);
    width: 3%;
    transition:1s;
    transform:rotate(360deg);
}
.header-fix span{
    font-size:20px!important;
}
.menu-fix{
    width: 100%;
    margin: auto;
    position: fixed;
    top: 105px;
    max-width: 1600px;
    left: 0px;
    right: 0px;
}
.menu-fix ul li{
    font-size: 20px !important;
    display: inline;
    list-style: none;
    padding: 0px 3% 0px 7%;
    border-bottom: 0px solid #ec4f8f;
    transition:1s;
}
.menu-fix ul li a{
    color:#ffffff;
}
.menu-fix ul li a:hover{
    color:#ec4f8f;
    font-weight: bold;
    transition: 0.5s;
}
nav{
    display: none;
}
.btn{
    display: none;
}
section{
    height: 400px;
    width: 100%;
    margin:auto;
    margin-top: 3%;
    padding:2%;
    font-size: 20px;
    text-align: center;
    max-width: 1512px;
}
#seccion-digitalizacion{
    background-image: url(../img/seccion-digitalizacion.webp);
}
#seccion-capacitacion{
    background-image: url(../img/seccion-capacitacion.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 470px;
}
#seccion-sitios{
    background-image: url(../img/seccion-sitios.webp);
    height: 470px;
}
article{
    padding: 1%;
    background-color: rgba(65, 65, 65, 0.671);
    height:300px;
    max-height: 1500px;
    margin:auto;
}
.articulo1{
    background-color:  rgba(21, 99, 47, 0.671);;
}
.articulo2{
    height: 420px;
    background-color:  rgba(78, 15, 84, 0.671);;
}
.articulo3{
    height: 420px;
    background-color:  rgba(222, 24, 24, 0.671);;
}
.col{
    margin:1%;
    padding:2%;
    display: inline-block;
    width: 33%;
    max-width: 470px;
}
.contenedor-formulario{
    border: 2px solid #ec4f8f;
    margin-top: 200px;
    width: 80%;
    background-color: rgb(54, 54, 54);
    color: white;
    min-height: 500px;
    padding-top: 20px !important;
    max-width:950px;
}
.redes{
    border-top: 2px solid #ec4f8f;
    border-bottom: 2px solid #ec4f8f;
    width: 90%;
    padding:2%;
    margin:2em auto;
}
.redes ul{
    padding:3%;
}
.redes ul li{
    display: inline-block;
    list-style: none;
    padding: 2%;
}
.redes ul li a{
    font-size: 30px;
}
footer{
    width:100%;
    height: 150px;
    background-color: rgb(37, 37, 37);
    text-align: center;
    padding: 3%;
    padding-top: 40px;
    margin: 0px;
    margin-top: 20%;
}
.aviso{
    font-size: 30px;
}
#btn-regresar{
    margin:auto;
    display:block;
    background-color: #ec4f8f;
    width: 50%;
    padding:5%;
    border-radius: 100px;
    margin-top:9%;
}
#btn-regresar:hover{
    background-color: white;
    color: black;
}
#seccion-nosotros{
    border-bottom: 2px solid #ec4f8f;
    margin-top: 0px;
    width: 100%;
    background-color: rgb(54, 54, 54);
    color: white;
    height: 400px!important;
}
#seccion-nosotros img{
    width: 10%;
}
#seccion-informacion-cabeza{
    height: 300px!important;
    margin-top: 100px;
    background-image: url(../img/seccion-nosotros1.webp);
    background-size: 100% 100%;
}
#seccion-informacion-cabeza > div{
    padding:2%;
    width:20%;
    margin:auto;
    margin-top:5%;
    border-bottom: 5px solid #ec4f8f;
}
#seccion-informacion-cabeza > div > p{
    color:black;
    font-size: 30px;
    font-family: 'Spartan';
}
#seccion-informacion-contenido{
    height: 1000px!important;
    background-color: white;
    color: black !important;
    width:100%;
    margin-top: 0px;
    height: 950px;
}
#seccion-informacion-contenido h2{
    color: black !important;
    margin:3%;
}
#seccion-informacion-contenido p{
    color: black !important;
    margin:3%;
}
#seccion-informacion-contenido li{
    color: black !important;
    margin:3%;
    list-style: none;
}
#sobteam{
    display: block;
    margin: auto;
    margin-top:4%;
    padding: 20px;
    width: 20%;
    border: 2px solid #ec4f8f;
    color:#ec4f8f;
}
.main-colab {
  margin:auto;
  margin-top:143px;
  width: 100%;
  max-width: 1512px;
  background-color: #fff;
  height: 763px;
}
.main-colab>div {
  height: 207px;
  width: 100%;
  background: linear-gradient(180deg, #EFA2B0 50%, rgba(239, 162, 176, 0) 100%);
  text-align: center;
  padding-top:64px;
}
.main-colab>div h1 {
  color:#E21173;
  font-weight: normal;
}
.main-colab .colaboradores {
  width: 100%;
  padding: 3em;
}
.colab {
  display: inline-block;
  padding: 0px;
  width: 280px;
  height: 300px;
  margin:2em;
  float:left;
  padding-top: 10em;
  cursor:pointer;
  transition:500ms;
}
.colab-hover {
  display:none;
}
.colab-hover p{
  color:#DE4561;
}
.colab:hover .colab-hover{
  display:block;
  width: 100%;
}
.colab:hover .colab-info{
  display:none;
}
.colab:hover{
  padding:7em 2em;
  background: #383838;
}
.colab-info {
  background: linear-gradient(90deg, #424045 0%, rgba(66, 64, 69, 0) 97.89%);
  width: 280px;
  padding: 1em;
  text-align:left;

}
.colab-info p {
  font-size:0.9em;
  margin-top:1em;
}
.colab-info>p {
  margin-top:0em;
}
.minerva-soberanes {
  background: linear-gradient(180deg, rgba(242, 82, 157, 0) 0%, #F2529D 100%),url("../img/colab/minerva-soberanes-cruz.jpg");
}
.arturo-soberanes{
  background: linear-gradient(180deg, rgba(242, 82, 157, 0) 0%, #F2529D 100%), url("../img/colab/angel-arturo-marquez-soberanes.jpeg");
}
.alejandro-soberanes{
  background: linear-gradient(180deg, rgba(242, 82, 157, 0) 0%, #F2529D 100%), url("../img/colab/alejandro-marquez-soberanes.jpg");
}
.minerva-soberanes,
.arturo-soberanes,
.alejandro-soberanes{
  background-size: cover;
  background-position: top;
}
@media only screen and (max-width:1000px){
  .header-normal img{
    width: 30%;
  }
  .header-normal{
    height: 100vh;
  }
  .header-fix img{
    width:15%;
    max-width: 48px;
  }
  .menu{
    display: none;
  }
  .menu-fix{
    display: none;
  }
  #seccion-digitalizacion{
    margin-top: 500px;
    background-position: center;
  }
  #seccion-capacitacion{
    background-position: center;
    background-size: initial;
    background-repeat: repeat;
  }
  #seccion-sitios{
    background-position: center;
  }
  section{
    height: 600px!important;
    margin-top: 10%;
  }
  article{
    margin-top: 2%;
    padding-top: 4%;
    height: 500px!important;
  }
  .col{
    display: block;
    margin:auto;
    margin-top:15px;
    width:100%;
  }
  .btn{
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 20;
    font-size: 40px;
  }
  #menu-movil{
    overflow: hidden;
    z-index: 10;
    display: block;
    width: 0%;
    margin:auto;
    position:absolute;
    top:0px;
    bottom:-2000px;
    text-align: center;
    transition: 1s;
    background-color: rgb(161, 0, 108);
  }
  #menu-movil ul{
    margin-top: 20%;
    padding-bottom: 10%;
    border-bottom: 3px solid rgb(44, 44, 44);
  }
  #menu-movil ul li{
    font-size: 30px !important;
    display: block;
    list-style: none;
    padding: 7%;
    transition:1s;
  }
  #menu-movil ul li a{
    color:#ffffff;
  }
  #menu-movil ul li a:hover{
    color:#ec4f8f;
    font-weight: bold;
    transition: 0.5s;
  }
  .contenedor-formulario{
    width: 100%;
    height: 700px;
    min-height: 700px;
  }
  .redes{
    float:none;
    margin: auto;
    width: 90%;
    margin-top: 50px;
    max-width: 325px;
  }
  .formulario{
    float: none;
    margin: auto;
    width: 90%;
    max-width: 300px;
    margin-top: 50px;
  }
  #seccion-nosotros{
    padding-top: 10%;
    width: 100%;
    height: 300px;
  }
  #seccion-informacion-cabeza > div {
    padding: 2%;
    width: 50%;
    margin: auto;
    margin-top: 140px;
    border-bottom: 5px solid #ec4f8f;
  }
  #seccion-informacion-contenido h1{
    font-size: 100%;
  }
  #sobteam{
    width:50%;
  }
  footer{
    padding-top: 40px;
  }
  .main-colab{
    height: 1000px;
  }
  .main-colab .colaboradores{
    padding: 1em;
    margin-top:0px;
  } 
  .colab {
    margin:1em ;
    width: 280px;
    height: 280px !important;
  }
}
@media only screen and (max-width:680px){
  .main-colab{
    height:1600px;
  }
  .colab{
    float: none;
    width: 100%;
    height: auto !important;
    margin: 1em auto;
    padding-top: 15em;
  }

}
@keyframes rotacion{
  0%{
    opacity: 0;
    transform:rotate(0deg);
  }
  50%{
    opacity: 0.5;
    transform:rotate(360deg);
  }
  100%{
    opacity: 1;
    transform:rotate(0deg);
  }
}
