body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 100px;
}

footer {
    position: absolute;
    bottom: 0;
}

.texto-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.textoPizarra {
    font-family: 'Schoolbell', cursive;
}

#ceconCarousel .carousel-control-prev,
#ceconCarousel .carousel-control-next {
    top: 50%;
    bottom: 50%;
}

#ceconCarousel .carousel-control-next-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%343A40' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;*/
    background-image: url(../images/common/right-black-arrow.png)
}

#ceconCarousel .carousel-control-prev-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%343A40' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;*/
    background-image: url(../images/common/left-black-arrow.png);
}

#ceconCarousel .carousel-control-prev:hover {
    background-image: url(../images/common/prev.png);
}

#ceconCarousel .carousel-control-next:hover {
    background-image: url(../images/common/next.png);
}

#ceconCarousel .carousel-control-prev:hover,
#ceconCarousel .carousel-control-next:hover {
    background-color: #292727;
    background-size: 12px;
}

#ceconCarousel .carousel-control-prev,
#ceconCarousel .carousel-control-next {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #078fc5;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.7);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #078fc5;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

.double-nav .breadcrumb-dn {
    color: #fff;
}

.side-nav.wide.slim .sn-ad-avatar-wrapper a span {
    display: none;
}

.fondoLogin {
    background: url('/images/site/fondoLogin.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
}

.fondoCuadriculado {
    background: url('/images/common/hoja.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
}

.fondoCuadriculadoRow {
    background: url('/images/common/hoja.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center
}

.fondoCuadriculadoXLG {
    background: url('/images/common/hojaXLG.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
}

.marcoTablet {
    background-image: url('/images/common/tablet.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.contact {
    padding: 4%;
    height: 400px;
}

.col-email {
    background: #ff9b00;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.contact-info {
    margin-top: 10%;
}

.contact-info img {
    margin-bottom: 15%;
}

.contact-info h2 {
    margin-bottom: 10%;
}

.col-md-9 {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contact-form label {
    font-weight: 600;
}