﻿
@font-face {
    font-family: 'FS-Albert-Pro-Bold';
    src: url('../fonts/FS-Albert-Pro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FS-Albert-Pro-ExtraBold';
    src: url('../fonts/FS-Albert-Pro-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FS-Albert-Pro-Light';
    src: url('../fonts/FS-Albert-Pro-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'FS-Albert-Pro';
    src: url('../fonts/FS-Albert-Pro.ttf') format('truetype');
}
body {
    background-color: #fff;
    color: #1D1D1B;
    font-family: 'FS-Albert-Pro';
    font-size: 1.6rem;
    line-height: 1.6;
    /*  background-image: url("Imagenes/FondoWeb.jpg");
    background-size: 100% auto;*/
}

.containerGr {
    width: 1370px;
}

.boxed {
    background-color: transparent;
}

.content-box.box-default {
    /*background-color: #025396;
    border: solid 1px #025396;*/
}

.content-box-title.counter {
    font-size: 2.3em;
    color: #025396;
}

.header-full {
    background-image: linear-gradient(to top, #ffffff, #ffffff);
    /*background-image: url("../../Imagenes/Fondo.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 5px 3px 3px 0px #02539626;
}

.top-nav-social {
    background-color: transparent;
}

#footer {
    background-color: #025396;
    color: #fff;
    padding: 0;
    text-align: center;
    border-top: solid 0px #555;
}

.LineaFooter {
    background-color: #025396;
    border-top: solid 1px #555;
}

h1, h2, h3, h4, h5, h6 {
    font-family: FS-Albert-Pro-Bold !important;
    font-weight: bold;
    line-height: 120%;
    color: #111111;
    margin: 20px 0 17px 0;
}

.slogan {
    font-size: 27px;
    font-weight: 500;
    font-family: inherit !important;
}

.icon-ar.icon-ar-inverse {
    color: #025396;
}

.icon-ar.icon-ar-inverse {
    background-color: transparent;
    color: #025396;
    border: solid 1px #025396;
}

.icon-ar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #025396;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

.pricign-box-pro > .pricing-box-header {
    color: #fff;
    background-color: #106417;
}

.pricing-box-price h3 {
    font-weight: 500;
}

.icon-devices li.active a {
    color: #106417;
}

.primary-color {
    color: #106417;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
    background-color: #FFFFFF;
    background-image: linear-gradient(to top, #FFFFFF, #FFFFFF);
    border: solid 1px #025396 !important;
    padding: 6px 6px 5px 6px !important;
    margin: 10px 2px 10px 2px !important;
    color: #000000;
}

.dropdown-menu .active > a, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li > a:active {
    background-color: #FFFFFF;
    background-image: linear-gradient(to top, #FFFFFF, #FFFFFF);
    border: solid 1px #FFFFFF !important;
    padding: 6px 6px 5px 6px !important;
    margin: 10px 2px 10px 2px !important;
    color: #025396;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FFFFFF;
    background-image: linear-gradient(to top, #FFFFFF, #FFFFFF);
    border: solid 1px #FFFFFF !important;
    padding: 6px 6px 5px 6px !important;
    margin: 10px 2px 10px 2px !important;
    color: #025396;
}


.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
    background-color: #106417;
}

.slogan > span {
    color: initial !Important;
}

.blockquote-color {
    border-color: #106417;
}

.section-title:first-letter {
    color: #000;
}

.footer-widget-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    color: #106417;
}

#footer a {
    color: #009036;
    text-decoration: none;
}

    #footer a:hover {
        color: silver;
    }

.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom, #025396 5%, #025396 100%) !Important;
    background-color: #025396 !Important;
    border-color: #025396 !Important;
    border-radius: 50px !important;
    border: 1px solid #025396 !important;
    padding: 10px 30px;
}

    .btn-primary:hover {
        color: #fff;
        background: linear-gradient(to bottom, #767777 5%, #767777 100%) !Important;
        background-color: #767777 !Important;
        border-color: #767777 !Important;
    }

.btn-info {
    color: #fff;
    background: linear-gradient(to bottom, #025396 5%, #025396 100%) !Important;
    background-color: #025396 !Important;
    border-color: #025396 !Important;
    border: 1px solid #025396 !important;
}



.input-group-addon {
    border-radius: 0;
    background-color: #106417;
    border-color: #106417;
    color: #fff;
}

.btn-default {
    color: #000 !important;
}

.btn-default:hover {
    color: #000 !important;
    background: linear-gradient(to bottom, #e4e4e4 5%, #e4e4e4 100%) !Important;
    background-color: #e4e4e4 !Important;
    border-color: #e4e4e4 !Important;
}

.header-full-title {
    float: left;
    overflow: hidden;
    padding-left: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
}

.navbar-default .navbar-nav > li.MenuSimple > a {
    padding-left: 10px;
    padding-right: 10px;
}



.MenuSimple > a::after {
    top: 18px;
    right: 0px;
    content: "";
    padding-right: 0px;
}

.navbar-header-full {
    background-color: #FFF;
    background-image: none;
    box-shadow: none;
    border-top: solid 1px #FFFFFF;
     
}

.navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: #2d3754;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    border: solid 1px #FFFFFF;
    padding: 6px 6px 5px 6px !important;
    margin: 10px 2px 10px 2px !important;
    font-family: inherit;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #ffffff;
    white-space: nowrap;
}


/*.dropdown-menu {
	padding: 0;
	min-width: 200px;
	border-radius: 0;
	z-index: 9999 !important;
	margin-top: 0px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
	background-color: #444444;
}*/
.FondoSubMenu {
    background-color: #767777 !Important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    background-color: #000;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li:hover {
        background-color: #106417;
    }


/*.pricing-box-content {min-height:600px;}
@media (min-width:320px) and (max-width:480px) {
    .pricing-box-content {min-height:0px;}
}
@media (min-width:480px) and (max-width:600px) {
    .pricing-box-content {min-height:0px;}
}*/


.margin-bottom {
    margin-bottom: 100px;
}

#footer-widgets {
    background-color: #292f33;
    color: #eee;
    padding: 0px 0 20px 0;
    margin-top: 30px;
    border-top: solid 1px #ccc;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-brand {
    font-size: 28px;
    font-weight: 300;
    text-transform: lowercase;    
    word-spacing: -6px;
    -webkit-text-stroke: 0.01em;
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 0px;
    color: #000;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 7px 15px 7px 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-brand {
    font-size: 1.7em;
    word-spacing: -4px;
    margin-left: 50px;
}

.navbar-header .navbar-toggle {
    margin: 0;
    margin-top: -1px;
    background-color: #555;
    background-image: linear-gradient(to top, #4d4d4d, #666);
    border: none;
    border-radius: 0;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    height: 51px;
    min-width: 47px;
    margin-left: -14px;
}
.navbar-header {
    background-color: #FFFFFF;
}

.top-nav .dropdown a {
    background-color: #ffffff;
}

.wrap-primary-color {
    background-color: #106417;
    padding: 40px 0;
    color: #fff;
}

.wrap-ImagenHome {
    border-bottom: solid 25px #cacdda;
    color: #fff;
}

.wrap-Actualidad {
    background-image: url(../../Imagenes/FondoActualidadHome.jpg);
    background-repeat: repeat-x;
    padding: 40px 0;
}

.main-header {
    background-color: transparent;
    color: #000;
    /*padding: 40px 0 15px 0;*/
    margin-bottom: 40px;
    position: relative;
}

.main-headerEspacio {
}

.main-headerEspacioMini {
}

@media (min-width:750px) {
    .main-headerEspacio {
        margin-top: 70px;
    }

    .main-headerEspacioMini {
        margin-top: 50px;
    }
}

a {
    color: #025396;
    text-decoration: none;
}

    a:hover {
        color: #727272;
    }

.panel-primary .panel-heading, .panel-primary .panel-footer {
    background-color: #106417;
    color: #fff;
}

.panel-primary {
    border-color: #b4b7c3;
}


    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #106417;
        border-color: #106417;
    }

.post-title {
    font-size: 1.6em;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    font-weight: 400;
    color: #106417;
}

.post .post-title a {
    color: #106417;
    text-decoration: none;
}

/*.top-nav .dropdown {
	display: inline-block;
	margin-left: 20px;
	z-index: 1001;
	vertical-align: top;
}*/

.wrap-hero .carousel-hero .carousel-caption .action-zone {
    text-align: center;
    margin-top: 10px;
}

.wrap-hero .carousel-hero {
    background-color: rgba(24, 135, 47, 0.58);
    padding: 0;
    position: relative;
}

h2 {
    font-size: 32px;
    color: #2d3754;
}

h3 {
    font-size: 25px;
    color: #000000;
    margin-top: 0px;
}

/*.carousel-control {display:none !Important;}*/

.page-header {
    color: #000;
    border-bottom: none;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size:1.6rem;
}

.form-control {
    border: solid 1px #b4b7c3;
}

    .form-control:focus {
        border-color: #025396;
        box-shadow: none;
    }

textarea.form-control:focus {
    border-color: #025396;
}

a:hover, a:focus, a:active {
    color: #000;
}

.panel-body {
    padding: 25px;
}



.top-nav .dropdown a {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 10px;
    text-decoration: none;
    background-color: transparent; /*#ffffff;*/
    border: 3px solid #e96110;
    color: #025396  !important;
   border-radius :50px;
    margin-top: 5px;
}

    .top-nav .dropdown a i {
        font-size: 1.2em;
        color: #303a57; /*#767777;*/
    }




@media (min-width: 768px) {
    .timeline-2 li .panel, .timeline-2 li .alert, .timeline-2 li blockquote {
        margin-top: -105px;
        position: relative;
        top: 0;
    }

    .timeline-2 {
        border-left: solid 5px #025396;
    }

    .timeline-2-point {
        background: #f9ec2b;
    }
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-control {
    position: sticky;
    width: 50px;
    height: 50px;
    /*font-size: 20px;*/
    color: #fff;
    text-align: center;
    filter: alpha(opacity=80);
    opacity: .8;
    background-color: #025396;
    z-index: 999;
    display: inline-block;
    font-size: 35px;
    top: +30px;
    padding-top:8px;
}

    .carousel-control.left {
        background-image: none;
        filter: none;
        left: -15px;
        float: left;
        /*border-bottom-left-radius: 50pt;
        border-top-left-radius: 50pt;*/
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none;
        filter: none;
        float: right;
        left: +20px;
        /*border-bottom-right-radius: 50pt;
        border-top-right-radius: 50pt;*/
    }


    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=100);
        outline: none;
        opacity: 1;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

@media (max-width: 767px) {
    .carousel-indicators {
        top: 10px !important;
        bottom: auto !important;
    }

    .carousel-title {
        margin: 10px 0 5px 0;
        padding: 0;
        font-size: 2em;
        line-height: 1.3em;
    }

    .crousel-subtitle {
        font-size: 1.4em;
    }

    .carousel-text p {
        margin-bottom: 10px;
    }

    .carousel-list {
        margin: 5px 0 0 0;
    }

        .carousel-list li {
            font-size: 1.2em;
            line-height: 1em;
            margin-bottom: 4px;
        }

            .carousel-list li span {
                padding: 5px;
            }

            .carousel-list li i {
                width: 42px;
                padding: 5px;
            }

    .carousel-control {
        left: auto;
        bottom: auto;
        top: 20px;
    }

        .carousel-control.left {
            right: 50px;
        }

        .carousel-control.right {
            right: 0;
        }
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #025396;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
}

.wrap-hero .carousel-hero .carousel-control.left {
    left: 20px;
    top: 35%;
}

.wrap-hero .carousel-hero .carousel-control {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 40px;
    width: 40px;
    top: 20px;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.carousel-control {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    /*width: 15%;*/
    /*font-size: 20px;*/
    color: #fff;
    text-align: center;
    filter: alpha(opacity=80);
    opacity: .8;
}

.wrap-hero .carousel-hero .carousel-control.right {
    top: 35%;
    right: 20px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: none;
}



















































.Tam11em {
    font-size: 1.1em;
}

.Tam13em {
    font-size: 1.3em;
}

.Tam14em {
    font-size: 1.4em;
}

.Tam15em {
    font-size: 1.5em;
}

.Tam16em {
    font-size: 1.6rem;
}

.Tam2em {
    font-size: 2em;
    line-height: 1.2em;
}

.Tam16 {
    font-size: 16px;
}

.Tam18 {
    font-size: 18px;
}

.Tam20 {
    font-size: 20px;
}

.Tam21 {
    font-size: 21px;
}

.Tam22 {
    font-size: 22px;
}

.Tam23 {
    font-size: 23px;
}

.Tam25 {
    font-size: 25px;
}

.Tam26 {
    font-size: 26px;
}

.Tam60 {
    font-size: 60px;
}

.Blanco {
    color: #FFFFFF !important;
}

.Negro {
    color: #000000 !Important;
}

.Verde {
    color: #025396;
}

.VerdeOscuro {
    color: #025396 !Important;
}

.Gris {
    color: #767777 !Important;
}

.Rojo {
    color: red;
}

.NaranjaOscuro {
    color: #e96110;
}

.ColorNormal {
    color: #666;
}

.ColorError {
    color: #C9302C;
}

.SemiNegrita {
    font-weight: 500;
}

.Negrita {
    font-weight: bold;
}

.Normal {
    font-weight: normal;
}

.Cursiva {
    font-style: italic;
}
 
.Azul {
    color: #025396 !Important;
}

.AzulOscuro {
    color: #182d4d !Important;
}


.MarginRight0 {
    margin-right: 0px;
}

.MarginRight5 {
    margin-right: 5px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginRight50 {
    margin-right: 50px;
}

.MarginLeft50 {
    margin-left: 50px;
}

.MarginLeft40 {
    margin-left: 40px;
}

.MarginLeft25 {
    margin-left: 25px;
}

.MarginLeft20 {
    margin-left: 20px;
}

.MarginLeft0 {
    margin-left: 0px;
}

.MarginLeft5 {
    margin-left: 5px;
}

.MarginTopMenos25 {
    margin-top: -25px;
}

.MarginTop0 {
    margin-top: 0px !Important;
}

.MarginTop5 {
    margin-top: 5px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginTop15 {
    margin-top: 15px;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginTop25 {
    margin-top: 25px;
}

.MarginTop30 {
    margin-top: 30px;
}

.MarginTop40 {
    margin-top: 40px;
}

.MarginTop50 {
    margin-top: 50px;
}

.MarginTop70 {
    margin-top: 70px;
}

.MarginBottom0 {
    margin-bottom: 0px !Important;
}

.MarginBottom5 {
    margin-bottom: 5px;
}

.MarginBottom10 {
    margin-bottom: 10px !Important;
}

.MarginBottom18 {
    margin-bottom: 18px;
}

.MarginBottom20 {
    margin-bottom: 20px;
}

.MarginBottom25 {
    margin-bottom: 25px;
}

.MarginBottom30 {
    margin-bottom: 30px !Important;
}

.MarginBottom40 {
    margin-bottom: 40px;
}

.MarginBottom50 {
    margin-bottom: 50px;
}

.MarginBottom60 {
    margin-bottom: 60px;
}

.MarginBottom80 {
    margin-bottom: 80px;
}

.MarginBottom100 {
    margin-bottom: 100px;
}

.MarginBottom120 {
    margin-bottom: 120px;
}

.MarginParrafo {
    margin: 50px 0px 80px 0px;
}

.MarginParrafoCorto {
    margin: 20px 0px 30px 0px;
}

.BorderBottom0 {
    border-bottom: 0px;
}

.padding5 {
    padding: 5px;
}

.padding7 {
    padding: 7px;
}

.padding30 {
    padding: 30px;
}

.PaddingLeft0 {
    padding-left: 0px !important;
}

.PaddingLeft15 {
    padding-left: 15px !important;
}

.PaddingLeft20 {
    padding-left: 20px !important;
}

.PaddingLeft30 {
    padding-left: 30px;
}

.PaddingTop10 {
    padding-top: 10px;
}

.PaddingTop20 {
    padding-top: 20px;
}

.PaddingTop90 {
    padding-top: 90px;
}


.PaddingRight0 {
    padding-right: 0px;
}

.PaddingRight15 {
    padding-right: 15px;
}

.PaddingRight30 {
    padding-right: 30px;
}

.PaddingBottom0 {
    padding-bottom: 0px;
}

.PaddingBottom5 {
    padding-bottom: 5px;
}

.PaddingBottom20 {
    padding-bottom: 20px;
}

.PaddingBottom90 {
    padding-bottom: 90px;
}

.dvCuadroScrollMed {
    float: left;
    width: 100%;
}

.dvCuadroScrollMedInt {
    height: 252px;
    overflow: auto;
    width: 460px;
    font-family: Arial;
}

    .dvCuadroScrollMedInt .scroll-element {
        background-color: white !Important;
    }
.btn:hover {
    color: #fff !important;
    text-decoration: none;
}

#vertical-scrollbar-demo {
    height: 250px;
}

.H39 {
    max-height: 39px !important;
}

.H65 {
    height: 65px;
}

.H33 {
    height: 33px;
}

.H66 {
    height: 66px;
}

.W100Porc {
    width: 100%;
}

.LimiteBloque {
    height: 11em;
    overflow: hidden;
}

@media (min-width:320px) and (max-width:480px) {
    .LimiteBloque {
        height: 12em;
        overflow: hidden;
    }
}

@media (min-width:480px) and (max-width:600px) {
    .LimiteBloque {
        height: 9em;
        overflow: hidden;
    }
}

@media (min-width:600px) and (max-width:800px) {
    .LimiteBloque {
        height: 10em;
        overflow: hidden;
    }
}

.dropdown .fa {
    margin-right: 3px;
}

@media (min-width:900px) and (max-width:1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
    }
}

@media (min-width:700px) and (max-width:1000px) {
    .dropdown .fa {
        display: none !Important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px
    }

    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}




.pricing-box-content .fa {
    float: left;
    padding-bottom: 5px;
}

.LinkGris, .LinkGris:active, .LinkGris:visited {
    color: #949494 !Important;
}

    .LinkGris:hover {
        color: #000000 !Important;
        text-decoration: underline !Important;
    }

.LinkNaranja, .LinkNaranja:active, .LinkNaranja:visited {
    color: #767777 !Important;
}

    .LinkNaranja:hover {
        color: #000000 !Important;
        text-decoration: underline !Important;
    }

.LinkBlanco {
    color: #FFFFFF !Important;
    text-decoration: underline !Important;
}



.Calendario {
    border: solid 1px #ffffff;
}

.CalendarioCabecera {
    color: #666;
    font-size: 17px;
    font-weight: normal;
    height: 40px;
    background-color: white;
    text-transform: capitalize;
}

    .CalendarioCabecera a, .CalendarioCabecera a:hover, .CalendarioCabecera a:visited, .CalendarioCabecera a:active {
        color: #666 !Important;
        text-decoration: none;
        font-size: 20px;
        padding: 0px 15px;
    }

    .CalendarioCabecera .fa-arrow-left {
        position: relative;
        left: 5em;
    }

    .CalendarioCabecera .fa-arrow-right {
        position: relative;
        left: -5em;
    }

@media (max-width: 460px) {
    .CalendarioCabecera .fa-arrow-left {
        left: 0em;
    }

    .CalendarioCabecera .fa-arrow-right {
        left: -0em;
    }
}
@media (max-width: 992px) {
    .logoImg1 {
        width:350px !important;
    }
}

.CalendarioDiasCab {
    text-transform: uppercase;
    font-size: 18px;
    background-color: #444444;
    height: 40px;
    color: white;
    text-align: center;
    border: solid 1px #d9d9d9;
    font-weight: normal;
}

.CalendarioDias {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    border: solid 1px #d9d9d9;
    height: 60px;
}

    .CalendarioDias a, .CalendarioDias a:hover, .CalendarioDias a:visited, .CalendarioDias a:active {
        color: #000000 !Important;
        text-decoration: none;
    }

.CalendarioDiaSelec {
    font-size: 18px !Important;
    color: #000000;
    font-weight: bold !Important;
    border: solid 3px #001a72 !Important;
    height: 60px;
}

    .CalendarioDiaSelec a, .CalendarioDiaSelec a:hover, .CalendarioDiaSelec a:visited, .CalendarioDiaSelec a:active {
        color: #000000 !Important;
        text-decoration: none;
    }

.CalendarioDiaCurso {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    border: solid 1px #d9d9d9;
    height: 60px;
    background-color: #feefdc !Important;
}

    .CalendarioDiaCurso a, .CalendarioDiaCurso a:hover, .CalendarioDiaCurso a:visited, .CalendarioDiaCurso a:active {
        color: #000000 !Important;
        text-decoration: none;
    }

.CalendarioDiasOtros {
    font-size: 14px;
    color: silver;
    font-weight: bold;
    border: solid 1px #d9d9d9;
    height: 60px;
}

    .CalendarioDiasOtros a, .CalendarioDiasOtros a:hover, .CalendarioDiasOtros a:visited, .CalendarioDiasOtros a:active {
        color: #000000 !Important;
        text-decoration: none;
        padding: 10px;
    }

.CalendarioDiaSeminario {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    border: solid 1px #d9d9d9;
    height: 60px;
    background-color: #9ec811 !Important;
}

.CalendarioDiaFormacionCont {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    border: solid 1px #d9d9d9;
    height: 60px;
    background-color: #00ae41 !Important;
}

.CalendarioDiaCursoExtra {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    border: solid 1px #d9d9d9;
    height: 60px;
    background-color: #f52929 !Important;
}

    .CalendarioDiaSeminario a, .CalendarioDiaFormacionCont a, .CalendarioDiaCursoExtra a {
        padding: 15px;
        text-decoration: none;
        color: #FFFFFF !Important;
    }

        .CalendarioDiaSeminario a:active, .CalendarioDiaFormacionCont a:active, .CalendarioDiaCursoExtra a:active {
            padding: 15px;
            text-decoration: none;
            color: #FFFFFF !Important;
        }

        .CalendarioDiaSeminario a:visited, .CalendarioDiaFormacionCont a:visited, .CalendarioDiaCursoExtra a:visited {
            padding: 15px;
            text-decoration: none;
            color: #FFFFFF !Important;
        }

        .CalendarioDiaSeminario a:hover, .CalendarioDiaFormacionCont a:hover, .CalendarioDiaCursoExtra a:hover {
            padding: 15px;
            text-decoration: none;
            color: #FFFFFF !Important;
        }

@media (max-width: 460px) {
    .CalendarioDias {
        height: 30px;
        font-size: 15px;
    }

    .CalendarioDiaSelec {
        height: 30px;
        font-size: 15px;
    }

    .CalendarioDiaCurso {
        height: 30px;
        font-size: 15px;
    }

    .CalendarioDiasOtros {
        height: 30px;
        font-size: 15px;
    }

    .CalendarioDiaSeminario {
        height: 30px;
        font-size: 15px;
    }

    .CalendarioDiaFormacionCont {
        height: 30px;
        font-size: 15px;
    }

    .CalendarioDiaCursoExtra {
        height: 30px;
        font-size: 15px;
    }

        .CalendarioDiaSeminario a, .CalendarioDiaFormacionCont a, .CalendarioDiaCursoExtra a {
            padding: 5px;
        }

            .CalendarioDiaSeminario a:active, .CalendarioDiaFormacionCont a:active, .CalendarioDiaCursoExtra a:active {
                padding: 5px;
            }

            .CalendarioDiaSeminario a:visited, .CalendarioDiaFormacionCont a:visited, .CalendarioDiaCursoExtra a:visited {
                padding: 5px;
            }

            .CalendarioDiaSeminario a:hover, .CalendarioDiaFormacionCont a:hover, .CalendarioDiaCursoExtra a:hover {
                padding: 5px;
            }
}

.dvMuestraCal {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.dvMuestraCalTXTv2 {
    float: left;
    font-size: 0.7em;
    margin-right: 10px;
    max-width: 180px;
}

@media (max-width: 460px) {
    .dvMuestraMov {
        width: 100%;
        float: left;
    }
}


.blog-full-width-date {
    max-width: 76px;
    min-width: 45px;
    background: #009036;
    /*float: left;*/
    text-align: center;
    margin-top: 0px;
    border-radius: 5px;
    padding: 10px 0 0;
}


.day {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 900;
    line-height: 44px;
    margin: 0 0 5px 2px;
}

@media (max-width: 460px) {
    .day {
        font-size: 24px;
        margin: 0px;
    }

    .blog-full-width-date {
        padding: 0px;
    }
}

@media (min-width:480px) and (max-width:600px) {
    .day {
        font-size: 34px;
        margin: 0px;
    }

    .blog-full-width-date {
        padding: 0px;
    }
}

.blog-full-width-date .monthyear {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.monthyear {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
    margin: 2px 0 0;
}

.minheight325 {
    min-height: 325px
}

@media (min-width:768px) and (max-width:992px) {
    .minheight325 {
        min-height: 230px
    }
}

@media (min-width:0px) and (max-width:768px) {
    .minheight325 {
        min-height: 150px
    }
}

.MinH80 {
    min-height: 80px;
}

.lead-lg {
    font-size: 2.1em;
}

.right-line {
    color: #025396;
}

.section-title {
    color: #000000;
}

.bxslider-controls .bx-prev, .bxslider-controls .bx-next {
    background-color: rgba(16, 100, 23, 0.9);
}

    .bxslider-controls .bx-prev:hover, .bxslider-controls .bx-next:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

h4 {
    font-size: 1.3em;
}

.section-lines {
    border-top: solid 0px #ddd;
    border-bottom: solid 0px #ddd;
}

.caption-ar .caption-content {
    top: 30%;
}

.wrap-hero .carousel-hero {
    /*min-height:400px;*/
    background-color: #025396;
}

.NoBorder {
    border: none !Important;
}

.NoMarginBottom {
    margin-bottom: 0px;
}


.dvLineaSeparador {
    border-bottom: solid 1px silver;
    margin-top: 20px;
    margin-bottom: 25px;
}


.tbLista {
    width: 100%;
}

.trListaCab td {
    background-color: #444444;
    color: white;
    padding: 8px;
    font-size: 1.1em;
}

.trListaLin td {
    border-bottom: solid 1px #d9d9d9;
    color: black;
    padding: 8px;
    font-size: 0.9em;
}

.trListaPagSup td {
    text-align: center;
    color: #001a72;
    padding: 8px;
    font-size: 1.2em;
}

.trListaPagSup .fa {
    position: relative;
    top: -2px;
}

.tdColorCurso {
    width: 15px;
    height: 40px;
    border-top-width: 0px;
}

.displayNone {
    display: none !important;
}

.dvBannerCargoPonente {
    color: white !Important;
    font-size: 0.8em;
    line-height: 15px;
    padding-top: 5px;
}

.dvImgsResponsive img {
    display: block;
    max-width: 100%;
    height: auto;
}

.MenuIdioma {
    padding-right: 15px;
    padding-top: 15px;
}

.divEslogan {
    font-size: 1.5em;
    color: green;
    transition: all .25s ease;
    margin-top: -15px;
    font-weight: bold;
}

@media (min-width:768px) and (max-width:992px) {
    .divEslogan {
        font-size: 1.3em;
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width:615px) and (max-width:768px) {
    .divEslogan {
        font-size: 1.2em;
        text-align: center;
        margin-top: 10px;
    }
}

@media (min-width:459px) and (max-width:615px) {
    .divEslogan {
        font-size: 1.2em;
        text-align: center;
        margin-top: 2px;
    }
}

@media (min-width:444px) and (max-width:459px) {
    .divEslogan {
        font-size: 1.1em;
        text-align: center;
        margin-top: 2px;
    }
}

@media (min-width:398px) and (max-width:444px) {
    .divEslogan {
        font-size: 0.8em;
        text-align: center;
        margin-top: 2px;
    }
}

@media (min-width:0px) and (max-width:398px) {
    .divEslogan {
        font-size: 0em;
    }
}


.dvProdDest {
    font-size: 25px;
    color: #9d9ca1;
}

    .dvProdDest div {
        font-size: 32px;
        color: black;
        display: inline-block;
    }

    .dvProdDest .btn-primary {
        font-size: 23px;
    }

@media (min-width:0px) and (max-width:398px) {
    .dvProdDest {
        font-size: 20px;
    }

        .dvProdDest div {
            font-size: 27px;
            color: black;
            display: inline-block;
        }

        .dvProdDest .btn-primary {
            font-size: 17px;
        }
}

@media (min-width:760px) and (max-width:1024px) {
    .dvProdDest {
        font-size: 25px;
    }

        .dvProdDest div {
            font-size: 32px;
            color: black;
            display: block;
        }

        .dvProdDest .btn-primary {
            font-size: 20px;
        }
}

@media (min-width:1024px) and (max-width:1200px) {
    .dvProdDest {
        font-size: 21px;
    }

        .dvProdDest div {
            font-size: 29px;
            color: black;
            display: inline-block;
        }

        .dvProdDest .btn-primary {
            font-size: 22px;
        }
}


.TituloActualidad {
    font-size: 50px;
    letter-spacing: 15px;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.Paginado {
    color: #025396;
    font-size: 28px;
    margin: 0px 20px;
}


.Telefono {
    font-size: 25px;
    color: black;
}


@media (max-width:450px) {
    .Telefono {
        font-size: 21px;
    }
}

@media (min-width:700px) and (max-width:1000px) {
    .Telefono {
        font-size: 20px;
    }
}

.dvMpapa {
    border: solid 1px #cfd5e9;
    padding: 9px;
    background-color: #f6f7fa;
    border-radius: 4px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.paEmerg400 {
    width: 400px;
}

.paEmerg500 {
    width: 500px;
}

.paEmerg600 {
    width: 600px;
}

.paEmerg650 {
    width: 650px;
}

.paEmerg850 {
    width: 850px;
}

@media (max-width: 600px) {
    .paEmerg400 {
        width: 90%;
    }

    .paEmerg500 {
        width: 90%;
    }

    .paEmerg600 {
        width: 90%;
    }

    .paEmerg650 {
        width: 90%;
    }

    .paEmerg850 {
        width: 90%;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .paEmerg400 {
        width: 60%;
    }

    .paEmerg500 {
        width: 60%;
    }

    .paEmerg600 {
        width: 80%;
    }

    .paEmerg650 {
        width: 80%;
    }

    .paEmerg850 {
        width: 90%;
    }
}

.PanelEmergente {
    background-color: #03a13e;
    padding: 0px;
}

.PanelEmergenteInt {
    background-color: #FFFFFF;
    padding: 10px;
}

.PanelEmergenteInt_Titulo {
    background-color: #025396;
    color: White;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.marco {
    background: #fff;
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 0 5px rgba(0,0, 0,.1);
    box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 0 5px rgba(0,0,0,.1);
    border: 1px solid #F6F6F6;
    padding: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.animatedSlider {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ulObjetivos {
    list-style-image: url("../../Imagenes/objetivos.png");
}


.ulObjetivosBlancos {
    list-style-image: url("../../Imagenes/objetivosBlanco.png");
}


    .ulObjetivosBlancos li {
        color: white;
    }



.homeTitulo {
    color: #025396;
    font-weight: bold;
    font-size: 25px;
}

.homeSubtitulo {
    color: #A5CCC1;
    font-weight: bold;
    font-size: 25px;
}


.CabeceraFija {z-index: 1000;}
@media (min-width:750px) {
    .CabeceraFija {
        width: 100%;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 1000;
        background-color: white;
    }
}

.form-FileUpload {
    border: solid 1px #b4b7c3;
    display: block;
    border-radius: 0;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-FileUpload:focus {
        border-color: #025396;
        box-shadow: none;
    }

.TituloCabeceraMovil {
    color: #fff !important;
    font-size: 1em !important;
    word-spacing: 1px !important;
    text-transform: none !important;
    text-align: center !important;
    width: 88% !important;
}

.TituloCabecera {
    color: #767777 !important;
    font-size: 2em !important;
}

    .TituloCabecera:hover {
        text-decoration: none;
    }

@media (max-width:1000px) {
    .TituloCabecera {
        font-size: 1.7em !important;
    }
}


@media (min-width:750px) {
    .HomeMarginTop {
        margin-top: 65px;
    }
}

.header-full-title p {
    text-align: left;
}

.trTablaCab td {
    background-color: #025396;
    color: white;
    padding: 5px;
    font-weight: bold;
}

.trTablaLin1 td {
    background-color: #ffffe7;
    padding: 5px;
    vertical-align: top;
}

.trTablaLin2 td {
    padding: 5px;
    vertical-align: top;
}


.RespuestasTestEnc {
    margin-left: 27px;
}

.liTestNormal, .aspNetDisabled {
    color: #767777;
    padding: 5px;
}

    .liTestNormal label, .aspNetDisabled label {
        display: initial
    }

.dvTestRespuesta {
    display: inline;
    margin-left: 15px;
}

.dvTestFrase {
    display: inline-block;
    margin-left: 55px;
    margin-bottom: 15px;
    width: 100%;
}

.dvTestResultado {
    float: left;
    position: relative;
    top: -3px;
}

.dvNumAciertosTest {
    background-color: darkgreen;
    background-repeat: no-repeat;
    width: 140px;
    height: 59px;
    color: White;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -8px;
}

.dvDestinoLinkInternoInicio::before {
}

.dvDestinoLinkInterno::before {
}

.dvEspacioSuperor {
}

@media (min-width:690px) {
    .dvDestinoLinkInternoInicio::before {
        display: block;
        content: " ";
        margin-top: -250px;
        height: 250px;
        visibility: hidden;
        pointer-events: none;
    }

    .dvDestinoLinkInterno::before {
        display: block;
        content: " ";
        margin-top: -175px;
        height: 175px;
        visibility: hidden;
        pointer-events: none;
    }

    .dvEspacioSuperor {
        height: 250px;
    }
}

.dvDestinoLinkInternoCurso::before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
    pointer-events: none;
}

.dvGrupoHome {
    border: solid 1px silver;
    border-radius: 30px;
}

.dvGrupoHomeTitulo {
    border-bottom: solid 5px #025396;
    /*background-image: linear-gradient(to right, #e9bf69, #025396);*/
    margin-top: 5px;
    color: balck;
    text-align: center;
    padding: 8px;
    font-size: 35px;
}

.dvTituloHome {
    font-size: 30px;
    color: #2d3754;
    border-bottom: solid 1px #025396;
}

.liMenuResaltado a {
    border: solid 1px #025396 !important;
    padding: 6px 6px 5px 6px !important;
    margin: 10px 2px 10px 2px !important;
}

    .liMenuResaltado:hover a, .liMenuResaltado a:hover {
        border: solid 1px #025396 !important;
        padding: 6px 6px 5px 6px !important;
        margin: 10px 2px 10px 2px !important;
    }

.service-list li:before {
    font-size: 1.2em;
    color: white;
    background-color: #2d3754;
    border-radius: 5px 20px 5px;
    border-color: #2d3754;
}

.sidenavCab {
    /*background-color: #025396;*/
}

.sidenav {
    margin-bottom: 40px;
    /*margin-top: 15px;*/
    /*border: solid 1px #025396;*/
    border-width: 0px !important;
    height: 100%;
    width: 0;
    /*position: fixed;*/
    float: left;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    /*box-shadow: inset -2rem 0 2rem -2rem rgba(151,201,75,.70)*/
}

    .sidenav a {
        padding: 15px 15px 15px 14px;
        text-decoration: none;
        font-size: 19px;
        color: #025396;
        border-left: solid 0px #FFFFFF;
        /*background-color: #025396;*/
        /*border: solid 1px #025396;*/
        display: block;
        transition: 0.3s;
        line-height: 27px;
    }

        .sidenav a:hover, .sidenavSel {
            color: #fff;
            border-left: solid 0px #025396 !important;
            background-color: #025396;
            /*box-shadow: inset -2rem 0 2rem -2rem rgba(151,201,75,.70)*/
            /*background-color: #FFFFFF;*/
            /*border: solid 1px #025396;*/
        }

    .sidenav .closebtn {
        font-size: 36px;
        padding: 0px 15px 0px 15px;
        margin-left: 200px;
        background-color: #025396;
        border: solid 1px #025396;
        color: #FFFFFF;
        display: none;
    }

        .sidenav .closebtn:hover {
            background-color: #FFFFFF;
            color: #025396;
        }

.sidenavSel {
    color: #fff !important;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.sidenav .fa {
    float: left;
    /*position: relative;
    top: +5px;*/
}

.sidenav .fa-circle-o {
    color: #dddddd;
}

.sidenav a:hover .fa-circle-o, .sidenavSel .fa-circle-o {
    color: #fff;
}


.sidenavPadre {
    border-bottom: solid 1px #025396;
    margin-top: 15px;
}


.sidenavNoSel, .sidenavNoSel:hover, .sidenavNoSel:active, .sidenavNoSel:visited {
    color: #025396 !important;
    background-color: #ffffff !important;
    border-left: solid 4px #FFFFFF !important;
    box-shadow: inset -2rem 0 2rem -2rem rgba(151,201,75,.70)
}

    .sidenavNoSel:hover .fa-circle-o, .sidenavNoSel .fa-circle-o {
        color: #dddddd !important;
    }

    .sidenavNoSel:hover .fa-check-circle, .sidenavNoSel .fa-check-circle {
        color: #025396 !important;
    }

.dvMenuSupInf {
    color: #025396;
    cursor: pointer;
    cursor: hand;
    font-size: 25px;
}

.FotoRedonda {
    border-radius: 50%;
}

.imgCal {
    position: relative;
    top: -5px;
}


.iframe-container {
    /*overflow: hidden;
    padding-top: 56.25%;
    position: relative;*/
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}


.dvMarcoContenidoCurso {
    box-shadow: 0 0.3rem 1rem rgba(11, 108, 159,.5);
    margin-bottom: 50px;
    border-radius: 8px;
}



.btnNav {
    width: 100%;
    background-color: #f1f1f1 !important;
    color: black;
    border: none;
}

.dvVideoAviso {
    font-style: italic;
    text-align: center;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.dvFechaObjetivos {
}

@media (min-width:750px) {
    .dvFechaObjetivos {
        float: right;
    }
}

@media (max-width:750px) {
    .dvFechaObjetivos .imgCal {
        display: none !Important;
    }
}

.dvLinstaImg {
    margin-bottom: 15px;
}

    .dvLinstaImg img {
        float: left;
        position: relative;
        top: -2px;
    }

    .dvLinstaImg div {
        margin-left: 40px;
    }


.dvBotonAnteriorMenuMov {
    display: none;
}

@media (max-width:700px) {
    .dvBotonAnterior {
        background-color: #f1f1f1 !important;
    }


    .dvBotonAnteriorMenuMov {
        display: inline-block !important;
        width: 9%;
        text-align: center;
    }


    .btnNavAnterior {
        display: inline-block !important;
        width: 89% !important;
    }

    .closebtn {
        float: right;
        margin-left: 5px !important;
        display: inline-block !important;
    }
}

.rbTexto label {
    margin-left: 5px;
    color: black;
    margin-right: 20px;
}

.dvCursoTitulo9, .dvCursoTitulo10, .dvCursoTitulo11, .dvCursoTitulo12 {
    margin-bottom: 10px;
    margin-top: 15px;
    color: black;
}

.dvCursoTitulo9 {
    font-size: 28px;
}

.dvCursoTitulo10 {
    font-size: 26px;
}

.dvCursoTitulo11 {
    font-size: 23px;
}

.dvCursoTitulo12 {
    font-size: 21px;
}

.dvCursoTexto, .dvCursoTexto div {
    margin-bottom: 10px;
}




.dvElementoSlider {
    margin: auto;
    /*width: 80%;*/
    padding: 20px;
    border: solid 1px silver;
    box-shadow: 0 0.3rem 1rem rgba(11, 108, 159,.5);
}

    .dvElementoSlider img {
        max-width: 100%;
    }

.dvElementoSliderTitulo {
    font-size: 23px;
    color: #025396;
    position: relative;
    top: -10px;
}

.dvElementoSliderContador {
    margin: auto;
    color: gray;
    text-align: center;
    width: 100%;
    text-align: right;
}

.dvElementoSliderPasos {
    margin: auto;
    color: #FFFFFF;
    background-color: #025396;
    text-align: center;
    padding: 5px 30px;
    display: inline;
    position: relative;
    top: -20px;
}

@media (max-width:990px) {
    .dvElementoSlider {
        width: 70%;
    }


    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }

        .carousel-control.left {
            left: -20px;
        }

        .carousel-control.right {
            left: +25px;
        }
}

.dvPDFIndice {
    float: right;
    background-color: #2d3754;
    min-width:100px;
    border-radius:10px;
}

    .dvPDFIndice .btn-sm {
        padding: 10px 10px;
        /*margin-bottom: 10px;*/
        color:#ffffff;
    }


.dvTexto img {
    max-width: 100%;
}

.dvTituloHomeIntentosTest {
    float: right;
    color: #727272;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: +10px;
}


.dvMenuCurso .panel-default .panel-heading, .panel-default .panel-footer {
    background-color: white;
}

.dvMenuCurso .panel {
    border: 0px;
    box-shadow: none;
    background-color: transparent;
}

.paIndiceCabeceraPrincipal {
    background-color: #2d3754;
    color: white;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
    padding: 15px 10px 15px 20px;
    border-radius: 8px;
}


.paIndiceCabecera {
    background-color: #2d3754;
    color: white;
    /*margin-top: 20px;*/
    cursor: pointer;
    cursor: hand;
    padding: 15px 10px 15px 20px;
    /*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
}

    .paIndiceCabecera i {
        position: relative;
        top: +8px;
    }

.paIndiceCuerpo {
    border-left: solid 1px #2d3754;
    border-right: solid 1px #2d3754;
}

    .paIndiceCuerpo i {
        position: relative;
        top: +4px;
    }

.paIndiceCabeceraInicio {
    background-color: #2d3754;
    margin-top: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
}

.paIndiceCuerpoFin {
    background-color: #2d3754;
    height: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dvIndiceNumeroModulo {
    color: #ffffff;
    /* margin-left: 25px; */
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    background-color: #e96110;
    padding: 8px 8px 12px;
    border-radius: 10px;
}

.dvIndiceNumeroModuloFechas {
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.2;
    padding: 5px;
}
.dvIndiceNumeroModuloI{
    padding-right:8px;
}

.dvIndiceTituloCab {
    font-size: 22px;
    font-weight: 500;
}
.dvIndiceTituloCabAutores {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.2;
}


.dvIndiceTituloPrincipal {
    font-size: 22px;
    font-weight: 500;
}

.paPrueba {
}

.dvAcordContenido .panel-heading {
    background-color: #FFF;
    color: #000;
    font-weight: bolder;
}

    .dvAcordContenido .panel-heading a {
        padding: 20px;
    }

.dvAcordContenido .panel-heading-link a::after {
    background-color: #FFF;
    color: #000;
    content: "\f107";
}

.dvAcordContenido .panel-heading-link a.collapsed::after {
    content: "\f104";
}

.dvAcordContenido .panel-body {
    border-left: solid 3px #025396;
}


.ulAcordContenido .nav-tabs.nav-tabs-ar li a:hover, .nav-tabs.nav-tabs-ar li.active a, .nav-tabs.nav-tabs-ar li.active a:hover, .nav-tabs.nav-tabs-ar li.active a:focus {
    border-top: solid 3px #025396;
}

.nav-tabs.nav-tabs-ar li a {
    padding: 25px 25px;
}

    .nav-tabs.nav-tabs-ar li.active a, .nav-tabs.nav-tabs-ar li a:hover {
        padding: 25px 35px !important;
    }


.ulAcordContenido li.active a {
    color: #025396;
}

.nav-tabs.nav-tabs-ar li a:hover, .nav-tabs.nav-tabs-ar li.active a, .nav-tabs.nav-tabs-ar li.active a:hover, .nav-tabs.nav-tabs-ar li.active a:focus {
    color: #025396 !important;
}

.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white {
    background-color: #f5f5f5;
}

.dvMensajeIcono {
    border: solid 1px;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 20px;
    float: left;
}



.cardlabel {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* display: block; */
    width: 100%;
    /*height: 200px;*/
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    cursor: pointer;
}

.card {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    z-index: 20;
}

    .card .cardDiv {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #FFF;
        /*text-align: center;*/
        /*line-height: 200px;*/
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 2px;
        /*padding:20px;*/
        border-top: solid 3px #025396;
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
    }

    .card .back {
        /*background: #222;
        color: #FFF;*/
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        border-top: solid 3px #025396;
        border-bottom: solid 1px #e5e5e5;
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
        overflow: scroll;
    }

.cardlabel:hover .card {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    box-shadow: 0 10px 10px rgba(50,50,50,.2);
}

.cardlabel input {
    display: none;
}

:checked + .card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.cardlabel:hover :checked + .card {
    transform: rotateX(170deg);
    -webkit-transform: rotateX(170deg);
    box-shadow: 0 10px 10px rgba(50,50,50,.2);
}

.cardDivContenido {
    padding: 5px 10px;
}


.dvMarcoDirector {
    padding: 10px;
    border-radius: 8px;
    max-width:550px;
    margin:auto;
}


.dvMarcoDirectorImg {
    float:left;
}

    .dvMarcoDirectorImg img {
        border-radius: 100%;
        max-height: 140px;
        margin-bottom: 10px;
        border: solid 1px #025396;
        padding: 5px;
    }
.dvMarcoDirectorNombre {
    margin-left: 80px;
    background-color: #025396;
    border-radius: 8px;
    padding: 10px;
    max-width: 450px;
    min-height: 250px;
    font-family: 'Radikal-Thin';
}
.dvDirigido {
    margin-left: 80px;
    background-color: #025396;
    border-radius: 0;
    padding: 10px;
    max-width: 450px;
    min-height: 90px;
    font-family: 'RadikalThin';
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.txDrigido {
    font-size: 3rem;
    font-weight: bolder;
    text-align: center;
    padding: 1rem;
    font-family: 'Radikal-Bold';
}

.dvMarcoDirectorNombreNombre {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: white;
}

.dvMarcoDirectorNombreCargo {
    font-size: 1.6rem;
    text-align: center;
    color: white;
}


@media (max-width:500px) {
    .dvMarcoDirectorImg {
       float:initial;
       width:100%;
       text-align:center;
       margin-bottom:10px;
    }
        .dvMarcoDirectorImg img {
            margin:auto;
        }
    .dvMarcoDirectorNombre {
        margin-left: 0px;
    }
}


.dvCalendario {
    text-shadow:none;
    width:80%;
    margin:auto;
}

.dvCalendarioModulo {
    background-color: #2d3754;
    padding: 5px 5px 0px 5px;
    text-align: center;
    margin: 0px 10px;
}

.dvCalendarioTitulo {
    background-color: #2d3754;
    padding: 5px;
    text-align: center;
    margin: 0px 10px;
    font-weight: bold;
    color: #43c7ff;
    font-size: 22px;
}

.dvCalendarioCuerpo {
    border: solid 1px #025396;
    padding:15px;
    margin:0px 10px;
    background-color:white;
}

.dvCalendarioCuerpoTitulo {
    color: #2d3754;
}

.dvCalendarioCuerpoLugar {
    color: #727272;
    font-size:16px;
}

.dvCalendarioCuerpoDoctor {
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
}

.dvCalendarioFlechaIzq {
    left: 20px !important;
    background-color: #025396 !important;
    width: 50px !important;
    height: 50px !important;
    top: +100px !important;
    position:relative;
}

.dvCalendarioFlechaDer {
    background-color: #025396 !important;
    width: 50px !important;
    height: 50px !important;
    top: +100px !important;
    position: relative;
    margin-right: 40px !important;
}

    .dvCalendarioFlechaIzq i, .dvCalendarioFlechaDer i {
        font-size: 40px !important;
        line-height: 0 !important;
        position: relative !important;
        top: -0px !important;
    }

@media (max-width:950px) {
    .dvCalendarioFlechaIzq i, .dvCalendarioFlechaDer i {
        top: +10px !important;
    }
    .dvCalendarioFlechaIzq {
        left: 0px !important;
    }
    .dvCalendarioFlechaDer {
        margin-right: 20px !important;
    }
}



.dvObjetivoTitulo {
    display: inline-block;
    font-size: 30px;
    color: #2d3754;
    position: relative;
    top: -20px;
}


.wrap-hero {
    background-image: none !important;
    background-color: transparent !important;
}



.dvTemarioGrupo {
    color: #025396;
    font-family: Lato;
    border-bottom: solid 1px #2d3754;
    padding-bottom:10px;
    margin-bottom:15px;
    margin-top:25px;
    font-size:25px;
}

    .dvTemarioGrupo::first-letter {
        color: #2d3754;
        font-size:1.2em;
    }


.dvTemario .panel-default .panel-heading, .panel-default .panel-footer {
    background-color: white;
}

.dvTemario .panel-default .panel-heading-link a, .panel-default .panel-plus-link a {
    /*color: #2d3754;*/
    font-size:18px;
}

.dvTemario .panel .panel-heading-link a::after {
    font-size: 1.2em;
    background-color: #2d3754;
    color: #fff;
    padding: 3px 0px;
    margin-top: -5px;
    margin-right: -15px;
    width: 33px;
}

.dvTemario .panel-default {
    border-color: #2d3754;
    margin-bottom:10px;
}

.dvTemarioTitulo {
    color: #2d3754;
    border-bottom: solid 1px silver;
    margin-bottom: 5px;
    font-family: 'Lato';
}

.dvTemarioAutores {
    color: #025396;
    margin-bottom:20px;
    font-size:20px;
}

.dvTemarioPunto {
    margin-bottom: 10px;
    color: #025396;
    font-size: 20px;
}

    .dvTemarioPunto i {
        float: left;
    }

    .dvTemarioPunto i, .dvTemarioAutores i {
        float: left;
        position: relative;
        top: +8px;
        font-size:15px;
    }

    .dvTemarioPunto div, .dvTemarioAutores div {
        margin-left: 20px;
    }
.dvMnjCierreCurso {
    font-size: 1.25rem;
    float: right;
    position: relative;
    right: 30px;
}
.dvPersonaNombre {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #1b2d4f !important;
    font-family: Radikal-Bold;
}

.dvPersonaCargo {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
}

.dvPersonaTexto {
    padding-top: 15px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
}

.dvPersonaFoto {
    padding: 15px 25px;
    float: left;
}

    .dvPersonaFoto img {
        border-radius: 100%;
        max-height: 100px;
        border: solid 1px #025396;
        padding: 5px;
        margin: 0px 10px;
    }

.dvPersonaTitulo {
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.dvMapaCuadro {
    border: solid 1px #43c847;
    padding: 5px;
    border-radius: 5px;
    background-color: white;
    max-width: 500px;
}

    .dvMapaCuadro .dvPersonaFoto {
        padding: 5px 0px !important;
    }

        .dvMapaCuadro .dvPersonaFoto img {
            max-height: 75px;
        }

    .dvMapaCuadro .dvPersonaTexto {
        padding-top: 0px;
        height: 75px;
    }

    .dvMapaCuadro .dvPersonaNombre {
        font-weight: normal;
    }

    .dvMapaCuadro .dvPersonaCargo {
        color: #43c847;
    }

    .dvMapaCuadro .dvPersonaTitulo {
        padding-top: 0px;
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        margin-left: 15px;
        color: #008795 !important;
        font-family: Helvetica, Arial, sans-serif !important;
    }


.tbCalendario {
    width: 100%;
    background-image: url("../../Imagenes/LineaCalendario2.png");
    background-repeat: repeat-x;
    background-position-y: 25px;
}

.trCalendarioPuntos td {
    width: 20%;
}

.dvCalendarioPuntosBloque {
    background-color: #025396;
    width: 80%;
    margin: auto;
    padding: 8px;
    color: white;
    border-radius: 5px;
}

.dvCalendarioPuntosTexto {
    margin-left: 48px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Lato';
}

.dvCalendarioPuntosBloque img {
    float: left;
    margin-top: 2px;
    height: 40px;
}

.trCalendarioTexto td {
    text-align: center;
    font-size: 22px;
    font-family: 'Lato';
    padding-top:10px;
    vertical-align:top;
}

.dvPregunta {
    text-align: center !important;
    color: #025396;
    font-weight:bold !important;
    margin-top:50% !important;
}

.dvRespuesta {
    font-size: 13px !important;
    text-align:left !important;
}


@media (max-width:850px) {
    .dvCalendarioPuntosBloque img {
        display:none;
        }
    .dvCalendarioPuntosTexto {
        margin-left: 0px;
    }

}

 
.dvFondoDestacados{
    background-image:url('../../Imagenes/Paginas/dvDestacados.png');
    /*background-position:center;*/
    background-repeat:no-repeat;
    background-size:cover;
    padding:1em;
    min-height:100px;
    height:150px;
}
.dvTextoDestacados h4 {
    color: #273150;
    font-size: 12pt;
    text-align: center;
    line-height: 20px;
    font-family:Radikal-Medium;
}
.pListadoCheck {
    font-family: Radikal-Medium;
    color: #1d2d50;
    padding-left: 40px;
    background-image: url(../../Imagenes/Paginas/dvCheckMetodologia.png );   
    background-repeat: no-repeat;
    font-size: 1.8rem !important;
}
.dvFondoModulos {
    font-size: 1.8rem;
    padding: 20px 10px;
    width: 100%;
    font-family: 'Radikal-Bold';
    background-size: cover;
    min-width: 125px;
    color: #1d2d50;
    background-image: url(../../Imagenes/Paginas/dvMetodologia.png );
    background-repeat: no-repeat;
    background-color: #26c4b1;
}
.dvFondoMetodologia {
    border-bottom-left-radius: 20px;
    max-width: 100%;
    /* background-image: url(../../Imagenes/Paginas/dvFondoMetodologia.png); */
    /* background-repeat: no-repeat; */
    padding: 8px;
    width: 400px;
    background-color: rgba(54,177,142, 0.2);
    border-top-right-radius: 20px;
}
.dvTextoMetodologia {
    color: #025396;
    font-size: 1.8rem;
    font-family: Radikal-Light;
}

.dvMetodologiaNombre {
    margin: auto;
    padding: 0px 10px;
}
.dvMetodologiaText {
    font-size: 1.5rem;
    letter-spacing :1px;
    font-family: Radikal-Light;
    /*padding-bottom: 20px;*/
}
.dvMetodologiaImg{
    padding:8px 6px;
}
.txTitulosInicio {
    font-size: 3.5rem;
    margin: 60px auto 0;
    color: #025396;
    text-align: center;
}
.dvTitulosInicio {
    font-size: 4rem;
    color: #025396;
    text-align: center;
}
.dvFondoDesdeAzul {
    background-color: rgb(29 39 80 / 60%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0.1em;
    text-align: center;
}

.dvFondoAlVerde {
    background-color: rgba(54,177,142, 0.7);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0.1em;
    text-align: center;
}
.dvTextoDisponible h4 {
    font-family: Radikal-Medium;
    font-size: 20px;
    letter-spacing: 1px;
    color: #1d2d50;
    text-align:center;
}
.dvFondoAlVerde  h4 {
    color: #fff !important;
    font-family: Radikal-Medium;
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.dvFondoDesdeAzul h4 {
    color: #fff !important;
    font-family: Radikal-Medium;
    font-size: 1.8rem;
    letter-spacing: 1px;
}
   
.dvAcreditacionTop {
    float: right;
    position: fixed;
    /* width: 100%; */
    z-index: 9999;
    /* top: 50px; */
    /* border-bottom-left-radius: 10px; */
    /* border-top-left-radius: 10px; */
    right: 0;
}
    .dvAcreditacionTop div {
        float: right;
        display: inline-block;
        /* background-color: #575755; */
        /* padding: 7px 10px; */
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
        text-align: center;
        line-height: 14px !important;
    }
@media(max-width:1400px){
    .dvAcreditacionTop {
        top: 50px;
    }
     
}
@media(max-width:768px) {
    .dvAcreditacionTop {
        top: 0px;
    }

        .dvAcreditacionTop img {
            max-width: 70px;
        }
}

/*********** diseño objetivos   ***********************************/
.u-clearfix:after, .u-clearfix:before {
    content: '';
    display: table;
}
body, aside, .u-sidebar-block, section, header, footer {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}
    .u-sheet:not(.u-image):not(.u-video) > * {
        pointer-events: auto;
        pointer-events: initial;
    }

.u-section-1 .u-sheet-1 {
    min-height: auto;
}
.u-sheet {
    position: relative;
    margin: 0 auto;
}
.u-sheet {
    width: 1140px;
}

.u-sheet {
    width: 1140px;
}

@media (min-width: 1400px) {
    .u-sheet {
        width: 1140px !important;
    }
}

@media (min-width: 1200px) {
   .u-sheet {
        width: 1140px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-sheet {
        width: var(--theme-sheet-width-xl) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-sheet {
        width: 992px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-sheet {
        width: 768px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-sheet {
        width: 576px !important;
    }
}

@media (max-width: 575px) {
    .u-sheet {
        width: 360px !important;
    }
}

.u-body .u-sheet .u-sheet {
    width: 100% !important;
}

.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}
.u-text {
    word-wrap: break-word;
    position: relative;
}

.u-text-default {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
}
.u-section-1 .u-list-1 {
    grid-template-rows: repeat(2, auto);
    margin-top: auto;
    margin-bottom: 60px;
}

.u-list:not(.u-repeater), .u-blog:not(.u-repeater), .u-products:not(.u-repeater) {
    display: flex;
    flex-direction: column;
}
.u-expanded-width:not(.custom-expanded) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-expanded-width {
    width: 100% !important;
}
.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.u-layout-horizontal .u-repeater, .u-layout-horizontal .u-gallery-inner{
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.u-section-1 .u-repeater-1 {
    grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
    --gap: 10px;
    min-height: 608px;
    grid-auto-columns: calc(33.3333% - 6.66667px);
}
.u-repeater {
    display: grid;
    /*grid-template-columns: repeat(3, 33.33333333%);*/
    gap: var(--gap, 0);
}
@media (min-width: 1200px) {
    .u-align-left-xl {
        text-align: left;
    }
}

.u-repeater-item {
    display: flex;
    position: relative;
}
.u-section-1 .u-container-layout-1 {
    padding: 10px;
}
.u-section-1 .u-icon-1 {
    height: 64px;
    width: 64px;
    margin: 73px auto 0 0;
}
.u-icon-circle {
    border-radius: 50%;
}

.u-icon {
    display: block;
    line-height: 0;
    border-width: 0px;
}

.u-audio-main-layout-wrapper, .u-audio-main-layout-wrapper > *, .u-inner-container-layout, .u-inner-container-layout > *, .u-group-elements, .u-group-elements > *, .u-container-layout > * {
    position: relative;
}
.u-section-1 .u-text-2 {
    font-weight: 700;
    margin: -64px auto 0 84px;
    font-size: 20px;
}

@media (min-width: 1200px) {
    .u-text-default-xl {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content;
    }
}
.u-section-1 .u-text-3 {
    font-size: 1.6rem;
    margin: 20px 0 0 84px;
    color: #e96110;
}

@media (max-width: 1199px) {
    .u-section-1 .u-list-1 {
        margin-top: 106px;
    }
    .u-section-1 .u-repeater-1 {
        min-height: 519px;
    }
    .u-section-1 .u-container-layout-1 {
        padding-left: 0;
        padding-right: 0;
    }
    .u-section-1 .u-icon-1 {
        margin-top: 28px;
        margin-left: 15px;
    }
    .u-section-1 .u-text-2 {
        width: auto;
        margin-right: 0;
    }
    .u-section-1 .u-text-3 {
        width: auto;
        margin-top: 60px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .u-align-left-lg {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-text-1 {
        margin-top: 64px;
    }
    .u-section-1 .u-list-1 {
        margin-top: 73px;
    }
    .u-section-1 .u-repeater-1 {
        grid-auto-columns: calc(50% - 5px);
        grid-template-columns: repeat(2, calc(50% - 5px));
        min-height: 895px;
    }
    .u-section-1 .u-container-layout-1 {
        padding-left: 0;
        padding-right: 0;
    }
    .u-section-1 .u-icon-1 {
        margin-top: 17px;
        margin-left: auto;
    }
    .u-section-1 .u-text-2 {
        margin-top: 17px;
        margin-left: 0;
    }
    .u-section-1 .u-text-3 {
        margin-top: 21px;
        margin-right: 0;
        margin-left: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .u-align-left-md {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .u-section-1 .u-sheet-1 {
        min-height: auto;
    }
    .u-section-1 .u-list-1 {
        height: auto;
        margin-top: 20px;
    }
    .u-section-1 .u-repeater-1 {
        grid-auto-columns: 100%;
        grid-template-columns: repeat(1, 100%);
    }
    .u-section-1 .u-icon-1 {
        margin-top: 9px;
    }
    .u-section-1 .u-text-2 {
        margin-top: 25px;
        margin-right: 9px;
        margin-left: 19px;
    }
    .u-section-1 .u-text-3 {
        margin-top: 12px;
        margin-right: 5px;
        margin-left: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .u-align-center-sm {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-list-1 {
        margin-top: auto;
    }
    .u-align-center-xs {
        text-align: center;
    }
    .u-section-1 .u-icon-1 {
        margin-top: 9px;
    }
        .u-section-1 .u-text-3 {
            margin-left: 9px;
            margin-right: 9px;
        }
    
    .u-section-1 .u-text-3 {
        margin-left: 9px;
        margin-right: 9px;
    }
    .u-section-1 .u-sheet-1 {
        min-height: auto;
    }
}
.imgMetodologia {
    width: 200px;
    margin: 0 auto;
}
.dvDegradadoBorderMetodolgia {
    background: #E96110;
    background: linear-gradient(90deg, rgba(233, 97, 16, 1) 0%, rgba(2, 83, 150, 1) 100%);
    border-radius:30px;
    padding:10px 15px;
    color:#ffffff;
    text-align:center
    
}
.marginAuto {
    width: 300px;
    margin: 0 auto;
}
.u-section-2 .u-sheet-1 {
    min-height: auto;
}
.u-file-icon img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}
.u-section-2 .u-group-1 {
    width: 400px;
    min-height: 551px;
    height: auto;
    border-radius: 40px;
    margin: 99px auto 31px 0;
}

.u-section-2 .u-container-layout-1 {
    padding: 30px 0;
}

.u-section-2 .u-image-1 {
    min-height: auto;
    width: 1067px;
    height: auto;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../Imagenes/Paginas/fondo_destacado.png");
    background-size: cover, cover, cover;
    background-position: 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    margin: 20px auto 0;
    
}

.u-section-2 .u-container-layout-1 {
    padding: 20px 20px 15px;
}

.u-section-2 .u-icon-1 {
    width: 64px;
    height: 64px;
    margin: 10px auto 0;
}

.u-section-2 .u-text-1 {
    margin: 24px auto 10px;
    font-size:1.8rem;

}

.u-section-2 .u-text-2 {
    margin: 0 10px;
    text-align:center;
    font-size:1.5rem
}

.u-section-2 .u-text-3 {
    margin: 15px 10px 0;
    text-align: center;
    font-size: 1.8rem;
}

.u-section-2 .u-text-4 {
    margin: 5px 0 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .u-section-2 .u-image-1 {
        width: 882px;
        margin-right: auto;
        height: auto;
    }

    .u-section-2 .u-icon-1 {
        margin-top: auto;
    }

    .u-section-2 .u-text-1 {
        margin-left: 109px;
    }

    .u-section-2 .u-text-2 {
        margin-right: 0;
        margin-left: 216px;
    }

    .u-section-2 .u-text-3 {
        margin-top: 54px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-image-1 {
        width: 675px;
        margin-right: auto;
    }

    .u-section-2 .u-container-layout-1 {
        padding-bottom: 0;
    }

    .u-section-2 .u-icon-1 {
        margin-top: auto;
    }

    .u-section-2 .u-text-1 {
        margin-left: auto;
    }

    .u-section-2 .u-text-2 {
        margin-left: auto;
    }

    .u-section-2 .u-text-3 {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .u-section-2 .u-image-1 {
        width: 467px;
        margin-right: auto;
    }

    .u-section-2 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-icon-1 {
        margin-top: auto;
    }

    .u-section-2 .u-text-1 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-text-2 {
        margin-left: auto;
    }

    .u-section-2 .u-text-3 {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .u-section-2 .u-image-1 {
        width: 331px;
        margin-right: auto;
    }

    .u-section-2 .u-text-2 {
        margin-left: auto;
    }

    .u-section-2 .u-text-3 {
        margin-top: 20px;
    }
}
.u-border-custom-color-1, .u-border-custom-color-1.u-input, .u-border-custom-color-1.u-field-input.u-field-input, .u-separator-custom-color-1:after {
    border-color: #002856;
    stroke: #002856;
}
 
.u-group, .u-group .u-container-layout > * {
    position: relative;
}
    .u-group, .u-group .u-container-layout > * {
        position: relative;
    }

.u-group {
    display: flex;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.flex-item {
    background: #002857;
    padding: 0px;
    width: 500px;
   min-height: 150px;
   height:auto;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 20px;   
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.flex-item-content {
    padding: 40px 20px 20px;
    display: block;
    text-align: center;
}
.main-cat-label {
    /* width: 100%; */
    /* text-align: center; */
    margin: 14px 15px 10px;
    float: inherit;
    margin-bottom:30px

}
.main-cat-label-icono {
    display: flex;
    align-items: flex-start;
    position: relative;
    /* width: 100%; */
    justify-content: space-around;
}
.cat-label {
    color: #ffffff;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: none;
   /* margin-left: 20px;*/
}
.dvfaqIcon {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    left: 0px;
    top: 0;
}
    .dvfaqIcon img {
        width: 40px;
        height: 40px;
    }

.dvIconoMaster {
    float: left;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    margin-left: 10px;   
    font-size:1.5rem;
    display:flex;
}
.dvIconoMaster2 {
    align-items: flex-start;
    position: relative;
    display: inline-flex;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 1.5rem;
}
.dvIconoMasterInterno {
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 1.6rem;
}

.flex-item-content-hover {
    padding: 10px 16px 16px 20px;
    background: #e96010;
    display: none;
    width: 500px;
    height: 380px;
    border-radius: 20px;
}
.item-hover-box-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    color: #b2376c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}

.item-hover-box {
    width: 450px;
    padding: 18px;
    position: absolute;
    text-align: left;
    background-color: #e96010;
    list-style-type: none;
    margin-right: 16px;
    line-height: 26px;
    word-wrap: break-word;
    letter-spacing: 2px;
    overflow-y: auto;
    color: #fff;
    font-size: 16px;
    
}
.u-valign-middle {
    justify-content: center;
}

.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex;
    flex-direction: column;
}
.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.u-list:not(.u-repeater), .u-blog:not(.u-repeater), .u-products:not(.u-repeater) {
    display: flex;
    flex-direction: column;
}

.u-expanded-width {
    width: 100% !important;
}

.u-expanded-width:not(.custom-expanded) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-layout-horizontal {
    position: relative;
}
    .u-layout-horizontal .u-repeater {
        grid-auto-flow: column;
        grid-auto-rows: 100%;
    }

.u-valign-middle > *, .u-valign-top > *, .u-valign-bottom > * {
    flex-shrink: 0;
}


.u-valign-top {
    justify-content: flex-start;
}

.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex;
    /* flex-direction: column; */
}
.u-text-white, .u-input.u-text-white, .u-input.u-text-white[class*="u-border-"], li.active > a.u-button-style.u-text-white, li.active > a.u-button-style.u-text-white[class*="u-border-"], a.u-button-style.u-text-white, a.u-button-style.u-text-white[class*="u-border-"] {
    color: #ffffff !important;
}

.u-grey-70, .u-body.u-grey-70, section.u-grey-70:before, .u-grey-70 > .u-audio-main-layout-wrapper:before, .u-grey-70 > .u-container-layout:before, .u-grey-70 > .u-inner-container-layout:before, .u-grey-70.u-sidenav:before, .u-container-layout.u-container-layout.u-grey-70:before, .u-table-alt-grey-70 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4d4d4d;
}

.u-gallery-nav, .u-carousel-control {
    display: inline-block;
    height: 65px;
    width: 65px;
    z-index: 2;
}

.u-gallery-nav-prev, .u-carousel-control-prev {
    left: 0;
}
.u-grey-70, .u-body.u-grey-70, section.u-grey-70:before, .u-grey-70 > .u-audio-main-layout-wrapper:before, .u-grey-70 > .u-container-layout:before, .u-grey-70 > .u-inner-container-layout:before, .u-grey-70.u-sidenav:before, .u-container-layout.u-container-layout.u-grey-70:before, .u-table-alt-grey-70 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4d4d4d;
}



img.u-image, .u-video-poster {
    overflow: hidden;
}

.u-overlap.u-overlap-transparent .u-header, .u-image, .u-gradient {
    color: #111111;
}

.u-audio-main-layout-wrapper, .u-audio-main-layout-wrapper > *, .u-inner-container-layout, .u-inner-container-layout > *, .u-group-elements, .u-group-elements > *, .u-container-layout > * {
    position: relative;
}

.u-image, .u-background-effect-image, .u-video-poster {
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

img {
    border-style: none;
}

.u-spacing-10.u-search-icon, .u-spacing-10.u-gallery-nav, .u-spacing-10.u-carousel-control {
    padding: 10px;
}

a.u-opacity-70, span.u-opacity-70, img.u-opacity-70, .u-opacity-70.u-line, .u-opacity-70.u-shape, .u-opacity-70.u-text, .u-opacity-70.u-menu-overlay {
    opacity: 0.7;
}

.u-text-white, .u-input.u-text-white, .u-input.u-text-white[class*="u-border-"], li.active > a.u-button-style.u-text-white, li.active > a.u-button-style.u-text-white[class*="u-border-"], a.u-button-style.u-text-white, a.u-button-style.u-text-white[class*="u-border-"] {
    color: #ffffff !important;
}

.u-grey-70, .u-body.u-grey-70, section.u-grey-70:before, .u-grey-70 > .u-audio-main-layout-wrapper:before, .u-grey-70 > .u-container-layout:before, .u-grey-70 > .u-inner-container-layout:before, .u-grey-70.u-sidenav:before, .u-container-layout.u-container-layout.u-grey-70:before, .u-table-alt-grey-70 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4d4d4d;
}

.u-gallery-nav, .u-carousel-control {
    display: inline-block;
    height: 65px;
    width: 65px;
    z-index: 2;
}

.u-gallery-nav-prev, .u-carousel-control-prev {
    left: 0;
}

.u-gallery-nav-prev, .u-gallery-nav-next, .u-carousel-control-prev, .u-carousel-control-next {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline: none !important;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    border: none;
    margin: 0 !important;
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
}
.u-gallery-nav > span, .u-carousel-control > span {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.sr-only {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.u-gallery-nav-prev span svg, .u-gallery-nav-next span svg, .u-carousel-control-prev span svg, .u-carousel-control-next span svg {
    vertical-align: top;
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}
.u-icon-circle {
    border-radius: 50%;
}




.u-spacing-10.u-search-icon, .u-spacing-10.u-gallery-nav, .u-spacing-10.u-carousel-control {
    padding: 10px;
}

a.u-opacity-70, span.u-opacity-70, img.u-opacity-70, .u-opacity-70.u-line, .u-opacity-70.u-shape, .u-opacity-70.u-text, .u-opacity-70.u-menu-overlay {
    opacity: 0.7;
}

.u-text-white, .u-input.u-text-white, .u-input.u-text-white[class*="u-border-"], li.active > a.u-button-style.u-text-white, li.active > a.u-button-style.u-text-white[class*="u-border-"], a.u-button-style.u-text-white, a.u-button-style.u-text-white[class*="u-border-"] {
    color: #ffffff !important;
}

.u-grey-70, .u-body.u-grey-70, section.u-grey-70:before, .u-grey-70 > .u-audio-main-layout-wrapper:before, .u-grey-70 > .u-container-layout:before, .u-grey-70 > .u-inner-container-layout:before, .u-grey-70.u-sidenav:before, .u-container-layout.u-container-layout.u-grey-70:before, .u-table-alt-grey-70 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4d4d4d;
}

.u-gallery-nav, .u-carousel-control {
    display: inline-block;
    height: 65px;
    width: 65px;
    z-index: 2;
}

.u-gallery-nav-next, .u-carousel-control-next {
    right: 0;
}

.u-gallery-nav-prev, .u-gallery-nav-next, .u-carousel-control-prev, .u-carousel-control-next {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline: none !important;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    border: none;
    margin: 0 !important;
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
}

.u-icon-circle {
    border-radius: 50%;
}
.u-section-3 {
    background-position: 50% 50%, 50% 50%;
    background-repeat: no-repeat, no-repeat;
    background-image: url('../../Imagenes/Paginas/DIGI0578.png'), linear-gradient(to bottom, rgba(0, 40, 86, 0.1), rgba(0, 40, 86, 0.1));
    background-size: contain, cover;
    min-height: auto;
}

    .u-section-3 .u-text-1 {
        font-weight: 700;
        margin: 52px auto 0;
        font-size: 2.5rem;
        color: #025396;
        text-align: center;
    }

    .u-section-3 .u-list-1 {
        width: 324px;
        margin: 20px auto 0;
    }

    .u-section-3 .u-repeater-1 {
        gap: 10px;
        grid-auto-columns: 100%;
        grid-template-columns: repeat(1, 100%);
        min-height: 430px;
    }

    .u-section-3 .u-list-item-1 {
        border-radius: 20px;
        background-color:#ffffff;
    }

    .u-section-3 .u-container-layout-1 {
        padding: 0 10px;
    }

    .u-section-3 .u-image-1 {
        width: 274px;
        height: 250px;
        margin: 0 auto;
    }

    .u-section-3 .u-text-2 {
        font-size: 2rem;
        font-weight: 700;
        margin: 20px auto 0 auto;
        color: #e96110 !important;
        text-align:center;
    }

    .u-section-3 .u-text-3 {
        font-size: 1.6rem;
        margin: 20px auto 0;
        color: #025396 !important;
        text-align:center;
    }

    .u-section-3 .u-text-4 {        
        font-weight: 700;
        margin: 52px auto 0;
        font-size: 2.5rem;
        color: #025396;
        text-align: center;
    }

    .u-section-3 .u-list-2 {
        width: 1500px;
        margin: 20px auto 52px;
    }

    .u-section-3 .u-repeater-2 {
        min-height: auto;
        grid-auto-columns: calc(25% - 7.5px);
        grid-template-columns: repeat(4, calc(25% - 7.5px));
        gap: 10px;
    }

    .u-section-3 .u-list-item-2 {
        border-radius: 20px;
        background-color: #ffffff;
    }

    .u-section-3 .u-container-layout-2 {
        padding: 21px 21px 30px;
    }

    .u-section-3 .u-image-2 {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .u-section-3 .u-text-5 {
        font-size: 2rem;
        font-weight: 700;
        margin: 20px auto 0 auto;
        color: #e96110 !important;
        text-align:center;
    }

    .u-section-3 .u-text-6 {       
        margin: 15px auto 0;
        font-size: 1.6rem;
        color: #025396;
        text-align: center;
    }



    .u-section-3 .u-gallery-nav-1 {
        position: absolute;
        left: -25px;
        width: 40px;
        height: 40px;
        top: 237px;
        background-color: #4d4d4d;
    }

    .u-section-3 .u-gallery-nav-2 {
        position: absolute;
        width: 40px;
        height: 40px;
        left: auto;
        top: 237px;
        right: -25px;
        background-color: #4d4d4d;
    }

@media (max-width: 1199px) {
    .u-section-3 {
        min-height: 1198px;
    }

        .u-section-3 .u-repeater-1 {
            grid-template-columns: 100%;
        }

        .u-section-3 .u-list-2 {
            width: 940px;
        }

        .u-section-3 .u-repeater-2 {
            grid-gap: 10px;
        }

        .u-section-3 .u-text-5 {
            margin-right: 0;
        }

        .u-section-3 .u-text-6 {
            margin-right: 0;
        }

        
}

@media (max-width: 991px) {
    .u-section-3 .u-list-2 {
        width: 720px;
    }

    .u-section-3 .u-repeater-2 {
        grid-auto-columns: calc(50% - 5px);
        grid-template-columns: repeat(2, calc(50% - 5px));
    }

    .u-section-3 .u-image-2 {
        width: 295px;
    }

    
}

@media (max-width: 767px) {
    .u-section-3 .u-list-2 {
        width: 540px;
    }

    .u-section-3 .u-repeater-2 {
        grid-auto-columns: calc(100% - 0px);
        grid-template-columns: 100%;
    }

    .u-section-3 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

   
}

@media (max-width: 575px) {
    .u-section-3 {
        min-height: 1200px;
    }

        .u-section-3 .u-list-2 {
            width: 340px;
        }

        .u-section-3 .u-repeater-2 {
            grid-auto-columns: 100%;
        }

        .u-section-3 .u-image-2 {
            width: 302px;
        }       
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 4px;
    top: 4px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #025396;
    transform: scale(0, 0);
    transition: 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"]:focus + label::before {
    border-color: #025396;
}

.progress-bar-success {
    background-color: #e96110;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    padding: 10px 30px;
}

.imgInfo {
    float: left;
    position: relative;
    top: +5px;
}

.displayInlineBlock100Porc {
    display: inline-block !important;
    width: 100%;
}

.border-box {
    border-left-color: #0a75a6;
}


.dvVideoDestacado {
    background-color: #4fbbbe;
    border-color: #4fbbbe;
}

    .dvVideoDestacado .dvNotaVideo {
        background-color: white;
    }

    .dvVideoDestacado .dvNotaVideoTitulo {
        color: #0a75a6;
    }

    .dvVideoDestacado .dvNotaVideoNota {
        color: #0a75a6;
    }

    .dvVideoDestacado a, .dvVideoDestacado .Normal {
        color: white !important;
    }
