:root {
    --grisclaro1: #f7f7f7;
    --grisclaro2: #EBEBEB;
    --blanco: #ffffff;
    --negro: #222222;
    --grisoscuro: #454855;
    --rojo: #1F1D56;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: var(--grisclaro1);
}
body * {
    margin: 0;
    padding: 0;
}
main {
    background-color: var(--blanco);
}
.procesos li{
    list-style-type: none;
} 
nav {
    background-color: var(--blanco);
    padding: 0.5rem 4rem !important;
    border-bottom: 1px solid var(--grisclaro1);
    position: relative ;
}
nav a.nav-link {
    text-transform: uppercase;
    color: var(--grisoscuro);
}
nav a.nav-link:hover {
    opacity: 0.75;
}
.navbar-toggler {
    border: 1px solid var(--grisoscuro);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(48, 84, 142, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
footer {
    background-color:var(--rojo);
    color: var(--blanco);
    padding: 2rem;
}
footer i {
    font-size: 3em;
}
footer p {
    font-size: 1.2em;
}
footer a {
    color: var(--blanco);
}
footer a:hover {
    opacity: 0.75;
    color: var(--blanco);
    text-decoration: none;
}
footer h3 {
    font-size: 1.6em;
    font-weight: 400;
}
h1 {
    font-weight: 400;
    font-size: 2.2em;
}
h2 {
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
}
p {
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 300;
    padding-bottom: 1rem;
}
header .top {
    background: url(../img/banner-ucuenca.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 11rem 3rem 3rem 3rem;
}



header .box {
    background-color: var(--grisoscuro);
    color: var(--blanco);
    padding: 2rem;
}
header .texto {
    background-color: var(--rojo);
    color: var(--blanco);
    padding: 1rem;
    margin: 0 auto;
    width: 60%;
    text-transform: uppercase;
}

header .texto2 {
    background-color: var(--rojo);
    color: var(--blanco);
    padding: 1rem;
    margin: 0 auto;
    text-transform: uppercase;
}

header .texto h2 {
    font-weight: 300;
}
section.info {
    overflow: hidden;
}
section.info .img1 {
    background: url(../img/foto3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
section.info .img2 {
    background: url(../img/foto2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
section.info .texto .top {
    background-color: var(--rojo);
    color: var(--blanco);
}
section.info .texto .bottom {
    background-color: var(--grisoscuro);
    color: var(--blanco);
}
section.info a {
    color: var(--blanco);
}
section.info a:hover {
    text-decoration: none;
    opacity: 0.75;
}
section.procesos-eleccionarios {
    overflow: hidden;
    padding: 0 0 0 3rem;
}
section.procesos-eleccionarios h2 {
    color: var(--grisoscuro);
}
section.procesos-eleccionarios .img3 {
    background: url(../img/foto4.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
section.procesos-eleccionarios ul {
    background-color: #00000000;
    border: 1px solid #d8d8d8;
    border-top: 1px solid #00000000;
    border-radius: 4px;
}
section.procesos-eleccionarios ul li {
    border-top: 1px solid #d8d8d8;
    padding: 1em 2em;
    list-style: none;
    border-bottom: 1px solid #00000000;
}
section.procesos-eleccionarios ul li a {
    color: var(--grisoscuro);
    display: block;
    font-size: 1.4em;
    line-height: 1.2em;
}
section.procesos-eleccionarios ul li a i {
    color: var(--rojo);
    margin-right: 6px;
}
section.procesos-eleccionarios ul li a:hover {
    opacity: 0.75;
    text-decoration: none;
}
section.video .video-contenedor {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
section.video .video-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video1 {
    background: url(../img/bg-video.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video1 .container {
    text-align: center;
    padding: 150px 0px;
}
.video1 .container button {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 2rem;
}
.video1 .container a:hover {
    text-decoration: none;
}

.modal.show .modal-dialog {
    padding-top: 10%;
}
.modal-content {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section.faq {
    padding: 0 3rem 0 3rem;
}
section.faq .contenido label {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: var(--grisoscuro);
    background: #eee;
    padding: 0.2rem 2rem;
    border: 1px solid var(--grisclaro2);
    position: relative;
}
section.faq .contenido label i {
    color: var(--rojo);
    position: absolute;
    right: 20px;
    top: 12px;
}
section.faq .contenido {
    width: 100%;
    margin: 10px auto;
    border: 1px solid var(--grisclaro2);
}
section.faq .contenido label:hover {
    background: #ddd;
}
section.faq .contenido input {
    display: none;
}
  /* contenido de tabs */
section.faq .contenido article {
    overflow: hidden;
    height: 0;
    transition: 0.3s;
    background-color: #f7f7f7;
    padding: 0rem 4rem;
}
section.faq .contenido article p,
section.faq .contenido article li {
    font-size: 1.4em;
    color: var(--grisoscuro);
    font-weight: 300;
    padding-bottom: 1rem;
}
section.faq .contenido article li > li {
    font-size: 1.4em;
    color: var(--grisoscuro);
    font-weight: 300;
    padding-bottom: 1rem;
}
.lista1{
    list-style-type: disc !important;
    font-size: 1.0em !important;
    color: var(--grisoscuro);
    font-weight: 300;
    padding-left: 20px;
}

section.faq .contenido article p a,
section.faq .contenido article li a {
    color: var(--rojo);
}
section.faq .contenido input:checked ~ article {
    height: auto;
    padding: 2rem 4rem;
}

section.faq .contenido article .contenido-tab label {
    text-transform: initial;
    font-size: 1.6em;
    font-weight: 400;
    display: block;
    cursor: pointer;
    color: var(--grisoscuro);
    background: var(--white);
    padding: 0.2rem 2rem;
    border: 1px solid var(--grisoscuro);
}
section.faq .contenido article .contenido-tab label i {
    color: var(--rojo);
    position: absolute;
    right: 20px;
    top: 12px;
}
section.faq .contenido article .contenido-tab label:hover {
    background: var(--grisclaro2);
}
section.faq .contenido article .contenido-tab input {
    display: none;
}
section.faq .contenido article .contenido-tab article {
    overflow: hidden;
    height: 0;
    transition: 0.3s;
    background-color: #f7f7f7;
    padding: 0rem 4rem;
}
section.faq .contenido article .contenido-tab article p,
section.faq .contenido article .contenido-tab article li {
    font-size: 1.4em;
    color: var(--grisoscuro);
    font-weight: 300;
    padding-bottom: 1rem;
}
section.faq .contenido article .contenido-tab article p a,
section.faq .contenido article .contenido-tab article li a {
    color: var(--rojo);
}
section.faq .contenido article .contenido-tab input:checked ~ article {
    height: auto;
    border: 1px solid var(--grisoscuro);
    padding: 2rem 4rem;
}

.logobrand {
    width: 250px;
}

.btndemo {
    /*background-color: #fea101;*/
    width: 70%;
    position: relative;
    border-radius: 5px;
    text-align: center;
    display: block;
}

.btndemo {
	background-color: #ffc107;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 8px;
	border-radius: 5px;
	text-align: center;
    line-height: 1.5em;
    color: #000;
    transition: background-color 200ms ease;
}
.btndemo:hover {
	background-color: #e3ab03;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
    line-height: 1.5em;
    color: #000;
}
.btndemo a {
    /*background-color: #fea101;*/
    color: #fff;
    text-decoration: none;
}

.h3-demo{
    color: black;
    font-size: 1.6rem;

}
.h3-demo-low{
    color: black;
    font-size: 1.3em;
}




/* Small devices */
@media (min-width: 0px) and (max-width: 575px){

    .h3-timer{
        font-size: 1.5em!important;
    }
    nav {
        padding: 0rem 1rem !important;
    }
    nav img {
        width: 100px;
    }
    footer {
        padding: 1rem 1rem !important;
    }
    footer h3 {
        font-size: 1.2em;
        margin: 0 0 2rem 0;
    }
    footer i {
        font-size: 2em;
    }
    footer p {
        font-size: 0.8em;
    }
    header .top {
        padding: 6rem 2rem;
    }
    header .texto {
        width: 88%;
    }
    section.info .img1,
    section.info .img2 {
        padding: 6rem 0;
    }
    section.procesos-eleccionarios,
    section.video,
    section.faq {
        padding: 0 1rem;
    }
    section.faq #activo-3 h2 .btn-link {
        text-transform: initial;
        font-weight: 400;
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        line-height: 1.2em;
    }
    h1 {
        font-size: 1.6em;
    }
    header .texto h2 {
        font-size: 1.4em;
    }
    section.faq .contenido label {
        font-size: 1.4em;
    }
    section.faq .contenido label i {
        right: 10px;
        top: 8px;
    }
    section.faq .contenido input:checked ~ article {
        padding: 1rem 3rem;
    }
    section.faq .contenido article .contenido-tab input:checked ~ article {
        padding: 1rem 2rem;
    }
    section.faq .contenido article .contenido-tab article {
        padding: 0rem 2rem;
    }
    section.faq .contenido article .contenido-tab label {
        padding: 0.2rem 3rem 0.2rem 1rem;
        font-size: 1.2em;
    }
    section.faq .contenido article .contenido-tab article p, 
    section.faq .contenido article .contenido-tab article li {
        font-size: 1.2em;
    }
    section.faq .contenido article {
        padding: 0rem 3rem;
    }
    .logobrand {
        width: 150px;
    }
    

} 

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 575px) and (max-width: 767px) {  
    footer h3 {
        margin-bottom: 2rem;
    }
    header .top {
        padding: 8rem 3rem;
    }
    header .texto {
        width: 88%;
    }
    section.info .img1,
    section.info .img2 {
        padding: 10rem 0;
    }
    section.procesos-eleccionarios,
    section.video,
    section.faq {
        padding: 0 1rem;
    }
    section.faq #activo-3 h2 .btn-link {
        text-transform: initial;
        font-weight: 400;
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        line-height: 1.2em;
    }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px){  
    header .top {
        padding: 8rem 3rem;
    }
    .btndemo{
        width: 200px;
    }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){ 
    header .texto {
        width: 48%;
    }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px){  
    header .texto {
        width: 52%;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {  
    .container {
        max-width: 1320px !important;
    }

}
