﻿@font-face {
    font-family: 'CotugnoScript-Regular';
    src: url('../fonts/CotugnoScript-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'KGPrimaryPenmanshipAlt';
    src: url('../fonts/KGPrimaryPenmanshipAlt.ttf') format('truetype');
}

body {
    background-color: #fcf9f4;
    color: #2d6a92;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    background: #ffffff;
}

.montserrat-Regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat-Medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.containerGr {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.boxed {
    background-color: transparent;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}


.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;
}

.top-nav-social {
    background-color: transparent;
}

#footer {
    background-color: #5cc3e9;
    color: #ffffff;
    padding: 0;
    text-align: center;
    border-top: none;
    height: 100%;
    width: 100%;
}

.FondoFooter {
    background-color: #5cc3e9;
    color: #ffffff;
}

.LineaFooter {
    background-color: #010101;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 120%;
    color: #727272;
    margin: 20px 0 17px 0;
}

.slogan {
    font-size: 27px;
    font-weight: 500;
}

.icon-ar.icon-ar-inverse {
    color: #106417;
}

.icon-ar.icon-ar-inverse {
    background-color: transparent;
    color: #106417;
    border: solid 1px #106417;
}

.icon-ar {
    width: 90px !important;
    height: 90px !important;
    font-size: 18px;
    background-color: transparent;
    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: transparent;
    background-image: linear-gradient(to top, transparent, transparent);
    color: #5cc3e9;
    border-bottom: 2px solid;
}

.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);
    color: #00467c;
}

.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);
    color: #00467c;
}

.panel .panel-heading-link a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
    background-color: #106417;
    color: #fff;
    padding: 5px 0px;
    margin-top: -5px;
    margin-right: -15px;
    width: 33px;
    text-align: center;
}

.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
    background-color: #106417;
}

.slogan > span {
    color: initial !Important;
}

.blockquote-color-left {
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-align: right !important;
    border-left: 5px solid #00467c !important;
    border-right: 0 !important;
}

.blockquote-color-bg {
    border-bottom: solid 1px #00467c;
}

.section-title:first-letter {
    color: #5cc3e9;
}

.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, #00467c 5%, #00467c 100%) !Important;
    background-color: #00467c !Important;
    border-color: #00467c !Important;
}

    .btn-primary:hover {
        color: #fff;
        background: linear-gradient(to bottom, #00467c 5%, #00467c 100%) !Important;
        background-color: #00467c !Important;
        border-color: #00467c !Important;
    }*/


.btn-primary {
    /*color: #010101 !important;
    background: linear-gradient(to bottom, #FFF 5%, #FFF 100%) !Important;
    background-color: #FFF !Important;*/
    background-color: #343434;
    color: white !Important;
    border-color: #010101 !Important;
    text-decoration: none;
}

    .btn-primary:hover {
        color: #2d6a92 !important;
        background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
        background-color: #fff !Important;
        border-color: #2d6a92 !Important;
        text-decoration: none;
    }


.btn-default {
    color: #ffffff !important;
    background: linear-gradient(to bottom, #2d6a92 5%, #2d6a92 100%) !Important;
    background-color: #fff !Important;
    border-color: #2d6a92 !Important;
    text-decoration: none;
}

    .btn-default:hover {
        color: #2d6a92 !important;
        background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
        background-color: #fff !Important;
        border-color: #2d6a92 !Important;
        text-decoration: none;
    }

.btn-ar.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom, #2d6a92 5%, #2d6a92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-color', endColorstr='darken(@primary-color, 5%)', GradientType=0);
    background-color: #2d6a92;
    border: 1px solid #2d6a92 !important;
}

.input-group-addon {
    border-radius: 0;
    background-color: #106417;
    border-color: #106417;
    color: #fff;
}


.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: 8px;
    padding-right: 8px;
}

.BtnMenuHome img {
    border-radius: 100%;
    max-height: 100px;
    border: solid 1px #000;
    padding: 5px !important;
    margin: 0 5px;
}

.BtnMenuHome > a {
    border: none !important;
    color: #2d6a92;
}

.BtnMenuHome i {
    font-size: 0.9em;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fad91c;
    margin-right: 5px;
}

.MenuSimple > a::after {
    top: 18px;
    right: 0px;
    content: "";
    padding-right: 0px;
}

.navbar-header-full {
    background-color: #d3effa;
    background-image: none;
    box-shadow: none;
    border-top: none;
    /*border-bottom: solid 1px #010101;*/
}

.Shadow {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.navbar-header .navbar-toggle {
    margin: 0;
    margin-top: -2px;
    background-color: #00467c;
    background-image: linear-gradient(to top, #2d6a92, #2d6a92);
    border: none;
    border-radius: 0;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    height: 51px;
    min-width: 47px;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: #2d6a92;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #64676b;
    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;
    font-family: "Muli", sans-serif;
    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 {
    background-color: transparent;
}

.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: 10px;
    position: relative;
}

/*@media (min-width:750px)  {
    .main-header {margin-top: 150px;}
}*/

a {
    color: #010101;
}

    a:hover {
        color: #dc9906;
        text-decoration: underline;
    }

.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: transparent !important;
    padding: 0;
    position: relative;
}

h2 {
    font-size: 32px;
    color: #000000;
}

h3 {
    font-size: 25px;
    color: #000000;
    margin-top: 0px;
}



.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;
}

.form-control {
    border: solid 1px #b4b7c3;
}

    .form-control:focus {
        border-color: #00467c;
        box-shadow: none;
    }

textarea.form-control:focus {
    border-color: #00467c;
}

a:hover, a:focus, a:active {
    color: #010101;
}

.panel-body {
    padding: 25px;
}



.top-nav .dropdown a {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 10px;
    color: #767777;
    text-decoration: none;
    background-color: #ffffff;
    /*box-shadow: inset 0 0 1px #767777;*/
    border: 0;
    border-top: 0;
    font-size: 0.8em;
}

    .top-nav .dropdown a i {
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fad91c;
    }

.panel-default .panel-heading, .panel-default .panel-footer {
    background-color: silver;
    color: #333;
}

.text-icon {
    margin-bottom: 0px;
    overflow: hidden;
}


    .text-icon h3 {
        font-weight: normal;
    }

.modal-content modalPanel, .modal {
    z-index: 9999999999 !important;
}


.form-control {
    display: block;
    border-radius: 30px;
    width: 100%;
    height: 45px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #010101;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebe9e5;
    /*border-radius: 4px;*/
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control, select.form-control {
    border-radius: 30px;
}

.top-nav {
    z-index: 999;
}














































.Tam11em {
    font-size: 1.1em;
}

.Tam12em {
    font-size: 1.2em !important;
}

.Tam13em {
    font-size: 1.3em !important;
}

.Tam14em {
    font-size: 1.4em;
}

.Tam15em {
    font-size: 1.5em;
}

.Tam16em {
    font-size: 1.6em;
}

.Tam2em {
    font-size: 2em;
    line-height: 1.2em;
}

.Tam15 {
    font-size: 15px;
}

.Tam16 {
    font-size: 16px;
}

.Tam18 {
    font-size: 18px;
}

.Tam20 {
    font-size: 20px !important;
}

.Tam21 {
    font-size: 21px;
}

.Tam22 {
    font-size: 22px;
}

.Tam23 {
    font-size: 23px;
}

.Tam25 {
    font-size: 25px !important;
}

.Tam30 {
    font-size: 30px;
}

.Tam35 {
    font-size: 35px;
}

.Tam60 {
    font-size: 60px;
}

.Blanco {
    color: #FFFFFF !important;
}

.Negro {
    color: #000000 !Important;
}

.Verde {
    color: #35af8d !important;
}

.VerdeOscuro {
    color: #00467c !Important;
}

.Gris {
    color: #767777 !Important;
}

.Rojo {
    color: red;
}

.Morado {
    color: #00467c;
}

.ColorNormal {
    color: #666;
}

.ColorError {
    color: #C9302C;
}

.SemiNegrita {
    font-weight: 500;
}

.Negrita {
    font-weight: bold;
}

.AzulClaro {
    color: #5cc3e9 !important;
}

.AzulOscuro {
    color: #2d6a92 !Important;
}

.AmarilloOscuro {
    color: #fad91c !important;
}

.MarginRight0 {
    margin-right: 0px;
}

.MarginRight5 {
    margin-right: 5px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginRight50 {
    margin-right: 50px;
}

.MarginLeft100 {
    margin-left: 100px;
}

.MarginLeft90 {
    margin-left: 90px;
}

.MarginLeft70 {
    margin-left: 70px;
}

.MarginLeft60 {
    margin-left: 60px;
}

.MarginLeft50 {
    margin-left: 50px;
}

.MarginLeft40 {
    margin-left: 40px;
}

.MarginLeft25 {
    margin-left: 25px;
}

.MarginLeft20 {
    margin-left: 20px;
}

.MarginLeft10 {
    margin-left: 20px;
}

.MarginLeft0 {
    margin-left: 0px;
}

.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;
}

.MarginTop60 {
    margin-top: 60px;
}

.MarginTop70 {
    margin-top: 70px;
}

.MarginTop100 {
    margin-top: 100px !important;
}

.MarginTop110 {
    margin-top: 110px;
}

.MarginBottom0 {
    margin-bottom: 0px;
}

.MarginBottom5 {
    margin-bottom: 5px;
}

.MarginBottom10 {
    margin-bottom: 10px !Important;
}

.MarginBottom20 {
    margin-bottom: 20px !important;
}

.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;
}

.MarginAuto {
    margin: 0 auto !important;
}

.BorderBottom0 {
    border-bottom: 0px;
}

.padding5 {
    padding: 5px;
}

.padding7 {
    padding: 7px;
}

.Padding20 {
    padding: 20px;
}

.PaddingLeft0 {
    padding-left: 0px;
}

.PaddingLeft15 {
    padding-left: 15px;
}

.PaddingLeft20 {
    padding-left: 20px;
}

.PaddingLeft30 {
    padding-left: 30px;
}

.PaddingTop10 {
    padding-top: 10px;
}

.PaddingTop20 {
    padding-top: 20px;
}

.PaddingTop30 {
    padding-top: 30px;
}

.PaddingTop40 {
    padding-top: 40px;
}

.PaddingTop90 {
    padding-top: 90px;
}


.PaddingRight0 {
    padding-right: 0px;
}

.PaddingRight30 {
    padding-right: 30px;
}

.PaddingBottom0 {
    padding-bottom: 0px;
}

.PaddingBottom5 {
    padding-bottom: 5px;
}

.PaddingBottom10 {
    padding-bottom: 10px;
}

.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;
    }

.FloatLeft {
    float: left;
}

.displayFlex {
    display: flex;
    flex-wrap: wrap;
}

.txUsuario {
    font-size: 0.8em !important;
}

.BtnMenuHomeVerde img {
    border-radius: 100%;
    max-height: 100px;
    border: solid 1px #35af8d;
    padding: 5px !important;
    margin: 0 5px;
}

#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:992px) and (max-width:1200px) {
    .top-nav .dropdown a {
        font-size: 16px;
    }
}

@media (min-width:700px) and (max-width:1000px) {
    /*.dropdown .fa {display:none !Important;}*/
    .navbar-default .navbar-nav > li > a {
        font-size: 14px
    }

    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.btn-ar {
    border-radius: 2px;
    font-size: 16px !important;
}

.FondoSection {
    background: #fcf9f4;
}

.FondoSectionInicio {
    background: #fff5c2;
    z-index: 999;
    position: relative;
}

.bgFondoIncio {
    background-image: url('../../Imagenes/Paginas/FondoIncio.png');
    background-position: bottom;
    background-size: cover;
    /*width: 1903px;*/
    left: 0px;
    position: relative;
    min-height: 100px;
    top: 65px;
}

.bgFondoIncio2 {
    background-image: url('../../Imagenes/Paginas/FondoIncio2.png');
    background-position: bottom;
    background-size: cover;
    /*width: 1903px;*/
    min-height: 100px;
}

.bgFondoDermaContenidos1 {
    background-image: url('../../Imagenes/Paginas/FondoDermaContenidos1.png');
    background-position: bottom;
    background-size: cover;
    width: auto;
    left: 0px;
    position: relative;
    min-height: 110px;
    top: 0;
}

.bgFondoDermaContenidos2 {
    background-image: url('../../Imagenes/Paginas/FondoDermaContenidos2.png');
    background-position: bottom;
    background-size: cover;
    /*width: 1903px;*/
    min-height: 100px;
}


.FondoCasosClinicos {
    background: #fff;
}

.dvPresentacion {
    min-height: 600px;
    position: relative;
    /*display:flex;*/
}

.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;
}

.LinkNegro {
    color: #000000 !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;
    }
}

.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: #00467c;
}

.section-title {
    color: #5cc3e9;
}

.bxslider-controls .bx-prev, .bxslider-controls .bx-next {
    background-color: #35af8d;
    padding: 2px 0px;
}

    .bxslider-controls .bx-prev:hover, .bxslider-controls .bx-next:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

h4 {
    font-size: 1.2em;
}

.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: #767777;
}

.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;
}

.dvBtnPresentacion {
    font-size: 24px !important;
}

.MenuIdioma {
    padding-right: 15px;
    padding-top: 15px;
}



.dvPersonaTitulo {
    font-weight: 500;
    text-transform: uppercase;
    color: #2d6a92;
    line-height: 100%;
    font-size: 1.5em;
    margin: 3%;
    padding: 0 3%;
    /* background-color: #fff;*/
    /*display: inline-block;*/
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
}

    .dvPersonaTitulo .brSeparador {
        border-bottom: #C8C8C8 2px solid;
    }

    .dvPersonaTitulo .h2Separador {
        position: absolute;
        left: 0;
        top: 40%;
        display: block;
        z-index: 0;
        width: 100%;
    }

.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, .dvProdDest .btn-default {
        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, .dvProdDest .btn-default {
            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, .dvProdDest .btn-default {
            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, .dvProdDest .btn-default {
            font-size: 22px;
        }
}


.TituloActualidad {
    font-size: 50px;
    letter-spacing: 15px;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.Paginado {
    color: #00467c;
    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=90);
    opacity: 0.9;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #d3effa;
    color: #2d6a92;
}

.acceso_cuenta {
    border-left: 1px solid #000;
    margin-left: -1px;
}

.paEmerg400 {
    width: 400px;
}

.paEmerg500 {
    width: 500px;
}

.paEmerg600 {
    width: 600px;
}

.paEmerg650 {
    width: 650px;
}

.paEmerg850 {
    width: 850px;
}

.paEmerg90Porc {
    width: 90%;
    height: 90%
}

.paEmerg95Porc {
    width: 95%;
    height: 95%
}

@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: #2d6a92;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 1px;
}

.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;
}

.BtnMenuHomeAmarilloOscuro i {
    font-size: 0.9em;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fad91c;
    margin-right: 5px;
}

.animatedSlider {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ulObjetivos {
    list-style-image: url("../../Imagenes/objetivos.png");
}

.ulObjetivosCuadro {
    list-style-image: url("../../Imagenes/objetivosCuadro.png");
}

.ulObjetivosBlancos {
    list-style-image: url("../../Imagenes/objetivosBlanco.png");
}


    .ulObjetivosBlancos li {
        color: white;
    }

    .ulObjetivos li, .ulObjetivosCuadro li, .ulObjetivosBlancos li {
        text-align: left !important;
    }

.homeTitulo {
    color: #00467c;
    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: #00467c;
        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: 150px;
    }
}

.header-full-title p {
    text-align: left;
}

.trTablaCab td {
    background-color: #00467c;
    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 {
}

.dvDestinoLinkInternoInicio {
    background-color: #fff5c2;
}

.dvDestinoLinkInterno::before {
}

.dvDestinoLinkInterno {
    background: #fcf9f4;
}

@media (min-width:768px) {
    .dvDestinoLinkInterno::before {
        display: block;
        content: " ";
        margin-top: -150px;
        height: 100px;
        visibility: hidden;
        pointer-events: none;
    }

    .dvDestinoLinkInternoInicio::before {
        display: block;
        content: " ";
        margin-top: -20px;
        height: 155px;
        visibility: hidden;
        pointer-events: none;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #2d6a92;
    background-color: #fad91c;
    border-radius: 10px;
    border: 2px solid #fad91c;
}

.dvGrupoHome {
    border: solid 1px silver;
    border-radius: 30px;
}

.dvGrupoHomeTitulo {
    border-bottom: solid 5px #00467c;
    /*background-image: linear-gradient(to right, #e9bf69, #00467c);*/
    margin-top: 5px;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 35px;
}

.dvTituloHome {
    /* border-bottom: solid 1px #35af8d;*/
    font-family: Montserrat,sans-serif;
    font-size: 2em;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
    padding-block-end: 50px;
    margin-block-start: 50px;
}
.dvHeight {
    height: 120px;
}
.dvHeightPrivado{
    height:180px;
}
.slogan {
    font-size: 1.2em;
    font-weight: 500;
    font-family: inherit;
}

.liMenuResaltado a {
    border: solid 1px #00467c !important;
    padding: 6px 7px 5px 7px !important;
    margin: 10px 3px 10px 3px !important;
}

    .liMenuResaltado:hover a, .liMenuResaltado a:hover {
        border: solid 1px #00467c !important;
        padding: 6px 7px 5px 7px !important;
        margin: 10px 3px 10px 3px !important;
    }

.BarraSup {
    /*background-image: url("../../Imagenes/Paginas/FranjaColores.jpg");
    background-size: 100% auto;*/
    background-color: #dc9906;
    min-height: 40px;
    width: 100%;
    padding: 0px 0px 5px 0px;
}

.BotonDesconectar {
    background-color: white;
    padding: 3px 5px;
    margin-left: 10px;
    border: solid 1px black;
    font-size: 15px;
    text-decoration: none;
}

.TextDecoNone {
    text-decoration: none !Important;
}


.dvMarcoVirus1 {
    background-color: #fff9bc;
}


.dvMarcoVirus2 {
    background-color: #fffbd5;
}

.tdVirus {
    border-right: solid 1px #ffe9d7;
    padding: 10px;
    text-align: center;
}

.dvVirusBloque {
    display: inline-block;
    width: 33%;
    padding: 10px;
    text-align: center;
}



.dvVirusTitulo {
    margin-bottom: 10px;
    min-height: 110px;
    font-size: 21px;
    line-height: 1.2;
}

.dvVirusImg {
    padding: 20px 20px 10px 20px;
}

.dvVirusFecha {
    color: red;
    font-style: italic;
}

@media (min-width:501px) and (max-width:1000px) {
    .dvVirusBloque {
        width: 48%;
    }
}

@media (max-width:500px) {
    .dvVirusBloque {
        width: 95%;
    }

    .dvVirusTitulo {
        min-height: 10px;
    }
}


.dvBibliografia {
    margin-bottom: 20px;
    font-style: italic;
}



.dvVideoAviso {
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 100px;
}


.dvMenuLateral {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: fixed;
    /* top: 50px; */
    height: 97vh;
    background-color: #00467c;
    padding: 5px 5px 5px 5px;
    /* border-bottom-left-radius: 10px; */
    /* border-top-left-radius: 10px; */
    text-align: center;
    border-radius: 45px;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 99;
}

    .dvMenuLateral div {
        margin: 5px 10px;
        display: inline-block;
    }

    .dvMenuLateral a, .dvMenuLateral a:hover, .dvMenuLateral a:visited, .dvMenuLateral a:active {
        margin: 1px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
    }

/*@media (max-width:830px) {
    .dvMenuLateral div {
        margin: 5px;
    }
    .dvMenuLateral a, .dvMenuLateral a:hover, .dvMenuLateral a:visited, .dvMenuLateral a:active {
        margin: 5px;
        font-size: 18px;
    }
}*/


.dvObjetivo {
    border: solid 1px #00467c;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.dvObjetivoTitulo {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: bold;
    font-size: 25px;
    background-color: #00467c;
    color: white;
    padding: 5px;
}

.dvObjetivoCuerpo {
    padding: 20px;
    min-height: 120px;
}

.dvMarcoDirector {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}

    .dvMarcoDirector img {
        border-radius: 100%;
        max-height: 140px;
        margin-bottom: 10px;
        border: solid 1px #00467c;
        padding: 5px;
    }

.dvMarcoDirectorNombre {
    margin: auto;
    background-color: #dc9906;
    border-radius: 8px;
    padding: 10px;
    max-width: 350px;
}

.dvMarcoDirectorNombreNombre {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.dvMarcoDirectorNombreCargo {
    font-size: 15px;
    text-align: center;
    color: white;
}


@media (min-width:600px) {
    .dvMarcoDirectorNombre {
        /*width: 350px;*/
    }
}


.dvTitulo {
    text-transform: uppercase;
    text-align: center;
    color: #00467c;
    border-bottom: solid 2px #00467c;
    font-size: 25px;
    margin-bottom: 10px;
}

.dvMargenMenuLateral {
}

.dvCasoDisponibilidad {
    font-size: 18px;
    text-align: center;
    /*color: black;*/
    height: 30px;
    margin-bottom: 20px;
}

.dvCasoFoto {
    padding: 15px 25px;
    text-align: center;
}

    .dvCasoFoto img {
        border-radius: 5px;
        border: solid 1px #3570aa;
        padding: 5px;
        /*margin: 0px 10px;*/
    }

.dvCasoNombre {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 1em;
    color: #ffffff !important;
    height: 90px;
}

.dvCasoNombreEdad {
    font-size: 18px;
    font-weight: normal;
}

.dvCasoDetalles {
    text-align: center;
    margin: 0% 15%;
    display: none;
    border: solid 1px #dc9906;
    padding: 5px;
    border-radius: 5px;
    background-color: #dc9906;
    color: white;
}

.dvCaso .dvCasoFoto img {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
    transition: transform .2s;
}

/*.dvCaso:hover .dvCasoFoto img {
    transform: scale(1.1);
}*/

.dvCasoPlay img {
    box-shadow: none !important;
    border-radius: 0px !important;
    border-width: 0px !important;
    position: relative;
    top: -50px;
    z-index: 9999;
    width: 70px;
    left: +15px;
}

.dvCaso:hover .dvCasoPlay img {
    transform: scale(1.3) !important;
    transition: transform .5s;
}

.dvCaso .dvCasoDetalles {
    transform: scale(1.1);
}

.dvCaso:hover .dvCasoDetalles {
    display: block;
}

.dvCasoTexto {
    position: relative;
    top: -40px;
}

.dvCasoPosicion {
    position: relative;
    height: 330px;
    margin: 1% 8% 0 10%;
}


.dvPersonaFoto {
    padding: 15px;
    text-align: center;
}

    .dvPersonaFoto img {
        /*border-radius: 100%;*/
        max-height: 150px;
        /*border: solid 1px #dc9906;*/
        /*padding: 5px;*/
        /*margin: 0px 10px;*/
    }

.dvPersonaFotoMargen {
    padding: 15px 25px 15px 25px;
    float: left;
}

    .dvPersonaFotoMargen img {
        border-radius: 100%;
        width: 100px;
        height: 1px;
        border: solid 0px #dc9906;
        padding: 5px;
        margin: 0px 10px;
    }

.dvPersonaTexto1, .dvPersonaTexto2, .dvPersonaTexto3, .dvPersonaTexto4, .dvPersonaTexto5 {
    margin-bottom: 30px;
    height: auto;
    vertical-align: top;
    display: block;
    margin-top: 30px;
}


.dvPersonaNombre {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dvPersonaCargo {
    font-size: 15px;
    text-align: center;
    margin: 5px 5px;
}

.dvFondoComite {
    background-color: rgb(255 255 255 / 80%);
    padding: 10px;
    min-height: 450px;
    height: 540px;
}

.Serparador {
    border: 1px solid #024d96;
    max-width: 60px;
}

.dvPersonaGrande .dvPersonaFoto img {
    max-height: 120px;
    margin: 0px;
}

.dvPersonaGrande .dvPersonaFotoMargen img {
    width: 120px;
    margin: 0px;
}


.visible-movil {
    display: none !important;
}

@media (max-width:550px) {
    .hidden-movil {
        display: none !important
    }

    .visible-movil {
        display: block !important;
    }
}

@media (max-width:490px) {
    .hidden-xxs {
        display: none !important
    }
}

.dvLineaListado {
    margin-bottom: 10px;
}

    .dvLineaListado i {
        margin-top: 5px;
        float: left;
    }

    .dvLineaListado div {
        margin-left: 30px;
    }

.dvAcreditacionTop {
    float: right;
    position: absolute;
    /*width: 100%;*/
    z-index: 999;
    /* 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: 0px 10px;
        /*border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;*/
        text-align: center;
        line-height: 14px !important;
    }

    .dvAcreditacionTop a, .dvAcreditacionTop a:hover, .dvAcreditacionTop a:visited, .dvAcreditacionTop a:active {
        margin: 5px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
    }

@media (min-width: 1400px) {
    dvAcreditacionTop {
        float: right;
        position: absolute;
        /*width: 100%;*/
        z-index: 999;
        pointer-events: none;
        top: 50px;
        /*border-bottom-left-radius: 10px; 
         border-top-left-radius: 10px;*/
    }
}

@media (min-width: 1200px) {
    .dvAcreditacionTop {
        float: right;
        position: absolute;
        /*width: 100%;*/
        z-index: 999;
        /*top: 50px;*/
        /* border-bottom-left-radius: 10px; */
        /* border-top-left-radius: 10px; */
        /*right: 0;*/
        font-size: 14px !important;
    }
}


.liMenuResaltado a {
    border: solid 1px #00467c !important;
    padding: 6px 6px 5px 6px !important;
    margin: 10px 2px 10px 2px !important;
}

    .liMenuResaltado:hover a, .liMenuResaltado a:hover {
        border: solid 1px #00467c !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: #6dbfea;
    border-radius: 5px 20px 5px;
    border-color: #6dbfea;
}

.sidenavCab {
    /*background-color: #00467c;*/
}

.sidenav {
    margin-bottom: 40px;
    /*margin-top: 15px;*/
    /*border: solid 1px #00467c;*/
    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: 17px;
        color: #00467c;
        border-left: solid 0px #FFFFFF;
        /*background-color: #00467c;*/
        /*border: solid 1px #00467c;*/
        display: block;
        transition: 0.3s;
        line-height: 27px;
    }

        .sidenav a:hover, .sidenavSel {
            color: #000000;
            border-left: solid 0px #00467c !important;
            background-color: #dc9906;
            /*box-shadow: inset -2rem 0 2rem -2rem rgba(151,201,75,.70)*/
            /*background-color: #FFFFFF;*/
            /*border: solid 1px #00467c;*/
        }

    .sidenav .closebtn {
        font-size: 36px;
        padding: 0px 15px 0px 15px;
        margin-left: 200px;
        background-color: #00467c;
        border: solid 1px #00467c;
        color: #FFFFFF;
        display: none;
    }

        .sidenav .closebtn:hover {
            background-color: #FFFFFF;
            color: #00467c;
        }

.sidenavSel {
    color: #000000 !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: #000000;
}


.sidenavPadre {
    border-bottom: solid 1px #00467c;
    margin-top: 15px;
}


.sidenavNoSel, .sidenavNoSel:hover, .sidenavNoSel:active, .sidenavNoSel:visited {
    color: #00467c !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: #00467c !important;
    }

.dvMenuSupInf {
    color: #00467c;
    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(172, 197, 67,.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;
    border: solid 1px #082a50;
    background-color: white;
}

.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(151, 201, 75,.5);
}

    .dvElementoSlider img {
        max-width: 100%;
    }

.dvElementoSliderTitulo {
    font-size: 23px;
    color: #00467c;
    position: relative;
    top: -10px;
}

.dvElementoSliderContador {
    margin: auto;
    color: gray;
    text-align: center;
    width: 100%;
    text-align: right;
}

.dvElementoSliderPasos {
    margin: auto;
    color: #FFFFFF;
    background-color: #00467c;
    text-align: center;
    padding: 5px 30px;
    display: inline;
    position: relative;
    top: -20px;
}

@media (max-width:990px) {
    .dvElementoSlider {
        width: 70%;
    }
}

.dvPDFIndice {
    float: right;
}

    .dvPDFIndice .btn-sm {
        padding: 0px 10px;
        margin-bottom: 10px;
    }


.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: #00467c;
    color: white;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
    padding: 15px 10px 15px 20px;
    border-radius: 8px;
}


.paIndiceCabecera {
    background-color: #00467c;
    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 #00467c;
    border-right: solid 1px #00467c;
}

    .paIndiceCuerpo i {
        position: relative;
        top: +4px;
    }

.paIndiceCabeceraInicio {
    background-color: #00467c;
    margin-top: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
}

.paIndiceCuerpoFin {
    background-color: #00467c;
    height: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dvIndiceNumeroModulo {
    color: yellow;
    /*margin-left: 25px;*/
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.dvIndiceNumeroModuloFechas {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.2;
}

.dvIndiceTituloCab {
    font-size: 18px;
    font-weight: 500;
}

.dvIndiceTituloCabAutores {
    font-size: 16px;
    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 #00467c;
}


.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 #00467c;
}

.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: #00467c;
}

.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: #00467c !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 #00467c;
        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 #00467c;
        border-bottom: solid 1px #e5e5e5;
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
    }

.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;
}

    .dvMarcoDirector div {
        text-align: center !important;
    }


    .dvMarcoDirector img {
        border-radius: 100%;
        max-height: 140px;
        margin-bottom: 10px;
        border: solid 1px #35af8d;
        padding: 5px;
    }

.dvMarcoDirectorNombre {
    margin: auto;
    background-color: transparent;
    border-radius: 8px;
    padding: 10px;
    max-width: 350px;
}

.dvMarcoDirectorNombreNombre {
    /*font-family: 'karbon' !important;*/
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #35af8d !important;
}

.dvMarcoDirectorNombreCargo {
    /*font-family: 'karbon' !important;*/
    font-size: 15px !important;
    text-align: center !important;
    color: #000 !important;
    line-height: 1.5em !important;
}


.dvPersonaFoto {
    padding: 5px;
    /*float: left;*/
}

    .dvPersonaFoto img {
        border-radius: 100%;
        max-height: 100px;
        /*border: solid 1px #35af8d;*/
        padding: 5px;
        margin: 0px 5px;
        background-color: #cce4f5;
    }

.dvPersonaTexto {
    padding-top: 15px;
    height: auto;
    vertical-align: middle;
    display: table-cell;
}


@media (min-width:600px) {
    .dvMarcoDirectorNombre {
        /*width: 350px;*/
    }
}

.dvCalendario {
    text-shadow: none;
    width: 80%;
    margin: auto;
}

.dvCalendarioModulo {
    background-color: #2d4568;
    padding: 5px 5px 0px 5px;
    text-align: center;
    margin: 0px 10px;
}

.dvCalendarioTitulo {
    background-color: #2d4568;
    padding: 5px;
    text-align: center;
    margin: 0px 10px;
    font-weight: bold;
    color: #43c7ff;
    font-size: 22px;
}

.dvCalendarioCuerpo {
    border: solid 1px #00467c;
    padding: 15px;
    margin: 0px 10px;
    background-color: white;
}

.dvCalendarioCuerpoTitulo {
    color: #2d4568;
}

.dvCalendarioCuerpoLugar {
    color: #727272;
    font-size: 16px;
}

.dvCalendarioCuerpoDoctor {
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
}

.dvCalendarioFlechaIzq {
    left: 20px !important;
    background-color: #00467c !important;
    width: 50px !important;
    height: 50px !important;
    top: +100px !important;
    position: relative;
}

.dvCalendarioFlechaDer {
    background-color: #00467c !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: #2d4568;
    position: relative;
    top: -20px;
}


.wrap-hero {
    background-image: none !important;
    background-color: transparent !important;
}

.divIndiceAreas {
    background-color: #fff;
    color: #00467c;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
    padding: 15px 10px 15px 20px;
    border-radius: 8px;
    border: 1px solid #00467c;
    text-align: center;
    font-weight: 500;
}

    .divIndiceAreas:hover {
        background-color: #00467c;
        color: #fff !important;
    }

.lnkIndiceAreas {
    text-decoration: none !important;
}

    .lnkIndiceAreas:hover {
        text-decoration: none !important;
    }

.ifrCertificadoVistaPrevia {
    border: solid 1px gray !Important;
}


.padding30 {
    padding: 30px;
}


.carousel-inner {
    max-width: 100%;
    position: relative;
    top: -50px;
}

.carousel-control {
    position: sticky;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=80);
    opacity: .8;
    background-color: #dc9906;
    z-index: 999;
    display: inline-block;
    font-size: 35px;
    border-radius: 50pt;
    top: +30px;
}

    .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 i {
        top: +3px;
        position: relative;
        font-size: 40px;
    }

    .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: #00467c;
    border: 1px solid #00467c;
    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;
}

.btn-pdf {
    color: #fff;
    background: linear-gradient(to bottom, #2aace1 5%, #aa2657 100%) !Important;
    background-color: #aa2657 !Important;
    border-color: #aa2657 !Important;
}

    .btn-pdf:hover {
        color: #fff;
        background: linear-gradient(to bottom, #aa2657 5%, #2aace1 100%) !Important;
        background-color: #2aace1 !Important;
        border-color: #2aace1 !Important;
    }




.dvCarouseItem {
    height: 255px;
    font-size: 30px;
    padding-top: 40px;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 920px) {
    .dvCarouseItem {
        padding-top: 30px;
        height: 200px;
    }
}


.dvEspacioSup {
    height: 52px;
}


.dvCasoLogo {
    margin-top: 5px;
}

    .dvCasoLogo img {
        height: 70px;
    }

.dvCasoTitulo {
    font-size: 30px;
    font-weight: bold;
    color: #00467c;
    text-align: center;
    position: relative;
    top: -30px;
}

    .dvCasoTitulo span {
        color: #dc9906;
        font-size: 55px;
        position: relative;
        top: +10px;
        margin: 0px 10px;
    }


@media (max-width: 620px) {
    .dvCasoTitulo span {
        display: none;
    }

    .dvCasoTitulo {
        top: 0px;
    }
}


.dvCasoInterno {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dvCasoSubMenu {
    background-color: #343434; /*#00467c;*/
    padding: 3px 0px;
    text-align: left;
}

    .dvCasoSubMenu div {
        margin: 3px 10px;
    }

    .dvCasoSubMenu a {
        text-decoration: none;
        color: white;
        font-size: 12px;
    }

        .dvCasoSubMenu a:hover {
            text-decoration: none;
            color: #343434;
            font-size: 12px;
            background-color: white;
        }


.dvInlineBlock100Porc {
    display: inline-block;
    width: 100%;
}

.dvFondoInicio {
    background-color: rgb(255 255 255 / 85%);
    padding: 20px 10px;
    border-radius: 6px;
    min-height: 140px;
    /*color: #010101;*/
}

.dvCasoDescripcion {
    font-size: 16px;
}


.dvFondoMetodologiaTexto {
    background-color: rgb(2 76 149 /80%);
    padding: 1.5em;
    height: 313px;
    color: #ffffff !important;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0px !important;
    width: 100%;
}

.dvMetodologia {
    background-color: #024d96;
    padding: 1.5em;
    margin-top: 15px;
}

.MenuSimple {
    margin-right: 10px !important;
}

@media(min-width: 768px) and (max-width: 992px) {
    .dvCasoDisponibilidad {
        font-size: 12px;
        text-align: center;
        /* color: black; */
        height: 30px;
        margin-bottom: 20px;
    }

    .dvCasoNombre {
        font-size: 15px;
        padding-bottom: 1.5em;
    }

    .dvCasoNombreEdad {
        font-size: 14px;
        font-weight: normal;
    }

    .dvFondoMetodologiaTexto {
        padding: 1em !important;
    }

    .dvBtn {
        font-size: 11px !important;
    }
}

.ImagenCabecera {
    margin-right: 20px;
    float: left;
}

.containerMenu {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .containerMenu {
        width: 1170px;
    }
}

@media (min-width:700px) and (max-width:1000px) {
    /*.dropdown .fa {display:none !Important;}*/
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }

    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .MenuSimple {
        font-size: 14px !important
    }
}

@media(min-width: 1200px) and (max-width: 1400px) {
    .navbar-nav {
        float: left !important;
        margin-right: 30px;
    }

    .containerMenu {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .containerMenu {
        width: 930px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .MenuSimple {
        font-size: 13px !important
    }

    .dvCasoNombre {
        font-size: 18px;
    }

    .dvCasoPosicion {
        position: relative;
        height: 330px;
        margin: 1% 0 0 8%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .containerMenu {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    .top-nav .dropdown a {
        font-size: 14px;
    }

    .MenuSimple {
        margin-right: 5px !important;
        font-size: 11px !important;
    }

    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 4px;
        padding-right: 4px;
    }

    .dvCasoPosicion {
        position: relative;
        height: 330px;
        margin: 1% 5% 0 8%;
    }
}

@media(min-width:465px) and (max-width:768px) {
    .dvCasoNombre {
        font-size: 20px;
        padding-bottom: 1em;
    }

    .dvCasoDescripcion {
        font-size: 14px;
    }
}

@media(max-width:465px) {
    .dvCasoNombre {
        font-size: 18px;
        padding-bottom: 1em;
    }

    .dvCasoDescripcion {
        font-size: 14px;
    }
}
/*  and (max-width:858px){
    .containerMenu {
        width: 700px;
        margin: 0;
        padding-right: 0;
        padding-left: 5px;
    }
    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 3px;
        padding-right: 3px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
    .MenuSimple{
        font-size:10px !important;
        margin-right:5px !important;
    }
    .ImagenCabecera{
        margin-right:0px !important;
    }
    .dvAcreditacionTop {
        float: right;
        position: absolute;       
        z-index: 999;        
        right: -8px;
    }
}*/
.dvFondoMetodologia {
    background-color: #fcf9f4;
}

.dvInicioVideo {
    background: url('../../Imagenes/logo_blanco.mp4');
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}

/* Video Parallax Section*/
.ParallaxVideo {
    height: 830px;
    padding-bottom: 50px;
    padding-top: 50px;
}

    .ParallaxVideo video {
        min-width: 300px;
        position: fixed;
        top: 60px;
        z-index: -9999;
        max-width: 100%;
        height: 356px;
        height: auto;
        width: 100%;
    }



@media (max-width: 767px) {
    .navbar-default .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        padding: 0 !important;
    }

    .dvCasoFoto img {
        margin: auto;
    }
}


/****************** MODULOS ************************/
.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}

.timeline-steps .timeline-step1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1em;
}

.u-section-1 .u-list-1 {
    width: 12em;
    /* margin: -854px auto 0 0; */
}

.u-list:not(.u-repeater), .u-blog:not(.u-repeater), .u-products:not(.u-repeater) {
    display: flex;
    flex-direction: column;
}

section > *, header > *, footer > *, .u-sheet > * {
    position: relative;
}

.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex: 1;
}

.u-section-1 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-gap: 20px 20px;
    min-height: 320px;
    grid-auto-columns: 100%;
}

.u-repeater {
    display: grid;
    /*grid-template-columns: repeat(3, 33.33333333%);*/
}

.u-section-1 .u-list-item-1 {
    background-image: none;
    margin-top: 00px;
    margin-bottom: 0;
}

.u-white, .u-body.u-white, .u-container-style.u-white:before, .u-container-layout.u-white:before, .u-table-alt-white tr:nth-child(even) {
    background-color: #ffffff;
    border-radius: 30px;
}

.u-repeater-item {
    display: flex;
    position: relative;
    min-height: 300px;
}

.u-align-center {
    text-align: center;
}

.u-section-1 .u-container-layout-1 {
    padding: 2px 17px;
}

.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}

.u-section-1 .u-text-1 {
    font-size: 2.8rem;
    margin: 20px auto 0;
    color: #35af8d;
}

.u-text {
    word-wrap: break-word;
    position: relative;
    color: #5cc3e9;
    min-height: 70px;
    font-family: "Montserrat", sans-serif
}

.u-text-default {
    display: block;
    align-self: flex-start;
}

.u-section-1 .u-text-2 {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 10px 13px 0;
    min-height: 100px;
}

.u-text-body-color, a.u-button-style.u-text-body-color, a.u-button-style.u-text-body-color[class*="u-border-"] {
    color: #111111 !important;
}


.u-border-2 {
    border-bottom: 2px solid #2d6a92 !important;
    color: #2d6a92 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: normal;
    margin: 10px 30px;
    padding: 0;
}

@media(min-width:768px) and (max-width:992px) {
    .u-section-1 .u-text-2 {
        font-size: .8em;
        line-height: 1.8;
        margin: 27px 13px 0;
        min-height: 80px;
    }
}

.u-section-1 .u-icon-1 {
    /*width: 45px;
    height: 45px;*/
    color: rgb(71, 138, 201) !important;
    /*margin: 4px 29px 0 auto;*/
}

.u-section-1 .u-btn-1 {
    border-style: none none solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: normal;
    margin: 21px auto 0;
    padding: 0;
}

/**********TIME LINE HORIZONTAL **********************************/

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    list-style: none;
    display: inline-flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    height: 500px;*/
}

    .timeline-steps:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        width: 100%;
        height: 2px;
    }

    /*.timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1em;
        
    }*/
    .timeline-steps .timeline-content:nth-child(2n) {
        align-self: flex-end;
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: 0.25em dotted #c8c8c8;
        width: 9em;
        position: absolute;
        left: 15.5em;
        top: 0.3125em;
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 0.25em dotted #c8c8c8;
        width: 7.8125em;
        position: absolute;
        right: 16.5em;
        top: 0.3125em;
    }
}

.timeline-steps .timeline-content {
    width: 13em;
    text-align: center;
    align-self: flex-start;
}

    .timeline-steps .timeline-content .inner-circle {
        border-radius: 1.5em;
        height: 1em;
        width: 1em;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #2d6a92;
    }

    .timeline-steps .timeline-content:nth-child(2n) {
        align-self: flex-end;
    }

    .timeline-steps .timeline-content .inner-circle:before {
        content: "";
        background-color: #cbd1de;
        display: inline-block;
        height: 3em;
        width: 3em;
        min-width: 3em;
        border-radius: 6.25em;
        opacity: .5
    }

.timelineText {
    font-weight: 700;
    color: #2d6a92;
    font-size: 20px;
}

.dvFichaNumPodcast {
    margin-bottom: 20px;
}

.dvFichaTitulo {
    margin-top: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #2d6a92;
}

.dvFichaAutor {
    margin-top: 10px;
    display: block;
}

.dvFichaAutorImagen {
    float: left;
    border: solid 1px #35af8d;
    background-color: white;
    padding: 5px;
    border-radius: 150px;
}

    .dvFichaAutorImagen img {
        border-radius: 100%;
        max-height: 110px;
        margin-bottom: 0px;
        border-radius: 150px;
    }

.dvFichaAutorNombre {
    margin-left: 120px;
    /*background-color: #ffdf3f;*/
    border-radius: 8px;
    padding: 10px;
    max-width: 350px;
}

.dvFichaAutorNombreNombre {
    font-size: 18px;
    font-weight: bold;
}

.dvFichaAutorNombreCargo {
    font-size: 15px;
    height: 86px;
}

.dvFichaInfo {
    margin-top: 10px;
}

    .dvFichaInfo li {
        font-style: italic;
        margin-bottom: 5px;
    }

.dvFichaReproductorTitulo {
    font-weight: bold;
    margin-bottom: 5px;
}


.dvContenido {
    height: 150px;
    margin-top: -150px;
}

.EnFicha {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0,.5);
}

.dvFondoComiteAzulClaro {
    background-color: #5cc3e9;
    border-radius: 100%;
    padding: 1.2em 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}

.dvPersonaTexto1 svg, .dvPersonaTexto1 svg1 {
    fill: #5cc3e9;
}

.dvPersonaTexto2 svg, .dvPersonaTexto2 svg1 {
    fill: #fad91c;
}

.dvPersonaTexto3 svg, .dvPersonaTexto3 svg1 {
    fill: #2d6a92;
}

.dvPersonaTexto4 svg, .dvPersonaTexto4 svg1 {
    fill: #cbe2f1;
}

.dvPersonaTexto5 svg, .dvPersonaTexto5 svg1 {
    fill: #fff;
}

.quote_svg, .quote_svg1 {
    position: relative;
    /*top: 65px;*/
    width: 50px;
    transition: inherit;
    transform: rotate(220deg);
    right: -110px;
}

.dvFondoComiteAmarillo {
    background-color: #fad91c;
    border-radius: 100%;
    padding: 1.2em 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}

.dvFondoComiteAzulOscuro {
    background-color: #2d6a92;
    border-radius: 100%;
    padding: 1.2em 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}

.dvFondoComiteGris {
    background-color: #cbe2f1;
    border-radius: 100%;
    padding: 1.2em 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}

.dvFondoComiteBlanco {
    background-color: #fff;
    border-radius: 100%;
    padding: 1.2em 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}

.FondoSectionComoTrabajamos {
    background-color: #88d4f2;
}

.FondoSectionDermatoscopia {
    background-color: #476a90;
}

.bgFondoModulo1 {
    background-image: url('../../Imagenes/Paginas/Fondo_modulos_1.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    height: 100px;
    left: 0;
    /*width: 1903px;*/
}

.bgFondoModulo2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../Imagenes/Paginas/Fondo_modulos_2.png');
    position: relative;
    bottom: 0;
    height: 190px;
    left: 0;
    /*width: 1903px;*/
}

.bgFondDermatoscopia {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../Imagenes/Paginas/Fondo_derma.png');
    position: relative;
    bottom: 0;
    height: 190px;
    left: 0;
    width: auto;
}

.ps-timeline-sec ol.ps-timeline {
    margin: 390px 0;
    padding: 0;
    border-top: 2px solid #348e80;
    list-style: none;
}

.ps-timeline-sec {
    position: relative;
}
    /*
@media screen and (max-width: 767px) {
    .ps-timeline-sec  ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }

    .ps-timeline-sec ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }

    .ps-timeline-sec   ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

        .ps-timeline-sec  ol.ps-timeline li {
            height: 220px;
            float: none !important;
            width: inherit !important;
        }

            .ps-timeline-sec   ol.ps-timeline li:nth-child(2) .img-handler-bot img {
                width: auto
            }

            .ps-timeline-sec   ol.ps-timeline li:last-child {
                margin: 0;
                bottom: 0 !important;
                height: 120px;
            }

                .ps-timeline-sec   ol.ps-timeline li:last-child .img-handler-bot {
                    bottom: 40px !important;
                    width: 40% !important;
                    margin-left: 25px !important;
                    margin-top: 0 !important;
                }

                    .ps-timeline-sec  ol.ps-timeline li:last-child .img-handler-bot img {
                        width: 100%;
                    }

                .ps-timeline-sec  ol.ps-timeline li:last-child .ps-top {
                    margin-bottom: 0 !important;
                    top: 20px;
                    width: 50% !important;
                }

            .ps-timeline-sec ol.ps-timeline li span {
                left: 0 !important;
            }

                .ps-timeline-sec   ol.ps-timeline li span.ps-sp-top:before {
                    content: none !important;
                }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
                    content: none !important;
                }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
                    content: none !important;
                }

                .ps-timeline-sec  ol.ps-timeline li span.ps-sp-bot:after {
                    content: none !important;
                }

            .ps-timeline-sec ol.ps-timeline li .img-handler-top {
                position: absolute !important;
                bottom: 150px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

                .ps-timeline-sec ol.ps-timeline li .img-handler-top img .img-handler-bot img {
                    margin: 0 auto !important;
                    width: auto;
                    max-width: 100%;
                }

            .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
                position: absolute !important;
                bottom: 115px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

            .ps-timeline-sec ol.ps-timeline li p {
                text-align: left !important;
                width: 100% !important;
                margin: 0 auto !important;
                margin-top: 0px !important;
            }

            .ps-timeline-sec ol.ps-timeline li .ps-top {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }

            .ps-timeline-sec ol.ps-timeline li .ps-bot {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }
}*/

    .ps-timeline-sec ol:before {
        background: #5cc3e9;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        left: 8px;
        top: 49%;
    }

    .ps-timeline-sec ol:after {
        background: #5cc3e9;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        right: 8px;
        top: 49%;
    }

    .ps-timeline-sec ol.ps-timeline {
        margin: 250px 0;
        padding: 0;
        border-top: 2px solid #5cc3e9;
        list-style: none;
    }

        .ps-timeline-sec ol.ps-timeline li {
            float: left;
            width: 16%;
            padding-top: 30px;
            position: relative;
        }

            .ps-timeline-sec ol.ps-timeline li span {
                width: 50px;
                height: 50px;
                margin-left: -25px;
                background: #fff;
                border: 4px solid #2d6a92;
                border-radius: 50%;
                box-shadow: 0 0 0 0px #fff;
                text-align: center;
                line-height: 40px;
                color: #5cc3e9;
                font-size: 1.2em;
                font-style: normal;
                position: absolute;
                top: -26px;
                left: 50%;
            }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
                    content: '';
                    color: #2d6a92;
                    width: 2px;
                    height: 45px;
                    background: #2d6a92;
                    position: absolute;
                    top: -50px;
                    left: 50%;
                }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
                    content: '';
                    color: #fcd700;
                    width: 8px;
                    height: 8px;
                    background: #fcd700;
                    position: absolute;
                    bottom: 90px;
                    left: 43%;
                    border-radius: 100%;
                }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
                    content: '';
                    color: #fcd700;
                    width: 2px;
                    height: 45px;
                    background: #fcd700;
                    position: absolute;
                    bottom: -50px;
                    left: 50%;
                }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
                    content: '';
                    color: #fcd700;
                    width: 8px;
                    height: 8px;
                    background: #fcd700;
                    position: absolute;
                    top: 90px;
                    left: 43%;
                    border-radius: 100%;
                }

            .ps-timeline-sec ol.ps-timeline li .img-handler-top {
                position: absolute;
                bottom: 0;
                margin-bottom: 130px;
                width: 100%;
            }

                .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
                    display: table;
                    margin: 0 auto;
                }

            .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
                position: absolute;
                margin-top: 60px;
                width: 100%;
            }

                .ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
                    display: table;
                    margin: 0 auto;
                }

            .ps-timeline-sec ol.ps-timeline li p {
                text-align: center;
                width: 80%;
                margin: 0 auto;
            }

            .ps-timeline-sec ol.ps-timeline li .ps-top {
                position: absolute;
                bottom: 0;
                margin-bottom: 100px;
            }

            .ps-timeline-sec ol.ps-timeline li .ps-bot {
                position: absolute;
                margin-top: 35px;
            }

.FondoSectionContacto {
    background-color: #cce4f5;
}

.bgFondoContacto {
    background-image: url('../../Imagenes/Paginas/bg_footer.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
    height: 100px;
    left: 0;
    /*width: 1903px;*/
}

.bgFondoContacto2 {
    background-image: url('../../Imagenes/Paginas/bg_footer_2.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    height: 100px;
    left: 0;
    /*width: 1903px;*/
}

.navbar-header .navbar-toggle i {
    font-size: 1.2em;
    line-height: 1.5em;
}


@media(min-width:992px) and (max-width:1200px) {
    .quote_svg {
        left: 230px;
    }

    .quote_svg1 {
        left: 155px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .quote_svg {
        left: 170px;
    }

    .quote_svg1 {
        left: 225px;
    }
}

@media (max-width:768px) {
    .quote_svg {
        left: 25px;
    }

    .quote_svg1 {
        left: 25px;
    }

    .dvPersonaTexto1, .dvPersonaTexto2, .dvPersonaTexto3, .dvPersonaTexto4, .dvPersonaTexto5 {
        display: block;
        width: auto;
        margin-left: auto;
        max-width: 100%;
        margin-right: auto;
        text-align: center;
    }

    .dvFondoComiteAzulClaro, .dvFondoComiteAmarillo, .dvFondoComiteAzulOscuro, .dvFondoComiteAzulOscuro, .dvFondoComiteGris {
        margin: auto;
    }

    .img-handler-bot img, .img-handler-top img {
        width: 85%;
    }

    .bgFondoContacto {
        top: 50px;
        height: 80px;
        left: 0;
        background-position: right;
    }
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

    .timeline ol {
        font-size: 0;
        width: 100%;
        padding: 230px 0;
        transition: all 1s;
    }

        .timeline ol li {
            position: relative;
            display: inline-block;
            list-style-type: none;
            width: 175px;
            height: 3px;
            background: #2d6a92;
        }

            .timeline ol li:last-child {
                width: 280px;
            }

            .timeline ol li:not(:first-child) {
                margin-left: 0;
            }

            .timeline ol li:not(:last-child)::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50px;
                bottom: 0;
                width: 12px;
                height: 12px;
                transform: translateY(-50%);
                border-radius: 50%;
                background: #fad91c;
            }

            .timeline ol li div {
                position: absolute;
                left: 0;
                width: 228px;
                padding: 15px;
                white-space: normal;
                color: black;
                background: white;
                height: 110px;
                border-radius: 50%;
                text-align: center;
                z-index: 999;
            }

                .timeline ol li div::before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    z-index: -999;
                }

            .timeline ol li:nth-child(odd) div {
                top: -30px;
                transform: translateY(-100%);
            }

                .timeline ol li:nth-child(odd) div::before {
                    top: 89%;
                    border-width: 20px 40px 0 0;
                    border-color: white transparent transparent transparent;
                    left: 25%;
                }

            .timeline ol li:nth-child(even) div {
                top: calc(100% + 35px);
                left: -60px;
            }

                .timeline ol li:nth-child(even) div::before {
                    transform: rotate(181deg);
                    top: -15px;
                    border-width: 0px 25px 22px 40px;
                    border-color: transparent transparent transparent #ffffff;
                    left: 50px;
                }

    .timeline time {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 0px;
    }

    /* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

    .timeline .arrows {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

        .timeline .arrows .arrow__prev {
            margin-right: 20px;
        }

    .timeline .disabled {
        opacity: 0.5;
    }

    .timeline .arrows img {
        width: 45px;
        height: 45px;
    }

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) and (max-width: 1200px) {
    .timeline ol li {
        width: 160px !important;
    }

        .timeline ol li:not(:last-child)::after {
            left: 0px !important;
        }

        .timeline ol li div {
            width: 200px !important;
            padding: 10px !important;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    .timeline ol li {
        width: 120px !important;
    }

        .timeline ol li div {
            width: 180px !important;
            padding: 10px !important;
        }

        .timeline ol li:not(:last-child)::after {
            left: 0 !important;
        }

    .Tam14rem {
        font-size: 1.3rem;
    }

    .timeline ol li:nth-child(even) div {
        left: -115px !important;
    }
    .Tam11rem {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 768px) {
    .timeline ol,
    .timeline ol li {
        width: auto;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

        .timeline ol li {
            display: block;
            height: auto;
            background: transparent;
        }

            .timeline ol li:first-child {
                margin-top: 25px;
            }

            .timeline ol li:not(:first-child) {
                margin-left: auto;
            }

            .timeline ol li div {
                position: static;
                width: 300px;
                height: 150px !important;
                margin: 20px auto;
                max-width: 100%;
                padding: 30px;
                margin-bottom: 30px;
            }

            .timeline ol li:nth-child(odd) div {
                transform: none;
            }

                .timeline ol li:nth-child(odd) div::before,
                .timeline ol li:nth-child(even) div::before {
                    left: 50%;
                    top: 110%;
                    transform: translateY(-50%);
                    border: 0;
                    border-left: 2px solid #2d6a92 !IMPORTANT;
                    height: 30px;
                    position: absolute;
                    z-index: 999;
                }

            .timeline ol li:last-child,
            .timeline ol li:nth-last-child(2) div::before,
            .timeline ol li:not(:last-child)::after,
            .timeline .arrows {
                display: none;
            }

    .Tam14rem {
        font-size: 1.6rem !important;
    }

    .Tam11rem {
        font-size: 1.3rem !important;
    }

    .dvFondoAmarillo1 {
        padding-top: 30px !important;
    }
}

.Tam14rem {
    font-size: 1.3rem;
}

.Tam11rem {
    font-size: 1.2rem;
}

.dvFondoAzulClaro {
    background-color: #5cc3e9 !important;
}

    .dvFondoAzulClaro:before {
        border-color: #5cc3e9 transparent transparent transparent !important;
    }

.dvFondoAzulOscuro {
    background-color: #2d6a92 !important;
}

    .dvFondoAzulOscuro:before {
        border-color: #2d6a92 transparent transparent transparent !important;
    }

.dvFondoAmarillo {
    background-color: #fad91c !important;
}

    .dvFondoAmarillo:before {
        border-color: #fad91c transparent transparent transparent !important;
    }


.dvFondoAzulClaro1 {
    background-color: #5cc3e9 !important;
}

    .dvFondoAzulClaro1:before {
        border-color: transparent transparent transparent #5cc3e9 !important;
    }

.dvFondoAzulOscuro1 {
    background-color: #2d6a92 !important;
}

    .dvFondoAzulOscuro1:before {
        border-color: transparent transparent transparent #2d6a92 !important;
    }

.dvFondoAmarillo1 {
    background-color: #fad91c !important;
}

    .dvFondoAmarillo1:before {
        border-color: transparent transparent transparent #fad91c !important;
    }


.dvFondoCertificado {
    background-color: #2d6a92;
    color: white !important;
}

    .dvFondoCertificado .btn-default {
        color: #2d6a92 !important;
        background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
        background-color: #fff !Important;
        border-color: #2d6a92 !Important;
        text-decoration: none;
    }

        .dvFondoCertificado .btn-default:hover {
            color: #2d6a92 !important;
            background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
            background-color: #fff !Important;
            border-color: #2d6a92 !Important;
            text-decoration: none;
        }

.containerGr:before {
    display: table;
    content: " ";
}


.dvProfesoresDerma {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    grid-template-columns: calc(33.3333% - 17.3333px) calc(33.3333% - 17.3333px) calc(33.3333% - 17.3333px);
    grid-gap: 30px 30px;
    min-height: 350px;
}


@media(max-width:768px) {
    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }

    .containerGr {
        width: 750px !important;
    }
}


@media(max-width:992px) {
    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }

    .containerGr {
        width: 970px;
    }


    .dvComiteDerma {
        width: 350px !important;
        display: block;
    }
}

@media(max-width:1200px) {
    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }

    .containerGr {
        width: 1140px;
    }

    .dvComiteDerma {
        width: 350px;
        display: block;
    }
}

@media (max-width:992px) {
    .containerGr {
        width: 970px;
    }

    .dvComiteDerma {
        width: 450px !important;
        display: flex;
    }
}

@media (max-width:1400px) {
    .dvComiteDerma {
        width: 300px;
        display: flow-root;
    }

    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }
}



.dvCuadrosDermaPublico .u-white, .u-body.u-white, .u-container-style.u-white::before, .u-container-layout.u-white::before, .u-table-alt-white tr:nth-child(2n) {
    background-color: #ffffff;
    color: #2d6a92 !important;
}

.dvCuadrosDermaPublico .AzulOscuro, .dvCuadrosDermaPublico .u-border-2 {
    color: #2d6a92 !important;
    border-color: #2d6a92 !important;
}

.dvComiteGr {
    border-radius: 20px;
    height: 370px;
}

.chkGr label {
    display: initial !important;
}

.BtnMenuHome {
    float: right;
    right: 0;
    display: flex;
    /*font-size: 0.9em;*/
    /* justify-content: space-between; */
    /* align-content: center; */
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width:992px) {
    .BtnMenuHome {
        display: block;
        font-size: 0.9em;
        margin-top: 10px;
    }
    .top-nav .dropdown{
        margin-left: 0px !important
    }
}

@media(max-width:768px) {
    .displayFlex {
        display: block;
        flex-wrap: wrap;
    }

    .BtnMenuHome {
        display: block;
        font-size: 0.9em;
        margin-top: 10px;
        float: inherit;
    }
    .dvHeight {
        height: auto;
    }
    .dvHeightPrivado {
        height: auto;
    }
}

.BtnMenuFooter {
    font-size: 0.8em;
}

    .BtnMenuFooter i {
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fad91c;
        margin-right: 5px;
    }

.dvRowCabecera {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.logoImg{
    width:550px;
}


/*@font-face {
    font-family: 'CotugnoScript-Regular';
    src: url('../fonts/CotugnoScript-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'KGPrimaryPenmanshipAlt';
    src: url('../fonts/KGPrimaryPenmanshipAlt.ttf') format('truetype');
}

body {
    background-color: #fcf9f4;
    color: #2d6a92;
    font-family: 'KGPrimaryPenmanshipAlt';
    font-size: 25px;
    background: #ffffff;
}

.containerGr {
	width: 1400px;
    margin-left:auto;
    margin-right:auto;
    padding:0 15px;
}

.boxed {
    background-color:transparent;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}


.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;
}

.top-nav-social {
	background-color: transparent ;
}

#footer {
    background-color: #5cc3e9;
    color: #ffffff;
    padding: 0;
    text-align: center;
    border-top: none;
    height: 100%;
    width: 100%;
}

.FondoFooter {
    background-color: #5cc3e9;
    color: #ffffff;
}

.LineaFooter {
    background-color: #010101;
}

h1, h2, h3, h4, h5, h6 {
	font-family: KGPrimaryPenmanshipAlt;
	font-weight: bold;
	line-height: 120%;
	color: #727272;
	margin: 20px 0 17px 0;
}

.slogan {font-size:27px; font-weight:500;}

.icon-ar.icon-ar-inverse {
	color: #106417;
}

.icon-ar.icon-ar-inverse {
	background-color: transparent;
	color: #106417;
	border: solid 1px #106417;
}

.icon-ar {
	width: 90px !important;
	height: 90px !important;
	font-size: 18px;
	background-color: transparent;
	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: transparent;
    background-image: linear-gradient(to top, transparent, transparent);
    color: #5cc3e9;
    border-bottom: 2px solid;
}

.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);
    color: #00467c;
}

.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);
    color: #00467c;
}

.panel .panel-heading-link a::after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 1.2em;
	float: right;
	background-color: #106417;
	color: #fff;
	padding: 5px 0px;
	margin-top: -5px;
	margin-right: -15px;
	width: 33px;
	text-align: center;
}

.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
  background-color: #106417;
}

.slogan > span {
	color: initial !Important;
}

.blockquote-color-left {
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-align: right !important;
    border-left: 5px solid #00467c !important;
    border-right: 0 !important;
}

.blockquote-color-bg {
    border-bottom: solid 1px #00467c;
}

.section-title:first-letter {
    color: #5cc3e9;
}

.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, #00467c 5%, #00467c 100%) !Important;
    background-color: #00467c !Important;
    border-color: #00467c !Important;
}

    .btn-primary:hover {
        color: #fff;
        background: linear-gradient(to bottom, #00467c 5%, #00467c 100%) !Important;
        background-color: #00467c !Important;
        border-color: #00467c !Important;
    }*/


/*.btn-primary {*/
    /*color: #010101 !important;
    background: linear-gradient(to bottom, #FFF 5%, #FFF 100%) !Important;
    background-color: #FFF !Important;*/
    /*background-color:#343434;
    color:white !Important;
    border-color: #010101 !Important;
    text-decoration: none;
}

    .btn-primary:hover {
        color: #2d6a92 !important;
        background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
        background-color: #fff !Important;
        border-color: #2d6a92 !Important;
        text-decoration: none;
    }


.btn-default {
    color: #ffffff !important;
    background: linear-gradient(to bottom, #2d6a92 5%, #2d6a92 100%) !Important;
    background-color: #fff !Important;
    border-color: #2d6a92 !Important;
    text-decoration: none;
}

    .btn-default:hover {
        color: #2d6a92 !important;
        background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
        background-color: #fff !Important;
        border-color: #2d6a92 !Important;
        text-decoration: none;
    }
.btn-ar.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom, #2d6a92 5%, #2d6a92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-color', endColorstr='darken(@primary-color, 5%)', GradientType=0);
    background-color: #2d6a92;
    border: 1px solid #2d6a92 !important;
}
.input-group-addon {
	border-radius: 0;
	background-color: #106417;
	border-color: #106417;
	color: #fff;
}


.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: 8px;
	padding-right: 8px;
    
}
.BtnMenuHome img {
    border-radius: 100%;
    max-height: 100px;
    border: solid 1px #000;
    padding: 5px !important;
    margin: 0 5px;
}
.BtnMenuHome > a {
    border: none !important;
    color: #2d6a92;
}
.BtnMenuHome i {
    font-size: 0.9em;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fad91c;
    margin-right: 5px;
}

.MenuSimple > a::after {
	top: 18px;
	right: 0px;
	content: "";
    padding-right:0px;
}

.navbar-header-full {
    background-color: #d3effa;
    background-image: none;
    box-shadow: none;
    border-top: none;*/
    /*border-bottom: solid 1px #010101;*/
/*}
.Shadow {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.navbar-header .navbar-toggle {
    margin: 0;
    margin-top: -2px;
    background-color: #00467c;
    background-image: linear-gradient(to top, #2d6a92, #2d6a92);
    border: none;
    border-radius: 0;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    height: 51px;
    min-width: 47px;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: #2d6a92; 
    font-family: KGPrimaryPenmanshipAlt;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #64676b;
    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;
	font-family: "Muli", sans-serif;
	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 {
    background-color: transparent;
}

.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: 10px;
    position: relative;
}*/

/*@media (min-width:750px)  {
    .main-header {margin-top: 150px;}
}*/

/*a {
    color: #010101;
}

    a:hover {
        color: #dc9906;
        text-decoration: underline;
    }
 
 .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: transparent !important;
    padding: 0;
    position: relative;
}

h2 {
	font-size: 32px;
    color:#000000;
}

h3 {
	font-size: 25px;
    color:#000000;
    margin-top:0px;
}



.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;
}

.form-control {
    border:solid 1px #b4b7c3;
}

.form-control:focus {
	border-color: #00467c;
	box-shadow: none;
}

textarea.form-control:focus {
	border-color: #00467c;
}

a:hover, a:focus, a:active {
    color: #010101;
}

.panel-body {
	padding: 25px;
}



.top-nav .dropdown a {
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: 7px 10px;
	color: #767777;
	text-decoration: none;
	background-color: #ffffff;*/
	/*box-shadow: inset 0 0 1px #767777;*/
	/*border: 0;
	border-top: 0;
}

    .top-nav .dropdown a i {
        font-size: 0.9em;
        
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fad91c;
    }

.panel-default .panel-heading, .panel-default .panel-footer {
	background-color: silver;
	color: #333;
}

.text-icon {
    margin-bottom: 0px;
    overflow: hidden;
}


.text-icon h3 {
    font-weight:normal;
}

.modal-content modalPanel, .modal {
    z-index: 9999999999 !important;
}


.form-control {
    display: block;
    border-radius: 30px;
    width: 100%;
    height: 45px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #010101;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebe9e5;*/
    /*border-radius: 4px;*/
    /*box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea.form-control, select.form-control {
    border-radius: 30px;
}

.top-nav {
    z-index: 999;
}














































.Tam11em {
    font-size: 1.1em;
}
.Tam13em {font-size:1.3em !important;}
.Tam14em {font-size:1.4em;}
.Tam15em {font-size:1.5em;}
.Tam16em {font-size:1.6em;}
.Tam2em {font-size:2em; line-height:1.2em;}
.Tam15 {font-size:15px;}
.Tam16 {font-size:16px;}
.Tam18 {font-size:18px;}
.Tam20 {font-size:20px !important;}
.Tam21 {font-size:21px;}
.Tam22 {font-size:22px;}
.Tam23 {font-size:23px;}
.Tam25 {font-size:25px !important;}
.Tam30 {font-size:30px;}
.Tam35 {font-size:35px;}
.Tam60 {font-size:60px;}

.Blanco {color:#FFFFFF !important;}
.Negro {color:#000000 !Important;}
.Verde {color: #35af8d !important;
}
.VerdeOscuro {color:#00467c !Important;}
.Gris {color:#767777 !Important;}
.Rojo {color:red;}
.Morado {color:#00467c;}
.ColorNormal {color:#666;}
.ColorError {color:#C9302C;}
.SemiNegrita {font-weight:400;}
.Negrita {font-weight:bold;}
.AzulClaro {
    color: #5cc3e9 !important;
}
.AzulOscuro {
    color: #2d6a92 !Important;
}
.AmarilloOscuro {
    color: #fad91c !important;
}

.MarginRight0 {margin-right:0px;}
.MarginRight5 {margin-right:5px;}
.MarginRight10 {margin-right:10px;}
.MarginRight20 {margin-right:20px;}
.MarginRight50 {margin-right:50px;}

.MarginLeft100 {margin-left:100px;}
.MarginLeft90 {margin-left:90px;}
.MarginLeft70 {margin-left:70px;}
.MarginLeft60 {margin-left:60px;}
.MarginLeft50 {margin-left:50px;}
.MarginLeft40 {margin-left:40px;}
.MarginLeft25 {margin-left:25px;}
.MarginLeft20 {margin-left:20px;}
.MarginLeft10 {margin-left:20px;}
.MarginLeft0 {margin-left:0px;}

.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;}
.MarginTop60 {margin-top:60px;}
.MarginTop70 {margin-top:70px;}
.MarginTop100 {margin-top:100px !important;}
.MarginTop110 {margin-top:110px;}

.MarginBottom0 {margin-bottom:0px;}
.MarginBottom5 {margin-bottom:5px;}
.MarginBottom10 {margin-bottom:10px !Important;}
.MarginBottom20 {margin-bottom:20px !important;}
.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;}

.MarginAuto{ margin:0 auto !important;}
.BorderBottom0 {border-bottom:0px;}

.padding5 {padding:5px;}
.padding7 {
    padding: 7px;
}
.Padding20 {
    padding: 20px;
}
.PaddingLeft0 {padding-left:0px;}
.PaddingLeft15 {padding-left:15px;}
.PaddingLeft20{ padding-left:20px;}
.PaddingLeft30 {padding-left:30px;}

.PaddingTop10 {padding-top:10px;}
.PaddingTop20 {padding-top:20px;}
.PaddingTop30 {padding-top:30px;}
.PaddingTop40 {padding-top: 40px;}
.PaddingTop90 {padding-top:90px;}


.PaddingRight0 {padding-right:0px;}
.PaddingRight30 {padding-right:30px;}

.PaddingBottom0 {padding-bottom:0px;}
.PaddingBottom5 {padding-bottom:5px;}
.PaddingBottom10 {padding-bottom:10px;}
.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;}

.FloatLeft{
    float:left;
}
.displayFlex {
    display: flex;
    flex-wrap: wrap;
}

.BtnMenuHomeVerde img {
    border-radius: 100%;
    max-height: 100px;
    border: solid 1px #35af8d;
    padding: 5px !important;
    margin: 0 5px;
}
#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:992px) and (max-width:1200px) {
    .top-nav .dropdown a{
        font-size:16px;
    }
}
@media (min-width:700px) and (max-width:1000px) {*/
    /*.dropdown .fa {display:none !Important;}*/
    /*.navbar-default .navbar-nav > li > a {font-size:14px}
    .navbar-default .navbar-nav > li.MenuSimple > a {
	    padding-left: 8px;
	    padding-right: 8px;
    
    }

}

.btn-ar {
    border-radius: 2px;
    font-size: 16px !important;
}

.FondoSection {
    background: #fcf9f4;
}
.FondoSectionInicio {
    background: #fff5c2;
    z-index: 999;
    position: relative;
}
.bgFondoIncio {
    background-image: url('../../Imagenes/Paginas/FondoIncio.png');
    background-position: bottom;
    background-size: cover;*/
    /*width: 1903px;*/
    /*left: 0px;
    position: relative;
    min-height: 100px;
    top: 65px;
}
.bgFondoIncio2 {
    background-image: url('../../Imagenes/Paginas/FondoIncio2.png');
    background-position: bottom;
    background-size: cover;*/
    /*width: 1903px;*/
    /*min-height: 100px;
}

.bgFondoDermaContenidos1 {
    background-image: url('../../Imagenes/Paginas/FondoDermaContenidos1.png');
    background-position: bottom;
    background-size: cover;
    width: auto;
    left: 0px;
    position: relative;
    min-height: 110px;
    top: 0;
}

.bgFondoDermaContenidos2 {
    background-image: url('../../Imagenes/Paginas/FondoDermaContenidos2.png');
    background-position: bottom;
    background-size: cover;*/
    /*width: 1903px;*/
    /*min-height: 100px;
}


.FondoCasosClinicos {
    background: #fff;
}

.dvPresentacion {
    min-height:600px;
    position:relative;*/
    /*display:flex;*/
/*}
.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;}
.LinkNegro {color:#000000 !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;}
}

.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: #00467c;
}

.section-title {
    color: #5cc3e9;
}

.bxslider-controls .bx-prev, .bxslider-controls .bx-next {
    background-color: #35af8d;
    padding: 2px 0px;
}

    .bxslider-controls .bx-prev:hover, .bxslider-controls .bx-next:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
        h4 {
    font-size: 1.2em;
}

.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:#767777;
    }

.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;
}
.dvBtnPresentacion{
    font-size:24px !important;
}
.MenuIdioma {
    padding-right: 15px;
    padding-top: 15px;
}



.dvPersonaTitulo {
    font-weight: normal;
    text-transform: uppercase;
    color: #2d6a92;
    line-height: 100%;
    font-size: 2em;
    margin: 3%;
    padding: 0 3%;*/
    /* background-color: #fff;*/
    /*display: inline-block;*/
    /*position: relative;
    z-index: 1;
    font-family: KGPrimaryPenmanshipAlt;
    letter-spacing: 2px;
}
.dvPersonaTitulo .brSeparador {
    border-bottom: #C8C8C8 2px solid;
}

.dvPersonaTitulo .h2Separador {
    position: absolute;
    left: 0;
    top: 40%;
    display: block;
    z-index: 0;
    width: 100%;
}

.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, .dvProdDest .btn-default {
        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, .dvProdDest .btn-default {
            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, .dvProdDest .btn-default {
            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, .dvProdDest .btn-default {
            font-size: 22px;
        }
}


.TituloActualidad {font-size:50px; letter-spacing:15px;}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.Paginado {color:#00467c; 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=90);
	opacity:0.9;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #d3effa;
    color: #2d6a92;
}

.acceso_cuenta {
    border-left: 1px solid #000;
    margin-left: -1px;
}
.paEmerg400 {width:400px;}
.paEmerg500 {width:500px;}
.paEmerg600 {width:600px;}
.paEmerg650 {width:650px;}
.paEmerg850 {width:850px;}
.paEmerg90Porc {width:90%; height:90%}
.paEmerg95Porc {width:95%; height:95%}
@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: #2d6a92;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 1px;
}

.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;
}

.BtnMenuHomeAmarilloOscuro i {
    font-size: 0.9em;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fad91c;
    margin-right: 5px;
}

.animatedSlider
{
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ulObjetivos {
    list-style-image: url("../../Imagenes/objetivos.png");
}

.ulObjetivosCuadro {
    list-style-image: url("../../Imagenes/objetivosCuadro.png");
}

.ulObjetivosBlancos {
    list-style-image: url("../../Imagenes/objetivosBlanco.png");
}


.ulObjetivosBlancos li {
    color:white;
}

    .ulObjetivos li, .ulObjetivosCuadro li, .ulObjetivosBlancos li {
        text-align:left !important;
    }

.homeTitulo {
    color: #00467c;
    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: #00467c;
	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: 150px;}
}

.header-full-title p {
    text-align:left;
}

.trTablaCab td {background-color:#00467c; 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 {
}

.dvDestinoLinkInternoInicio {
    background-color: #fff5c2;
}

.dvDestinoLinkInterno::before {
}
.dvDestinoLinkInterno {
    background: #fcf9f4;
}
@media (min-width:700px) {
    .dvDestinoLinkInterno::before {
        display: block;
        content: " ";
        margin-top: -150px;
        height: 100px;
        visibility: hidden;
        pointer-events: none;
    }
    .dvDestinoLinkInternoInicio::before {
        display: block;
        content: " ";
        margin-top: -20px;
        height: 155px;
        visibility: hidden;
        pointer-events: none;
    }
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    
    color: #2d6a92;
    background-color: #fad91c;
    border-radius: 10px;
    border: 2px solid #fad91c;
   
}
.dvGrupoHome {
    border: solid 1px silver;
    border-radius:30px;
}

.dvGrupoHomeTitulo {
    border-bottom: solid 5px #00467c;*/
    /*background-image: linear-gradient(to right, #e9bf69, #00467c);*/
    /*margin-top: 5px;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 35px;
}

.dvTituloHome {*/
   /* border-bottom: solid 1px #35af8d;*/
    /*font-family: CotugnoScript-Regular;
    font-size: 3em;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
    padding-block-end: 50px;
    margin-block-start: 35px;
}

.slogan {
    font-size: 27px;
    font-weight: 500;
    font-family:inherit;
}
.liMenuResaltado a {
    border: solid 1px #00467c !important;
    padding: 6px 7px 5px 7px !important;
    margin: 10px 3px 10px 3px !important;
}

    .liMenuResaltado:hover a, .liMenuResaltado a:hover {
        border: solid 1px #00467c !important;
        padding: 6px 7px 5px 7px !important;
        margin: 10px 3px 10px 3px !important;
    }

.BarraSup {*/
    /*background-image: url("../../Imagenes/Paginas/FranjaColores.jpg");
    background-size: 100% auto;*/
    /*background-color: #dc9906;
    min-height: 40px;
    width: 100%;
    padding: 0px 0px 5px 0px;
}

.BotonDesconectar {
    background-color: white;
    padding: 3px 5px;
    margin-left: 10px;
    border: solid 1px black;
    font-size: 15px;
    text-decoration:none;
}

.TextDecoNone {
    text-decoration:none !Important;
}


.dvMarcoVirus1 {
    background-color: #fff9bc;
}


.dvMarcoVirus2 {
    background-color: #fffbd5;
}

.tdVirus {
    border-right: solid 1px #ffe9d7;
    padding: 10px;
    text-align: center;
}

.dvVirusBloque {
    display:inline-block;
    width:33%;
    padding: 10px;
    text-align: center;
}



.dvVirusTitulo {
    margin-bottom:10px;
    min-height: 110px;
    font-size:21px;
    line-height:1.2;
}

.dvVirusImg {
    padding: 20px 20px 10px 20px;
}

.dvVirusFecha {
    color:red;
    font-style:italic;
}

@media (min-width:501px) and (max-width:1000px) {
    .dvVirusBloque {
        width: 48%;
    }
}

@media (max-width:500px) {
    .dvVirusBloque {
        width: 95%;
    }

    .dvVirusTitulo {
        min-height: 10px;
    }
}


.dvBibliografia {
    margin-bottom:20px;
    font-style:italic;
}



.dvVideoAviso {
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 100px;
}


.dvMenuLateral {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: fixed;*/
    /* top: 50px; */
    /*height: 97vh;
    background-color: #00467c;
    padding: 5px 5px 5px 5px;*/
    /* border-bottom-left-radius: 10px; */
    /* border-top-left-radius: 10px; */
    /*text-align: center;
    border-radius: 45px;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 99;
}
    .dvMenuLateral div {
        margin: 5px 10px;
        display: inline-block;
    }

    .dvMenuLateral a, .dvMenuLateral a:hover, .dvMenuLateral a:visited, .dvMenuLateral a:active {
        margin: 1px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size:16px;
    }*/

/*@media (max-width:830px) {
    .dvMenuLateral div {
        margin: 5px;
    }
    .dvMenuLateral a, .dvMenuLateral a:hover, .dvMenuLateral a:visited, .dvMenuLateral a:active {
        margin: 5px;
        font-size: 18px;
    }
}*/


/*.dvObjetivo {
    border: solid 1px #00467c;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    margin-bottom:20px;
}

.dvObjetivoTitulo {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: bold;
    font-size: 25px;
    background-color: #00467c;
    color: white;
    padding: 5px;
}

.dvObjetivoCuerpo {
    padding: 20px;
    min-height: 120px;
}

.dvMarcoDirector {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}

    .dvMarcoDirector img {
        border-radius: 100%;
        max-height: 140px;
        margin-bottom: 10px;
        border: solid 1px #00467c;
        padding: 5px;
    }

.dvMarcoDirectorNombre {
    margin: auto;
    background-color: #dc9906;
    border-radius: 8px;
    padding: 10px;
    max-width: 350px;
}

.dvMarcoDirectorNombreNombre {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.dvMarcoDirectorNombreCargo {
    font-size: 15px;
    text-align: center;
    color: white;
}


@media (min-width:600px) {
    .dvMarcoDirectorNombre {*/
        /*width: 350px;*/
    /*}
}


.dvTitulo {
    text-transform: uppercase;
    text-align: center;
    color: #00467c;
    border-bottom: solid 2px #00467c;
    font-size: 25px;
    margin-bottom: 10px;
}

.dvMargenMenuLateral {
}

.dvCasoDisponibilidad {
    font-size: 18px;
    text-align: center;*/
    /*color: black;*/
    /*height:30px;
    margin-bottom:20px;
}

.dvCasoFoto {
    padding: 15px 25px;
    text-align: center;
}

    .dvCasoFoto img {
        border-radius: 5px;
        border: solid 1px #3570aa;
        padding: 5px;*/
        /*margin: 0px 10px;*/
    /*}

.dvCasoNombre {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom:1em;
    color: #ffffff !important;
    height:90px;
}

.dvCasoNombreEdad {
    font-size:18px;
    font-weight:normal;
}

.dvCasoDetalles {
    text-align: center;
    margin: 0% 15%;
     display: none; 
    border: solid 1px #dc9906;
    padding: 5px;
    border-radius: 5px;
    background-color: #dc9906;
    color: white;
}

.dvCaso .dvCasoFoto img {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
    transition: transform .2s;
}*/

/*.dvCaso:hover .dvCasoFoto img {
    transform: scale(1.1);
}*/

/*.dvCasoPlay img {
    box-shadow: none !important;
    border-radius: 0px !important;
    border-width: 0px !important;
    position: relative;
    top: -50px;
    z-index: 9999;
    width: 70px;
    left: +15px;
}

.dvCaso:hover .dvCasoPlay img {
    transform: scale(1.3) !important;
    transition: transform .5s;
}

.dvCaso .dvCasoDetalles {
    transform: scale(1.1);
}

.dvCaso:hover .dvCasoDetalles {
    display: block;
}

.dvCasoTexto {
    position:relative;
    top:-40px;
}
.dvCasoPosicion {
   position:relative;
   height:330px; 
   margin: 1% 8% 0 10%;
}


.dvPersonaFoto {
    padding: 15px;
    text-align: center;
}

    .dvPersonaFoto img {*/
        /*border-radius: 100%;*/
        /*max-height:150px;*/
        /*border: solid 1px #dc9906;*/
        /*padding: 5px;*/
        /*margin: 0px 10px;*/
    /*}

.dvPersonaFotoMargen {
    padding: 15px 25px 15px 25px;
    float: left;
}

    .dvPersonaFotoMargen img {
        border-radius: 100%;
        width: 100px;
        height: 1px;
        border: solid 0px #dc9906;
        padding: 5px;
        margin: 0px 10px;
    }

.dvPersonaTexto1, .dvPersonaTexto2, .dvPersonaTexto3, .dvPersonaTexto4, .dvPersonaTexto5 {
    margin-bottom: 30px;
    height: auto;
    vertical-align: top;
    display: block;
    margin-top: 30px;
}


.dvPersonaNombre {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dvPersonaCargo {
    font-size: 18px;
    text-align: center;
    margin: 5px 5px;
}
.dvFondoComite {
    background-color: rgb(255 255 255 / 80%);
    padding: 10px;
    min-height: 450px;
    height: 540px;
}

.Serparador {
    border: 1px solid #024d96;
    max-width:60px;
}

.dvPersonaGrande .dvPersonaFoto img {
    max-height: 120px;
    margin: 0px;
}

.dvPersonaGrande .dvPersonaFotoMargen img {
    width: 120px;
    margin: 0px;
}


.visible-movil {display:none!important;}
@media (max-width:550px){
.hidden-movil{display:none!important}
.visible-movil {display:block!important;}
}
@media (max-width:490px){.hidden-xxs{display:none!important}}

.dvLineaListado {
    margin-bottom:10px;
}

    .dvLineaListado i {
        margin-top:5px;
        float:left;
    }

    .dvLineaListado div {
        margin-left:30px;
    }

.dvAcreditacionTop {
    float: right;
    position: absolute;*/
    /*width: 100%;*/
    /*z-index: 999;*/
    /* 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: 0px 10px;*/
        /*border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;*/
        /*text-align: center;
        line-height: 14px !important;
    }

    .dvAcreditacionTop a, .dvAcreditacionTop a:hover, .dvAcreditacionTop a:visited, .dvAcreditacionTop a:active {
        margin: 5px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
    }

@media (min-width: 1400px) {
    dvAcreditacionTop {
        float: right;
        position: absolute;*/
        /*width: 100%;*/
        /*z-index: 999;
        pointer-events: none;
        top: 50px;*/
        /*border-bottom-left-radius: 10px; 
         border-top-left-radius: 10px;*/ 
    /*}
    }

    @media (min-width: 1200px) {
        .dvAcreditacionTop {
            float: right;
            position: absolute;*/
             /*width: 100%;*/ 
            /*z-index: 999;*/
             /*top: 50px;*/ 
            /* border-bottom-left-radius: 10px; */
            /* border-top-left-radius: 10px; */
            /*right: 0;*/
            /*font-size: 14px !important;
        }
    }


    .liMenuResaltado a {
        border: solid 1px #00467c !important;
        padding: 6px 6px 5px 6px !important;
        margin: 10px 2px 10px 2px !important;
    }

        .liMenuResaltado:hover a, .liMenuResaltado a:hover {
            border: solid 1px #00467c !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: #6dbfea;
        border-radius: 5px 20px 5px;
        border-color: #6dbfea;
    }

    .sidenavCab {*/
        /*background-color: #00467c;*/
    /*}

    .sidenav {
        margin-bottom: 40px;*/
        /*margin-top: 15px;*/
        /*border: solid 1px #00467c;*/
        /*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: 17px;
            color: #00467c;
            border-left: solid 0px #FFFFFF;*/
            /*background-color: #00467c;*/
            /*border: solid 1px #00467c;*/
            /*display: block;
            transition: 0.3s;
            line-height: 27px;
        }

            .sidenav a:hover, .sidenavSel {
                color: #000000;
                border-left: solid 0px #00467c !important;
                background-color: #dc9906;*/
                /*box-shadow: inset -2rem 0 2rem -2rem rgba(151,201,75,.70)*/
                /*background-color: #FFFFFF;*/
                /*border: solid 1px #00467c;*/
            /*}

        .sidenav .closebtn {
            font-size: 36px;
            padding: 0px 15px 0px 15px;
            margin-left: 200px;
            background-color: #00467c;
            border: solid 1px #00467c;
            color: #FFFFFF;
            display: none;
        }

            .sidenav .closebtn:hover {
                background-color: #FFFFFF;
                color: #00467c;
            }

    .sidenavSel {
        color: #000000 !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: #000000;
    }


    .sidenavPadre {
        border-bottom: solid 1px #00467c;
        margin-top: 15px;
    }


    .sidenavNoSel, .sidenavNoSel:hover, .sidenavNoSel:active, .sidenavNoSel:visited {
        color: #00467c !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: #00467c !important;
        }

    .dvMenuSupInf {
        color: #00467c;
        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(172, 197, 67,.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;
    border: solid 1px #082a50;
    background-color:white;
}

    .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(151, 201, 75,.5);
    }

        .dvElementoSlider img {
            max-width: 100%;
        }

    .dvElementoSliderTitulo {
        font-size: 23px;
        color: #00467c;
        position: relative;
        top: -10px;
    }

    .dvElementoSliderContador {
        margin: auto;
        color: gray;
        text-align: center;
        width: 100%;
        text-align: right;
    }

    .dvElementoSliderPasos {
        margin: auto;
        color: #FFFFFF;
        background-color: #00467c;
        text-align: center;
        padding: 5px 30px;
        display: inline;
        position: relative;
        top: -20px;
    }

    @media (max-width:990px) {
        .dvElementoSlider {
            width: 70%;
        }
    }

    .dvPDFIndice {
        float: right;
    }

        .dvPDFIndice .btn-sm {
            padding: 0px 10px;
            margin-bottom: 10px;
        }


    .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: #00467c;
        color: white;
        margin-top: 20px;
        cursor: pointer;
        cursor: hand;
        padding: 15px 10px 15px 20px;
        border-radius: 8px;
    }


    .paIndiceCabecera {
        background-color: #00467c;
        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 #00467c;
        border-right: solid 1px #00467c;
    }

        .paIndiceCuerpo i {
            position: relative;
            top: +4px;
        }

    .paIndiceCabeceraInicio {
        background-color: #00467c;
        margin-top: 20px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 10px;
    }

    .paIndiceCuerpoFin {
        background-color: #00467c;
        height: 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .dvIndiceNumeroModulo {
        color: yellow;*/
        /*margin-left: 25px;*/
        /*margin-bottom: 12px;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
    }

    .dvIndiceNumeroModuloFechas {
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        line-height: 1.2;
    }

    .dvIndiceTituloCab {
        font-size: 18px;
        font-weight: 500;
    }

    .dvIndiceTituloCabAutores {
        font-size: 16px;
        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 #00467c;
    }


    .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 #00467c;
    }

    .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: #00467c;
    }

    .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: #00467c !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 #00467c;
            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 #00467c;
            border-bottom: solid 1px #e5e5e5;
            border-left: solid 1px #e5e5e5;
            border-right: solid 1px #e5e5e5;
        }

    .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;
    }

        .dvMarcoDirector div {
            text-align: center !important;
        }


        .dvMarcoDirector img {
            border-radius: 100%;
            max-height: 140px;
            margin-bottom: 10px;
            border: solid 1px #35af8d;
            padding: 5px;
        }

.dvMarcoDirectorNombre {
    margin: auto;
    background-color: transparent;
    border-radius: 8px;
    padding: 10px;
    max-width: 350px;
}

    .dvMarcoDirectorNombreNombre {*/
        /*font-family: 'karbon' !important;*/
        /*font-size: 18px !important;
        font-weight: bold !important;
        text-align: center !important;
        color: #35af8d !important;
    }

    .dvMarcoDirectorNombreCargo {*/
        /*font-family: 'karbon' !important;*/
        /*font-size: 15px !important;
        text-align: center !important;
        color: #000 !important;
        line-height: 1.5em !important;
    }


.dvPersonaFoto {
    padding: 5px;*/
    /*float: left;*/
/*}

    .dvPersonaFoto img {
        border-radius: 100%;
        max-height: 100px;*/
        /*border: solid 1px #35af8d;*/
        /*padding: 5px;
        margin: 0px 5px;
        background-color: #cce4f5;
    }

.dvPersonaTexto {
    padding-top: 15px;
    height: auto;
    vertical-align: middle;
    display: table-cell;
}
 

        @media (min-width:600px) {
            .dvMarcoDirectorNombre {*/
                /*width: 350px;*/
            /*}
        }

        .dvCalendario {
        text-shadow: none;
        width: 80%;
        margin: auto;
    }

    .dvCalendarioModulo {
        background-color: #2d4568;
        padding: 5px 5px 0px 5px;
        text-align: center;
        margin: 0px 10px;
    }

    .dvCalendarioTitulo {
        background-color: #2d4568;
        padding: 5px;
        text-align: center;
        margin: 0px 10px;
        font-weight: bold;
        color: #43c7ff;
        font-size: 22px;
    }

    .dvCalendarioCuerpo {
        border: solid 1px #00467c;
        padding: 15px;
        margin: 0px 10px;
        background-color: white;
    }

    .dvCalendarioCuerpoTitulo {
        color: #2d4568;
    }

    .dvCalendarioCuerpoLugar {
        color: #727272;
        font-size: 16px;
    }

    .dvCalendarioCuerpoDoctor {
        color: #000000;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .dvCalendarioFlechaIzq {
        left: 20px !important;
        background-color: #00467c !important;
        width: 50px !important;
        height: 50px !important;
        top: +100px !important;
        position: relative;
    }

    .dvCalendarioFlechaDer {
        background-color: #00467c !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: #2d4568;
        position: relative;
        top: -20px;
    }


    .wrap-hero {
        background-image: none !important;
        background-color: transparent !important;
    }

    .divIndiceAreas {
        background-color: #fff;
        color: #00467c;
        margin-top: 20px;
        cursor: pointer;
        cursor: hand;
        padding: 15px 10px 15px 20px;
        border-radius: 8px;
        border: 1px solid #00467c;
        text-align: center;
        font-weight: 500;
    }

        .divIndiceAreas:hover {
            background-color: #00467c;
            color: #fff !important;
        }

    .lnkIndiceAreas {
        text-decoration: none !important;
    }

        .lnkIndiceAreas:hover {
            text-decoration: none !important;
        }

    .ifrCertificadoVistaPrevia {
        border: solid 1px gray !Important;
    }


    .padding30 {
        padding: 30px;
    }


    .carousel-inner {
        max-width: 100%;
        position: relative;
        top: -50px;
    }

    .carousel-control {
        position: sticky;
        width: 50px;
        height: 50px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        filter: alpha(opacity=80);
        opacity: .8;
        background-color: #dc9906;
        z-index: 999;
        display: inline-block;
        font-size: 35px;
        border-radius: 50pt;
        top: +30px;
    }

        .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 i {
            top: +3px;
            position: relative;
            font-size: 40px;
        }

        .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: #00467c;
        border: 1px solid #00467c;
        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;
    }

    .btn-pdf {
        color: #fff;
        background: linear-gradient(to bottom, #2aace1 5%, #aa2657 100%) !Important;
        background-color: #aa2657 !Important;
        border-color: #aa2657 !Important;
    }

        .btn-pdf:hover {
            color: #fff;
            background: linear-gradient(to bottom, #aa2657 5%, #2aace1 100%) !Important;
            background-color: #2aace1 !Important;
            border-color: #2aace1 !Important;
        }




    .dvCarouseItem {
        height: 255px;
        font-size: 30px;
        padding-top: 40px;
        vertical-align: middle;
        display: table-cell;
        text-transform: uppercase;
        font-weight: bold;
    }

    @media (max-width: 920px) {
        .dvCarouseItem {
            padding-top: 30px;
            height: 200px;
        }
    }


    .dvEspacioSup {
        height: 52px;
    }


    .dvCasoLogo {
        margin-top: 5px;
    }

        .dvCasoLogo img {
            height: 70px;
        }

    .dvCasoTitulo {
        font-size: 30px;
        font-weight: bold;
        color: #00467c;
        text-align: center;
        position: relative;
        top: -30px;
    }

        .dvCasoTitulo span {
            color: #dc9906;
            font-size: 55px;
            position: relative;
            top: +10px;
            margin: 0px 10px;
        }


    @media (max-width: 620px) {
        .dvCasoTitulo span {
            display: none;
        }

        .dvCasoTitulo {
            top: 0px;
        }
    }


    .dvCasoInterno {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.dvCasoSubMenu {
    background-color: #343434;*/ /*#00467c;*/
    /*padding: 3px 0px;
    text-align: left;
}

        .dvCasoSubMenu div {
            margin: 3px 10px;
        }

        .dvCasoSubMenu a {
            text-decoration: none;
            color: white;
            font-size: 12px;
        }

            .dvCasoSubMenu a:hover {
                text-decoration: none;
                color: #343434;
                font-size: 12px;
                background-color:white;
            }


    .dvInlineBlock100Porc {
        display: inline-block;
        width: 100%;
    }

.dvFondoInicio {
    background-color: rgb(255 255 255 / 85%);
    padding: 20px 10px;
    border-radius: 6px;
    min-height: 140px;*/
    /*color: #010101;*/
/*}

.dvCasoDescripcion {
    font-size: 16px;
}


.dvFondoMetodologiaTexto {
    background-color: rgb(2 76 149 /80%);
    padding: 1.5em;
    height: 313px;
    color: #ffffff !important;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0px !important;
    width: 100%;
}

    .dvMetodologia {
        background-color: #024d96;
        padding: 1.5em;
        margin-top: 15px;
    }
    .MenuSimple{
        margin-right:10px !important;
    }

@media(min-width: 768px) and (max-width: 992px) {
    .dvCasoDisponibilidad {
        font-size: 12px;
        text-align: center;*/
        /* color: black; */
        /*height: 30px;
        margin-bottom: 20px;
    }

        .dvCasoNombre {
            font-size: 15px;
            padding-bottom: 1.5em;
        }
    .dvCasoNombreEdad {
        font-size: 14px;
        font-weight: normal;
    }
    .dvFondoMetodologiaTexto {        
        padding: 1em !important;
    }
    .dvBtn{
        font-size:11px !important;
    }
    }
.ImagenCabecera{
    margin-right:20px;
    float:left;
}
.containerMenu {*/
    /*padding-right: 15px;
    padding-left: 15px;*/
    /*margin-right: auto;
    margin-left: auto;
   
}
@media (min-width: 1200px) {
    .containerMenu {
        width: 1170px;
    }
}
@media (min-width:700px) and (max-width:1000px) {*/
    /*.dropdown .fa {display:none !Important;}*/
    /*.navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }

    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .MenuSimple {
        font-size: 14px !important
    }   
}

@media(min-width: 1200px) and (max-width: 1400px) {
    .navbar-nav {
        float: left !important;
        margin-right: 30px;
    }
    .containerMenu {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .containerMenu {
        width: 930px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .MenuSimple {
        font-size: 13px !important
    }

    .dvCasoNombre {
        font-size: 18px;
    }
    .dvCasoPosicion {
        position: relative;
        height: 330px;
        margin: 1% 0 0 8%;
    }
}
@media(min-width:768px) and (max-width:992px){
    .containerMenu {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .top-nav .dropdown a {
        font-size: 14px;
    }
    .MenuSimple {
        margin-right: 5px !important;
        font-size: 11px !important;
    }
    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .dvCasoPosicion {
        position: relative;
        height: 330px;
        margin: 1% 5% 0 8%;
    }
    
}
@media(min-width:465px) and (max-width:768px){
    .dvCasoNombre {
        font-size: 20px;
        padding-bottom: 1em;
    }
    .dvCasoDescripcion{
        font-size:14px;
    }
}

@media(max-width:465px){
    .dvCasoNombre {
        font-size: 18px;
        padding-bottom: 1em;
    }

    .dvCasoDescripcion {
        font-size: 14px;
    }

}*/
/*  and (max-width:858px){
    .containerMenu {
        width: 700px;
        margin: 0;
        padding-right: 0;
        padding-left: 5px;
    }
    .navbar-default .navbar-nav > li.MenuSimple > a {
        padding-left: 3px;
        padding-right: 3px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
    .MenuSimple{
        font-size:10px !important;
        margin-right:5px !important;
    }
    .ImagenCabecera{
        margin-right:0px !important;
    }
    .dvAcreditacionTop {
        float: right;
        position: absolute;       
        z-index: 999;        
        right: -8px;
    }
}*/
/*.dvFondoMetodologia {
    background-color: #fcf9f4;
}
.dvInicioVideo {
    background: url('../../Imagenes/logo_blanco.mp4');
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}*/

/* Video Parallax Section*/
/*.ParallaxVideo {
    height: 830px;
    padding-bottom: 50px;
    padding-top: 50px;
}

    .ParallaxVideo video {
        min-width: 300px;
        position: fixed;
        top: 60px;
        z-index: -9999;
        max-width: 100%;
        height: 356px;
        height: auto;
        width: 100%;
    }

   

@media (max-width: 767px) {
    .navbar-default .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent ;
        padding: 0 !important;
    }
    .dvCasoFoto img {
        
        margin: auto;
    }
}*/


/****************** MODULOS ************************/
/*.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}

.timeline-steps .timeline-step1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin:1em;
}

.u-section-1 .u-list-1 {
    width:12em;*/
    /* margin: -854px auto 0 0; */
/*}
.u-list:not(.u-repeater), .u-blog:not(.u-repeater), .u-products:not(.u-repeater) {
    display: flex;
    flex-direction: column;
}
section > *, header > *, footer > *, .u-sheet > * {
    position: relative;
}
.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex: 1;
}
.u-section-1 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-gap: 20px 20px;
    min-height: 320px;
    grid-auto-columns: 100%;
}
.u-repeater {
    display: grid;*/
    /*grid-template-columns: repeat(3, 33.33333333%);*/
/*}
.u-section-1 .u-list-item-1 {
    background-image: none;
    margin-top: 00px;
    margin-bottom: 0;
}
.u-white, .u-body.u-white, .u-container-style.u-white:before, .u-container-layout.u-white:before, .u-table-alt-white tr:nth-child(even) {
  
    background-color: #ffffff;
    
    border-radius: 30px;
}
.u-repeater-item {
    display: flex;
    position: relative;
    min-height: 300px;
}
.u-align-center {
    text-align: center;
}
.u-section-1 .u-container-layout-1 {
    padding: 2px 17px;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}
.u-section-1 .u-text-1 {
    font-size: 4.0625rem;    
    margin: 8px auto 0;
    color: #35af8d ;
}

.u-text {
    word-wrap: break-word;
    position: relative;
    color: #5cc3e9;
    min-height: 70px;
    font-family: 'KGPrimaryPenmanshipAlt';
}
.u-text-default {
    display: block;
    align-self: flex-start;
}
.u-section-1 .u-text-2 {
    font-size: 1em;
    line-height: 1.2;
    margin: 10px 13px 0;
    min-height:100px;
}
.u-text-body-color, a.u-button-style.u-text-body-color, a.u-button-style.u-text-body-color[class*="u-border-"] {
    color: #111111 !important;
}


.u-border-2 {
    border-bottom: 2px solid #2d6a92 !important;
    color: #2d6a92 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: normal;
    margin: 10px 50px;
    padding: 0;
}

@media(min-width:768px) and (max-width:992px){
    .u-section-1 .u-text-2 {
        font-size: .8em;
        line-height: 1.8;
        margin: 27px 13px 0;
        min-height: 80px;
    }
}
.u-section-1 .u-icon-1 {*/
    /*width: 45px;
    height: 45px;*/
    /*color: rgb(71, 138, 201) !important;*/
    /*margin: 4px 29px 0 auto;*/
/*}
.u-section-1 .u-btn-1 {
    border-style: none none solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: normal;
    margin: 21px auto 0;
    padding: 0;
}*/

/**********TIME LINE HORIZONTAL **********************************/

/*.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
    /*display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    list-style: none;
    display: inline-flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    height: 500px;*/
/*}

    .timeline-steps:before {
      
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    
}*/

    /*.timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1em;
        
    }*/
    /*.timeline-steps .timeline-content:nth-child(2n) {
        align-self: flex-end;
    }

        @media (min-width:768px) {
            .timeline-steps .timeline-step:not(:last-child):after {
                content: "";
                display: block;
                border-top: 0.25em dotted #c8c8c8;
                width: 9em;
                position: absolute;
                left: 15.5em;
                top: 0.3125em;
            }

            .timeline-steps .timeline-step:not(:first-child):before {
                content: "";
                display: block;
                border-top: 0.25em dotted #c8c8c8;
                width: 7.8125em;
                position: absolute;
                right: 16.5em;
                top: 0.3125em;
            }

           
}

.timeline-steps .timeline-content {
    width: 13em;
    text-align: center;
    align-self: flex-start;
}

    .timeline-steps .timeline-content .inner-circle {
        border-radius: 1.5em;
        height: 1em;
        width: 1em;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #2d6a92;
    }

.timeline-steps .timeline-content:nth-child(2n) {
    align-self: flex-end;
}
        .timeline-steps .timeline-content .inner-circle:before {
            content: "";
            background-color: #cbd1de;
            display: inline-block;
            height: 3em;
            width: 3em;
            min-width: 3em;
            border-radius: 6.25em;
            opacity: .5
        }
.timelineText {
    font-weight: 700;
    color: #2d6a92;
    font-size: 20px;
}

.dvFichaNumPodcast {
    margin-bottom:20px;
}

.dvFichaTitulo {
    margin-top: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #2d6a92;
}

.dvFichaAutor {
    margin-top: 10px;
    display: block;
}

.dvFichaAutorImagen {
    float: left;
    border: solid 1px #35af8d;
    background-color: white;
    padding: 5px;
    border-radius: 150px;
}

    .dvFichaAutorImagen img {
        border-radius: 100%;
        max-height: 110px;
        margin-bottom: 0px;
        border-radius: 150px;
    }

.dvFichaAutorNombre {
    margin-left: 120px;*/
    /*background-color: #ffdf3f;*/
    /*border-radius: 8px;
    padding: 10px;
    max-width: 350px;
}

.dvFichaAutorNombreNombre {
    font-size: 18px;
    font-weight: bold;
}

.dvFichaAutorNombreCargo {
    font-size: 15px;
    height: 86px;
}

.dvFichaInfo {
    margin-top: 10px;
}

    .dvFichaInfo li {
        font-style: italic;
        margin-bottom: 5px;
    }

.dvFichaReproductorTitulo {
    font-weight: bold;
    margin-bottom: 5px;
}


.dvContenido {
    height: 150px;
    margin-top: -150px;
}

    .EnFicha {
        box-shadow: 0 0.1rem 1rem rgba(0, 0, 0,.5);
    }

.dvFondoComiteAzulClaro {
    background-color: #5cc3e9;
    border-radius: 100%;
    padding: 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}
.dvPersonaTexto1 svg, .dvPersonaTexto1 svg1 {
    fill: #5cc3e9;
}
.dvPersonaTexto2 svg, .dvPersonaTexto2 svg1 {
    fill: #fad91c;
}
.dvPersonaTexto3 svg, .dvPersonaTexto3 svg1 {
    fill: #2d6a92;
}
.dvPersonaTexto4 svg, .dvPersonaTexto4 svg1 {
    fill: #cbe2f1;
}
.dvPersonaTexto5 svg, .dvPersonaTexto5 svg1 {
    fill: #fff;
}
.quote_svg, .quote_svg1 {
    position: relative;*/
    /*top: 65px;*/
    /*width: 50px;
    transition: inherit;
    transform: rotate(220deg);
    right: -120px;
}
.dvFondoComiteAmarillo {
    background-color: #fad91c;
    border-radius: 100%;
    padding: 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}
.dvFondoComiteAzulOscuro {
    background-color: #2d6a92;
    border-radius: 100%;
    padding: 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}
.dvFondoComiteGris {
    background-color: #cbe2f1;
    border-radius: 100%;
    padding: 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}
.dvFondoComiteBlanco {
    background-color: #fff;
    border-radius: 100%;
    padding: 1em;
    width: 240px;
    height: 200px;
    position: relative;
    z-index: 999;
    margin: auto;
    top: -56px;
}
.FondoSectionComoTrabajamos {
    background-color: #88d4f2;
}
.FondoSectionDermatoscopia {
    background-color: #476a90;
}
.bgFondoModulo1 {
    background-image: url('../../Imagenes/Paginas/Fondo_modulos_1.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    height: 100px;
    left: 0;*/
    /*width: 1903px;*/
/*}
.bgFondoModulo2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../Imagenes/Paginas/Fondo_modulos_2.png');
    position: relative;
    bottom: 0;
    height: 190px;
    left: 0;*/
    /*width: 1903px;*/
/*}
.bgFondDermatoscopia {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../Imagenes/Paginas/Fondo_derma.png');
    position: relative;
    bottom: 0;
    height: 190px;
    left: 0;
    width: auto;
}

.ps-timeline-sec ol.ps-timeline {
    margin: 390px 0;
    padding: 0;
    border-top: 2px solid #348e80;
    list-style: none;
}

    .ps-timeline-sec {
        position: relative;
    }*/
/*
@media screen and (max-width: 767px) {
    .ps-timeline-sec  ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }

    .ps-timeline-sec ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }

    .ps-timeline-sec   ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

        .ps-timeline-sec  ol.ps-timeline li {
            height: 220px;
            float: none !important;
            width: inherit !important;
        }

            .ps-timeline-sec   ol.ps-timeline li:nth-child(2) .img-handler-bot img {
                width: auto
            }

            .ps-timeline-sec   ol.ps-timeline li:last-child {
                margin: 0;
                bottom: 0 !important;
                height: 120px;
            }

                .ps-timeline-sec   ol.ps-timeline li:last-child .img-handler-bot {
                    bottom: 40px !important;
                    width: 40% !important;
                    margin-left: 25px !important;
                    margin-top: 0 !important;
                }

                    .ps-timeline-sec  ol.ps-timeline li:last-child .img-handler-bot img {
                        width: 100%;
                    }

                .ps-timeline-sec  ol.ps-timeline li:last-child .ps-top {
                    margin-bottom: 0 !important;
                    top: 20px;
                    width: 50% !important;
                }

            .ps-timeline-sec ol.ps-timeline li span {
                left: 0 !important;
            }

                .ps-timeline-sec   ol.ps-timeline li span.ps-sp-top:before {
                    content: none !important;
                }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
                    content: none !important;
                }

                .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
                    content: none !important;
                }

                .ps-timeline-sec  ol.ps-timeline li span.ps-sp-bot:after {
                    content: none !important;
                }

            .ps-timeline-sec ol.ps-timeline li .img-handler-top {
                position: absolute !important;
                bottom: 150px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

                .ps-timeline-sec ol.ps-timeline li .img-handler-top img .img-handler-bot img {
                    margin: 0 auto !important;
                    width: auto;
                    max-width: 100%;
                }

            .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
                position: absolute !important;
                bottom: 115px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

            .ps-timeline-sec ol.ps-timeline li p {
                text-align: left !important;
                width: 100% !important;
                margin: 0 auto !important;
                margin-top: 0px !important;
            }

            .ps-timeline-sec ol.ps-timeline li .ps-top {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }

            .ps-timeline-sec ol.ps-timeline li .ps-bot {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }
}*/

/*.ps-timeline-sec ol:before {
    background: #5cc3e9;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49%;
}

.ps-timeline-sec ol:after {
    background: #5cc3e9;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49%;
}

.ps-timeline-sec ol.ps-timeline {
    margin: 250px 0;
    padding: 0;
    border-top: 2px solid #5cc3e9;
    list-style: none;
}

    .ps-timeline-sec ol.ps-timeline li {
        float: left;
        width: 16%;
        padding-top: 30px;
        position: relative;
    }

        .ps-timeline-sec ol.ps-timeline li span {
            width: 50px;
            height: 50px;
            margin-left: -25px;
            background: #fff;
            border: 4px solid #2d6a92;
            border-radius: 50%;
            box-shadow: 0 0 0 0px #fff;
            text-align: center;
            line-height: 40px;
            color: #5cc3e9;
            font-size: 1.2em;
            font-style: normal;
            position: absolute;
            top: -26px;
            left: 50%;
        }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
                content: '';
                color: #2d6a92;
                width: 2px;
                height: 45px;
                background: #2d6a92;
                position: absolute;
                top: -50px;
                left: 50%;
            }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
                content: '';
                color: #fcd700;
                width: 8px;
                height: 8px;
                background: #fcd700;
                position: absolute;
                bottom: 90px;
                left: 43%;
                border-radius: 100%;
            }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
                content: '';
                color: #fcd700;
                width: 2px;
                height: 45px;
                background: #fcd700;
                position: absolute;
                bottom: -50px;
                left: 50%;
            }

            .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
                content: '';
                color: #fcd700;
                width: 8px;
                height: 8px;
                background: #fcd700;
                position: absolute;
                top: 90px;
                left: 43%;
                border-radius: 100%;
            }

        .ps-timeline-sec ol.ps-timeline li .img-handler-top {
            position: absolute;
            bottom: 0;
            margin-bottom: 130px;
            width: 100%;
        }

            .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
                display: table;
                margin: 0 auto;
            }

        .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
            position: absolute;
            margin-top: 60px;
            width: 100%;
        }

            .ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
                display: table;
                margin: 0 auto;
            }

        .ps-timeline-sec ol.ps-timeline li p {
            text-align: center;
            width: 80%;
            margin: 0 auto;
        }

        .ps-timeline-sec ol.ps-timeline li .ps-top {
            position: absolute;
            bottom: 0;
            margin-bottom: 100px;
        }

        .ps-timeline-sec ol.ps-timeline li .ps-bot {
            position: absolute;
            margin-top: 35px;
        }
.FondoSectionContacto {
    background-color: #cce4f5;
}
.bgFondoContacto {
    background-image: url('../../Imagenes/Paginas/bg_footer.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
    height: 100px;
    left: 0;*/
    /*width: 1903px;*/
/*}
.bgFondoContacto2 {
    background-image: url('../../Imagenes/Paginas/bg_footer_2.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    height: 100px;
    left: 0;*/
    /*width: 1903px;*/
/*}
.navbar-header .navbar-toggle i {
    font-size: 1.2em;
    line-height: 1.5em;
}


@media(min-width:992px) and (max-width:1200px){
    .quote_svg {
        left: 230px;
    }
    .quote_svg1 {
        left: 155px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .quote_svg {
        left:170px;
    }
    .quote_svg1 {
        left: 225px;
    }
}

@media (max-width:768px){
    .quote_svg {
        left: 25px;
    }
    .quote_svg1 {
        left: 25px;
    }
    .dvPersonaTexto1, .dvPersonaTexto2, .dvPersonaTexto3, .dvPersonaTexto4, .dvPersonaTexto5 {
        display: block;
        width: auto;
        margin-left: auto;
        max-width: 100%;
        margin-right: auto;
        text-align: center;
    }
    .dvFondoComiteAzulClaro, .dvFondoComiteAmarillo, .dvFondoComiteAzulOscuro, .dvFondoComiteAzulOscuro, .dvFondoComiteGris {
        margin: auto;
    }
    .img-handler-bot img, .img-handler-top img {
        width: 85%;
    }
    .bgFondoContacto {
        top: 50px;
        height: 80px;
        left: 0;
        background-position: right;
    }
}*/
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

    .timeline ol {
        font-size: 0;
        width: 100%;
        padding: 250px 0;
        transition: all 1s;
    }

        .timeline ol li {
            position: relative;
            display: inline-block;
            list-style-type: none;
            width: 175px;
            height: 3px;
            background: #2d6a92;
        }

            .timeline ol li:last-child {
                width: 280px;
            }

            .timeline ol li:not(:first-child) {
                margin-left: 0;
            }

            .timeline ol li:not(:last-child)::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50px;
                bottom: 0;
                width: 12px;
                height: 12px;
                transform: translateY(-50%);
                border-radius: 50%;
                background: #fad91c;
            }

            .timeline ol li div {
                position: absolute;
                left: 0;
                width: 228px;
                padding: 15px;
                white-space: normal;
                color: black;
                background: white;
                height: 110px;
                border-radius: 50%;
                text-align: center;
                z-index: 999;
            }

                .timeline ol li div::before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    z-index: -999;
                }

            .timeline ol li:nth-child(odd) div {
                top: -30px;
                transform: translateY(-100%);
            }

                .timeline ol li:nth-child(odd) div::before {
                    top: 89%;
                    border-width: 20px 40px 0 0;
                    border-color: white transparent transparent transparent;
                    left: 25%;
                }

            .timeline ol li:nth-child(even) div {
                top: calc(100% + 35px);
                left: -60px;
            }

                .timeline ol li:nth-child(even) div::before {
                    transform: rotate(181deg);
                    top: -15px;
                    border-width: 0px 25px 22px 40px;
                    border-color: transparent transparent transparent #ffffff;
                    left: 50px;
                }

    .timeline time {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 0px;
    }*/

    /* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

    /*.timeline .arrows {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

        .timeline .arrows .arrow__prev {
            margin-right: 20px;
        }

    .timeline .disabled {
        opacity: 0.5;
    }

    .timeline .arrows img {
        width: 45px;
        height: 45px;
    }*/

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*@media (min-width: 992px) and (max-width: 1200px) {
    .timeline ol li{
        width:160px !important;
    }
        .timeline ol li:not(:last-child)::after {
            left: 0px !important;
        }
        .timeline ol li div {
            width: 200px !important;
            padding: 10px !important;
        }

}
@media (min-width: 768px) and (max-width: 992px) {
    .timeline ol li {
        width: 120px !important;
    }
        .timeline ol li div {
            width: 180px !important;
            padding: 10px !important;
        }
        .timeline ol li:not(:last-child)::after{
            left:0 !important;
        }
    .Tam14rem {
        font-size: 1.3rem;
    }
    .timeline ol li:nth-child(even) div {
        left: -115px !important;
    }
}
@media screen and (max-width: 768px) {
    .timeline ol,
    .timeline ol li {
        width: auto;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

        .timeline ol li {
            display: block;
            height: auto;
            background: transparent;
        }

            .timeline ol li:first-child {
                margin-top: 25px;
            }

            .timeline ol li:not(:first-child) {
                margin-left: auto;
            }

            .timeline ol li div {
                position: static;
                width: 300px;
                height: 150px !important;
                margin: 20px auto;
                max-width: 100%;
                padding: 30px;
                margin-bottom: 30px;
            }

            .timeline ol li:nth-child(odd) div {
                transform: none;
            }

                .timeline ol li:nth-child(odd) div::before,
                .timeline ol li:nth-child(even) div::before {
                    left: 50%;
                    top: 110%;
                    transform: translateY(-50%);
                    border: 0;
                    border-left: 2px solid #2d6a92 !IMPORTANT;
                    height: 30px;
                    position: absolute;
                    z-index: 999;
                }

            .timeline ol li:last-child,
            .timeline ol li:nth-last-child(2) div::before,
            .timeline ol li:not(:last-child)::after,
            .timeline .arrows {
                display: none;
            }

    .Tam14rem {
        font-size: 1.6rem !important;
    }

    .Tam11rem {
        font-size: 1.3rem !important;
    }
    .dvFondoAmarillo1{
        padding-top:30px !important;
    }
}
.Tam14rem{
    font-size:1.7rem;
}
.Tam11rem{
    font-size:1.3rem;
}

.dvFondoAzulClaro   {
    background-color: #5cc3e9 !important;
}
    .dvFondoAzulClaro:before {
        border-color: #5cc3e9 transparent transparent transparent !important;
    }
.dvFondoAzulOscuro {
    background-color: #2d6a92 !important;
}

    .dvFondoAzulOscuro:before {
        border-color: #2d6a92 transparent transparent transparent !important;
    }
.dvFondoAmarillo {
    background-color: #fad91c !important;
}
    .dvFondoAmarillo:before {
        border-color: #fad91c transparent transparent transparent !important;
    }


.dvFondoAzulClaro1 {
    background-color: #5cc3e9 !important;
}

    .dvFondoAzulClaro1:before {
        border-color: transparent transparent transparent #5cc3e9 !important;
    }
.dvFondoAzulOscuro1 {
    background-color: #2d6a92 !important;
}

    .dvFondoAzulOscuro1:before {
        border-color: transparent transparent transparent #2d6a92 !important;
    }
.dvFondoAmarillo1 {
    background-color: #fad91c !important;
}

    .dvFondoAmarillo1:before {
        border-color: transparent transparent transparent #fad91c !important;
    }


.dvFondoCertificado {
    background-color: #2d6a92;
    color:white !important;
}

    .dvFondoCertificado .btn-default {
        color: #2d6a92 !important;
        background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
        background-color: #fff !Important;
        border-color: #2d6a92 !Important;
        text-decoration: none;
    }

        .dvFondoCertificado .btn-default:hover {
            color: #2d6a92 !important;
            background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
            background-color: #fff !Important;
            border-color: #2d6a92 !Important;
            text-decoration: none;
        }

.containerGr:before {
    display: table;
    content: " ";
}


.dvProfesoresDerma {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
    

@media(max-width:768px) {
    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }
    .containerGr {
        width: 750px !important;
    }

}


@media(max-width:992px) {
    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }
    .containerGr {
        width: 970px;
    }

    
    .dvComiteDerma {
        width: 350px !important;
        display: block;
    }
}

@media(max-width:1200px){
    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }
    .containerGr {
        width: 1140px;
    }
    .dvComiteDerma {
        width: 350px;
        display: block;
    }
    
}
@media (max-width:992px) {
    .containerGr {
        width: 970px;
    }
        .dvComiteDerma {
        width: 450px !important;
        display: flex;
    }
}
@media (max-width:1400px) {
    .dvComiteDerma {
        width: 300px;
        display: flow-root;
    }
    .dvProfesoresDerma {
        position: relative;
        width: 100%;
        flex-flow: row wrap;
        display: flex;
        justify-content: center;
    }
}



.dvCuadrosDermaPublico .u-white, .u-body.u-white, .u-container-style.u-white::before, .u-container-layout.u-white::before, .u-table-alt-white tr:nth-child(2n) {
    background-color: #ffffff;
    color: #2d6a92 !important;
}

.dvCuadrosDermaPublico .AzulOscuro, .dvCuadrosDermaPublico .u-border-2 {
    color: #2d6a92 !important;
    border-color: #2d6a92 !important;
}

.dvComiteGr {
    border-radius: 20px;
    height: 370px;
}

.chkGr label {
    display: initial !important;
}*/