@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

body h1,
h2,
h3,
h4,
h5,
p {
    color: #fff;
    font-weight: 400;
    margin: 0 ;
}

body p {
    font-size: 14px;
}

a:link {
    text-decoration: none;
}

.col-md-3,
.col-md-4,
.col-md-6 {
    padding: 0px;
}

.row {
    margin: 0 !important;
}


/** Banners **/

.banner {
    background: url(img/banner.jpg) no-repeat scroll center;
    background-size: cover;
    min-height: 600px;
}

.banner-ieo {
    background: url(img/banner-ieo.jpg) no-repeat scroll center;
    background-size: cover;
    min-height: 600px;
}

.banner-multi {
    background: url(img/banner-multi.jpg) no-repeat scroll center;
    background-size: cover;
    min-height: 600px;
}

.banner-sec {
    margin-top: 5px;
    background: url(img/banner-sec.jpg) no-repeat scroll center;
    background-size: cover;
    min-height: 500px;
}

.banner,
.banner-sec {
    background-color: transparent !important;
}

.navbar-nav,
.navbar-toggle {
    margin-top: 2%;
    margin-right: 15px;
}

.txtLogo {
    width: 200px;
    height: auto;
    margin: 0 0 0 -0.1px !important;
    background-color: white;
    border-radius: 0 50px 50px 0;
}

/**.txtLogo img {
    width: 75%;
    text-align: right;
}**/

.txtBanner {
    width: auto;
    height: auto;
    margin: 260px 0 0 0;
    padding: 0 60px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 50px;
}

.txtCaja {
    width: 70%;
    height: auto;
    padding: 10px;
    margin: 0 50px;
    font-weight: 200;
}


/** Menú **/

.navbar li a {
    color: #fff !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #fff !important;
    background-color: #20B25E !important;
}

.navbar-default .navbar-toggle {
    border-color: white !important;
    color: #fff !important;
}

.navbar {
    padding-top: 30px;
}


.navbar-header a,
button {
    padding: 0;
    border: 0;
}

.navbar-header {
    margin: 0px 0 0 0 !important;
}

.navbar-toggle button {
    margin: 25px 25px 0 0;
    padding: 0;
    border: 0;
}


/** Colores **/

.c417980 {
    background: #417980;
}

.c1092B6 {
    background: #1092B6;
}

.c189E89 {
    background: #189E89;
}

.c20B25E {
    background: #20B25E;
}

.cD59523 {
    background: #D59523;
}


/** OPCIONES **/

.opciones {
    margin: 0px !important;
    display: inline;
}

.opc1,
.opc4 {
    min-height: 115px;
    margin: 0px;
    padding: 0px;
}

.opc1-p5 {
    margin: 20px 0;
    height: 115px;
}

.opc1 img,
.opc4 img,
.opc1-p5 img {
    width: 105px;
    height: 105px;
    vertical-align: middle;
    float: left;
    margin: 5px;
}

.opc1 p,
.opc4 p {
    text-align: left;
    vertical-align: middle;
    margin: 0px;
}

.opc1 h4 {
    text-align: left;
    padding: 40px 10px 5px 10px;
}

.opc4 h4 {
    text-align: left;
    margin: 0px;
    padding-top: 30px;
}

.opc4 ul {
    padding: 20px 20px 20px 60px;
    margin: 0;
    list-style-image: url(img/caret-right.svg);
}

.opc4 li {
    line-height: 140%;
    margin: 15px 0;
}

.opcBan-Sec {
    margin: 40px 0 0 0 !important;
    width: 45%;
    float: right;
    position: relative;
}

.opcInst {
    height: auto;
    margin: 0px;
}


/** Secciones **/

.secciones {
    height: 40vh;
    margin: 0px;
    display: inline-block;
}


/* Multimedia */

.multimedia {
    padding-bottom: 5px;
    margin: 0px !important;
    display: inline-flex;
    width: 100%;
    min-height: 320px;
    margin: 0 0 5px 0;
    display: inline-flex;
}

.col-5 {
    width: 20%;
}

.col-5 img {
    width: 105px;
    height: 105px;
    align-items: center;
    margin: 5px;
}

.opc2 {
    margin-top: 30%;
}

.opc2 img {
    margin: auto;
    display: block;
}

.opc2 p {
    text-align: center;
    margin: 10px 0 5px 0;
}


/* Footer */

.footer {
    background: #417980;
    height: auto;
}

.img-footer {
    position: relative;
    margin: 45px 0 45px 50px;
}

.texto-footer {
    font-size: 12px;
    margin-left: 20px;
}

.linea {
    margin: 20px 0 20px 100px;
    border-left: 1.3pt solid #fff;
    height: 100%;
}

@media (max-width: 768px) {
    .container {
        padding: 0;
    }
    /*Banners */
    .banner, .banner-ieo, .banner-multi {
        min-height: 100vh;
    }

    .txtBanner {
        margin-top: 85%;
        letter-spacing: 0;
        font-size: 35px;
        padding: 0 25px;
    }

    .txtCaja {
        width: auto !important;
        margin: 0 20px;
        padding: 5px;
    }

    .opcBan-Sec {
        margin-top: 50% !important ;
        width: 80%;
    }

    /* Footer */
    .footer {
        height: auto;
        /*display: block !important;
        padding: 0px !important;
        margin: 0px !important;*/
    }
    .img-footer {
        margin: 20px 0 20px 20px !important;
    }
    .linea {
        margin: 20px !important;
        border-left: 1pt solid #fff;
        height: 100%;
    }
}