*{
  padding: 0px;
  margin: 0px;
  text-decoration: 0px;
  list-style:none;
}
@font-face{ 
	font-family: 'cocogoose' !important;
	src: url('../fonts/cocogoose_pro-trial-webfont.eot');
	src: url('../fonts/cocogoose_pro-trial-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/cocogoose_pro-trial-webfont.woff2') format('woff2'),
	     url('../fonts/cocogoose_pro-trial-webfont.woff') format('woff'),
	     url('../fonts/cocogoose_pro-trial-webfont.ttf') format('truetype'),
	     url('../fonts/cocogoose_pro-trial-webfont.svg') format('svg');
}
body{
  font-family: 'Raleway', sans-serif;
}
.modal-backdrop.in{
  display: none
}
.no-padding{
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'cocogoose', sans-serif;
  margin-top: 0;
}
h1{
  margin: 0px;
  padding: 5px 0;
  font-size: 14px;
  color: #7d2029;
  border-bottom: solid 1px #7d2029;
}
h1 b{
  text-transform: uppercase;
}
#home{
  padding: 5px 0px;
  text-align: center;
  background: #010101;
  top: 0;
  z-index: 2;
}

.affix{
  position: fixed;
  top:0px !important;
  width: 100%;
  background: white;
  /*z-index: 100;*/
  box-shadow: 0px 3px 6px rgba(0,0,0,.6)
}
.menu img{
  height: 60px;
  width: auto;
  margin: auto;
}
.menu nav a{
  line-height: 60px;
  padding: 0px 5px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  transition: .8s ease-in-out;
}
.menu nav a:hover{
  text-decoration: none;
  color: #6e6e70;
}
.menu .icono, .menu .texto{
  display: inline-block;
}
.menu .texto{
  font-size: 18px;
  font-weight: bolder;
  height: 60px;
  text-transform: uppercase;
}
.menu .texto p{
    margin: 0;
}
.menu .texto a{
    font-size: 16px;
    color: #000;
}
.box-call{
  background: #fff;
  color: #000;
  border-radius: 3px;
}
.margin-bot{
  margin-bottom: 20px;
}
#whatsapp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #25d366;
    text-align: center;
    padding: 5px 10px;
    z-index: 10;
    border-radius: 20px;
    font-size: 20px;
}
#whatsapp a {
    color: #fff;
    font-size: 18px;
}
#whatsapp i {
    margin-right: 8px;
    font-size: 20px;
}
@media (max-width: 771px){
  h1{
    text-align: center;
  }
  .menu nav a{
    line-height: 10px;
    padding: 0px 3px;
    margin-top: 10px;
  }
}

#masclic{
  font-weight: 700;
}

#slider{
  /*z-index: 1;*/
  position: relative;
}
#slider p{
  position: absolute;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 80px;
  color: #0dc8c3;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 5px 5px 7px rgba(0,0,0,.6);
}
@media (max-width: 771px){
#slider p{
  font-size: 50px;
}
}
@media (max-width: 600px){
#slider p{
  font-size: 40px;
  top: 40%;
}
}
@media (max-width: 450px){
#slider p{
  font-size: 30px;
  line-height: 30px;
  top: 40%;
}
}
#contacto{
  background: URL('../img/humocarreras.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0;
}
#contacto h2{
  font-size: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
#contacto input, #contacto select, #contacto textarea{
 border: none;
 padding: 15px;
 width: 100%;
 margin-bottom: 20px;
 border-radius: 6px;
 text-transform: uppercase;
 background: #fff;
 color: #333;
}
#contacto button{
  display: block;
  padding-top: 20px;
  margin-left: 15px;
  border: solid 2px #5a58a6;
  background: #5a58a6;
  color: white;
  padding: 5px 50px;
  border-radius: 10px;
  transition: .7s ease-in-out;
  font-size: 15px;
  box-shadow: 0px 4px 4px rgba(0,0,0,.35);
  text-transform: uppercase;
  margin-top: 30px;
}
#contacto button:hover{
  background: white;
  color: #5a58a6;
  box-shadow: 0px 0px 0px rgba(0,0,0,.5);
}
textarea{
  resize: none;
}
#nosotros{
  padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0,.95)), url(../img/nosotros.jpg);
  background-size: cover ;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed ;
  color: white;
}
#nosotros h2{
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
}
#nosotros p{
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
}
#licenciaturas{
  background: #000;
  padding: 80px 0 0;
}

#licenciaturas h2{
  width: 100%;
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  margin-top: 0;
}
#licenciaturas img{
  filter: grayscale(0%);
  transition: .4s ease-in-out;
}
#licenciaturas img:hover{
  filter: grayscale(100%);
}
#licenciaturas .modal {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    /*z-index: 99999;*/
}
#licenciaturas .modal h4{
    font-size: 35px;
    margin-top: 0;
}
#licenciaturas .modal .hashtag{
    font-weight: bolder;
    font-size: 24px;
    margin-bottom: 30px;
}
#licenciaturas .modal ul li{
    margin-left: 30px;
    list-style: none;
}
#licenciaturas .modal ul{
    margin: 25px 0;
}

#licenciaturas .modal a{
    background: #25d366;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}
#licenciaturas .modal .modal-dialog{
  top: 50%;
  transform: translateY(-50%);
}
#licenciaturas .modal-content{
  padding: 30px;
  position: relative;
  border: none;
  font-size: 20px;
  font-weight: 300;
}
#licenciaturas .modal-header{
  border-bottom: none;
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: 50;
}
.close{
  color: #222222;
  opacity: 1;
  font-size: 60px
}

#licenciaturas div.modal::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.95);
    content: '';
    height: 100vh;
    width: 100%;
}
#accion{
  padding: 140px 0px;
  background: #53c3be;
  color: white;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-family: 'cocogoose', sans-serif;
}

#ventajas{
  padding: 80px 0;
  background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../img/ventajas.jpg') right no-repeat;
  background-size: cover;
}
#ventajas h2{
  font-size: 50px;
  margin-bottom: 100px;
  text-align: center;
  color: #a62035;
  width: 100%;
}
#ventajas .ventaja{
  text-align: center;
  margin-bottom: 50px;
}
#ventajas .ventaja i{
  font-size: 80px;
  color: #00cc99;
}
#ventajas h3{
  color: #333;
}
#ubicacion{
  background: white;
  padding: 120px 0;
    background: URL('../img/humocarreras.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#ubicacion h2{
  text-align: center;
  font-size: 70px;
  margin-bottom: 70px;
  color: #fff;
}
#ubicacion p{
  font-size: 22px;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
footer{
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 40px 25px 20px;
  z-index: 3;
  position: relative;
  text-align: center;
  border-top: 3px solid #2b27da;
}

footer .social-media {
  margin-bottom: 25px;
}

footer .social-media p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .social-media a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

footer .social-media a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

footer .social-media a[href*="facebook"]:hover {
  background: #3b5998;
  color: #fff;
}

footer .social-media a[href*="instagram"]:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

footer .social-media a[href*="tiktok"]:hover {
  background: #000000;
  color: #ff0050;
}

footer .social-media a[href*="linkedin"]:hover {
  background: #0077b5;
  color: #fff;
}

footer .social-media a i {
  font-size: 20px;
  width: auto;
  text-align: center;
}

footer p{
  margin: 8px 0;
  color: #cccccc;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .5px;
  line-height: 1.6;
}

footer p:last-child {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #444;
  font-size: 14px;
  opacity: 0.8;
}

footer a{
    color: #7d2029;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 992px){ /*phone*/
    #accion {
        font-size: 43px;}
    #nosotros{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0,.95)), url(../img/nosotros.jpg) center no-repeat;
        background-size: cover;
    }
    #nosotros p{
      font-size: 16px;
      padding: 0 30px;
      text-align: left;
    }
    #contacto{
          background: URL('../img/humocarreras.jpg');
          background-position: right;
          background-size: cover;
          background-attachment: fixed;
          padding: 60px 0;
    }
    #ubicacion{
        padding: 60px 0;
        background: URL('../img/humocarreras.jpg');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
    }
    #licenciaturas .modal-content{
        padding: 10px;
    }
    #licenciaturas .modal-content .modal-body{
        padding: 0;
    }
    #licenciaturas .modal h4{
        font-size: 22px;
        margin-top: 0;
        display: inline-block;
    }
    #licenciaturas .modal .hashtag{
        font-weight: bolder;
        font-size: 16px;
        margin-bottom: 10px;
    }
    #licenciaturas .modal p{
        font-size: 15px;
    }
    #licenciaturas .modal ul li{
        margin-left: 10px;
        font-size: 15px;
        list-style: circle;
    }
    #licenciaturas .modal ul{
        margin: 10px 0;
        margin-left: 15px;
    }
    #licenciaturas .modal a{
        padding: 10px;
        font-size: 14px;
    }
/*   ---   POPUP   ---   */
.fondo-pop{
    position: fixed;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    z-index: 100000000000;
    backdrop-filter: blur(5px);
}

.fondo-pop .closebtn{
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-radius: 40px;
    background: rgba(255,255,255, 0.2);
    height: 80px;
    width: 80px;
    display: block;
    line-height: 80px;
    text-align: center;
}

.fondo-pop .closebtn:hover{
    background: rgba(255,255,255, 0.4);
    color: red;
}

.fondo-pop .img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.6);

}
@media only screen and (max-width: 880px) {
  #accion {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-bottom: -55px;
  }
}
textarea {
  height: 30px;
  width: 100%;
  resize: none;
}