@charset "UTF-8";
/* CSS Documento */

body {
    
    font-family: 'Roboto', sans-serif;
}

h1 h2 h3 h4 h5 h6 {
    
    font-weight: bold;
}
.logotipo {
    
    width: 200px;
    padding: 0px 0px;
}

.logofooter {
    
    width: 280px;
    padding: 1px 0px;
}
.iconos-head {
    
    width:20px;
    margin: 10px 5px;
    color: red;
    
}

.espacio {
    
        padding: 25px 0px;
}

/* INSTITUCION */
.fachada {
    
    width: 1200px;
    height: 520px;
    padding: 5px 0px;
}

header {
    
    width: auto;
    height: 600px;
    background: #43cea2;  /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(24, 90, 157, 0.5), rgba(67, 206, 162, 0.5)), url(../imagenes/institucion/fachada.jpeg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
           
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* INSTITUCION */
.carreras {
    
    width: auto;
    height: 650px;
    background: #43cea2;  /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(24, 90, 157, 0.5), rgba(67, 206, 162, 0.5)), url(../imagenes/institucion/IMGS\ WEB-02.jpg);
    background-size: 100%;
background-repeat: no-repeat;
     background-attachment: fixed;
   position: relative; 
           
}

.wave1{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* GALERIA */

.galeria {
    
    width: auto;
    height: 600px;
    background: #43cea2;  /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(24, 90, 157, 0.5), rgba(67, 206, 162, 0.5)), url(../imagenes/institucion/PROMO-XXXII.jpeg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
           
}

.wave2{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*  ESTO FUNCIONA PARA EL EFECTO DE NIEVE */
/* i {
  position: absolute;
  
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 -1px 1px rgb(114, 114, 114);
  top: -10px;
  animation: nieve linear infinite;
}

@keyframes nieve {
  0% {
      top: -10px;
  }
  100% {
      top: calc(100vh + 1190px);
  }
}*/

/*  ASTA ACA PARA EL EFECTO DE NIEVE */

.content {
    padding: 7rem 0; }
  
  .heading {
    font-size: 2.5rem;
    font-weight: 900; }
  
  .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none; }
    .form-control:active, .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #000; }
  
  .col-form-label {
    color: #000;
    font-size: 13px; }
  
  .btn, .form-control, .custom-select {
    height: 45px;
    border-radius: 0; }
  
  .custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0; }
    .custom-select:active, .custom-select:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #000; }
   
  .contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef; }
    .contact-wrap .col-form-label {
      font-size: 14px;
      color: #b3b3b3;
      margin: 0 0 10px 0;
      display: inline-block;
      padding: 0; }
    .contact-wrap .form, .contact-wrap .contact-info {
      padding: 40px; }
    .contact-wrap .contact-info {
      color: rgba(255, 255, 255, 0.5); }
      .contact-wrap .contact-info ul li {
        margin-bottom: 15px;
        color: rgba(255, 255, 255, 0.5); }
        .contact-wrap .contact-info ul li .wrap-icon {
          font-size: 20px;
          color: #fff;
          margin-top: 5px; }
    .contact-wrap .form {
      background: #fff; }
      .contact-wrap .form h3 {
        color: #000;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 30px; }
    .contact-wrap .contact-info {
      height: 100vh;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .contact-wrap .contact-info a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      @media (max-width: 1199.98px) {
        .contact-wrap .contact-info {
          height: 400px !important; } }
      .contact-wrap .contact-info h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px; }
  
  label.error {
    font-size: 12px;
    color: red; }
  
  #message {
    resize: vertical; }
  
  #form-message-warning, #form-message-success {
    display: none; }
  
  #form-message-warning {
    color: #B90B0B; }
  
  #form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold; }
  
  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }