body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
}


.new-row {
    display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

a {
    text-decoration: none;
}

a:hover {
    cursor:pointer;
   }

/* MANUAL HEADER */

.h-logo {
    width: 65%;
}



h1{
    font-family: 'Oswald', sans-serif;
    font-size: 2.3rem!important;
}

h2{
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem!important;
    font-weight: 400;
}

h3{
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 1.2rem!important;
}

h4{
    font-family: 'Lato', sans-serif;
    font-size: 1rem!important;
    font-weight: 400;
}

h5{
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem!important;
    font-weight: 700;
}

h6{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #2c2c2c;
}




.underline {
    width: 100%;
    height: 2px;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#fbcb9a), to(#e9bf88), color-stop(0.3, #edd190), color-stop(0.5, #bc8232)) 21 30 30 21 ;
}



/* SECTION 1 */

#section1 {
    
}

.comic {
    background-image: url(images/text-comic-back.png);
    background-size: 91% 46%;
    background-repeat: no-repeat;
    background-position-x: right;
}

/* SECTION 2 */

#quienes {
    height:100vh;
}

#servicios {
    height:100vh;
}

#login{
    background-color:#000000;
    background-image: url(images/world2.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 35%;
}

.card{
    background-color:transparent!important;
    border:0!important;
}



 /* Parent Container */
.content_img{
    position: relative;
    width: 100%;
    height: auto;
   }
   
   /* Child Text Container */
   .content_img div{
    position: absolute;
    top: 0;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    padding-left: 0!important;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
   }
   
   /* Hover on Parent Container */
   .content_img:hover{
    cursor: pointer;
   }
   
   .content_img:hover div{
    padding-top: 25%;
    visibility: visible;
    width: 100%;
    opacity: 1; 
   }
/* ------- CELLPHONES ------- */

@media (min-width: 100px) and (max-width: 480px) {
    
    #quienes {
        height:100%;
    }

    #servicios {
        height:100%;
    }

    #login {
        height:100%;
    }
    
}


/* VIDEO */

header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
    margin-top:5%;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 1;
  }

  /* NAVBAR */

#nav-header {
    color: #000000;
    height:100vh;
}

#nav-header-user {
    background-color: #ffffff;
    height:13vh;
}
  
  @media (pointer: coarse) and (hover: none) {
    header {
      background: url('https://unsplash.com/photos/9cCeS9Sg6nU') black no-repeat center center scroll;
    }
    header video {
      display: block;
    }
  }

  .btn2 {
    width: 100%;
    background-color: #000000;
    border: solid 1px #ffffff;
    color:#ffffff!important;
    padding: 10px 100px;
}



  /* CONTACTO */

  .form-group {
      padding-left:0!important;
  }

.btn {
    width: 100%;
    
    border-radius: 0;
    font-weight: 700;
    font-size: 1em;
    background: rgb(251,203,154);
background: -moz-linear-gradient(90deg, rgba(251,203,154,1) 0%, rgba(233,191,136,1) 30%, rgba(237,209,144,1) 60%, rgba(188,130,50,1) 90%);
background: -webkit-linear-gradient(90deg, rgba(251,203,154,1) 0%, rgba(233,191,136,1) 30%, rgba(237,209,144,1) 60%, rgba(188,130,50,1) 90%);
background: linear-gradient(90deg, rgba(251,203,154,1) 0%, rgba(233,191,136,1) 30%, rgba(237,209,144,1) 60%, rgba(188,130,50,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbcb9a",endColorstr="#bc8232",GradientType=1);}



.form-control {
    opacity: .7;
    border: none;
    border-radius: 0;
}

.incorrect {
    color:#ff0000;
}

#inexistente{
    display:none;
}