* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
    height: 100%;
    margin: 0;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11.5pt;
}

.form-login{
    color: #6E192B
}

/* Style tab links */
.tablink {
    background-color: #6E192B;
    color: white;
    float: left;
    border: 1px solid white;;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 12px;
    width: 25%;
    text-align: center;
}
.tablink:hover {
    background-color: #6E192B;
    color: white;
}

/* Create an active/current tablink class */
.tablink.active {
    background-color: white;
    color: #6E192B;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: #6E192B;
    display: none;
    padding: 85px 20px;
    padding-left: 10%;
    height: 100%;
}

.cancelbtn {
    background-color: #f44336;
}

.aceptarbtn {
    background-color: greenyellow;
}

.container {
    padding: 16px;
}

.container2{
    width: 200%;
}

/* The Modal (background) */
.modal {
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn {
       width: 100%;
    }
}

#div_info{
    width: 80%;
    padding-left: 10%;
}

#imagenP{
    width: 23%;
    height: 32%;
}

.info{
    padding-left: 27%;
}

span.footer{
    font-weight: bold;
}

span.aclaracion{
    font-style: italic;
    font-weight: normal;
    color :black;
}

span.obligatorio{
    color: red;
    font-weight: bold;
}

#footer{
    text-align: center;
    color: #6E192B;
    font-size: 10pt;
}

#cargarguia{
    border-radius: 50%;
    border: none;
    color: white;
    padding: 20px;
    margin: 4px 2px;
    background-color: #4CAF50;
}

#cargarguia:hover {
    background-color: #6E192B;
    color: white;
}

#div-cargar{
    position:relative;
    left: 35%;
}

.btn{
    transition-duration: 0.7s;
    background-color: white; 
    color: black; 
    border-color: #6E192B
}

.btn:hover {
    background-color: #6E192B;
    color: white;
}

.links > a {
    color: Darkred;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

#foto {
    color: white;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    background-image: url('../images/fondo.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.full-height {
    height: 100vh;
}

.imagenes{
    width:42px;
    height:42px;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.bottom-left {
    position: absolute;
    left: 1%;
    top: 80%;
}

.bottom-right {
    position: absolute;
    left: 87%;
    top : 90%;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: white;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    cursor: default;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.redes{
    width: 25%;
    height: 25%;
}

.logo{
    width: 25%;
    height: 15%;
}

.label-text{
    font-weight: bold;
}