﻿@font-face {
    font-family: 'DolbyGustan';
    src: url('../fonts/DolbyGustan-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-XLight';
    src: url('../fonts/Gotham-XLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    color: #000;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-family: DolbyGustan;
    font-weight: 400;
    font-style: normal;
    font-size:18px;
}


#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 10000;
}

#loader, body.logged-in #preloader {
    display: none;
}

    #loader .loader--wrap {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: calc(18px *-1);
    }
#loader-words {
    color: #fff;
    font-size: 29px;
    line-height: 35px;
    font-family: DolbyGustan;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    display: flex;
    overflow: hidden;
    height: 40px;
    opacity: 0;
    align-items: baseline;
}

.loader-words--loading {
    font-size: 28px;
    line-height: 34px;    
    font-weight: 400;
    font-style: normal;
    padding-top: 3px;
    margin-right: 6px;
}
.ligatures {
    font-variant-ligatures: discretionary-ligatures;
}


#loader-icon {
    opacity: 0;
    position: absolute;
    bottom: var(--double-gutter);
    left: 50%;
    fill: var(--white);
    transform: translate(-50%);
}
    #loader-icon svg {
        fill: var(--white);
        width: 36px;
        height: auto;
        display: block;
    }

.mobile-test {
    display: none;
    color: red;
}

.tablet-test {
    display: none;
}
main {
    display: block;
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #008338;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1500;
    display: none;
}
    .main-menu a {
        color: #fff;
        text-decoration: none;
    }
    .main-menu a, .main-menu li {
        display: inline-block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
.menu-close-link {
    position: absolute;
    top: 13px;
    right: 18px;
    font-size: 14px;
    line-height: 20px; 
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    z-index: 100;
    cursor: pointer;
    display: block;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.main-menu--menu {
    font-size: 8.5vw;
    line-height: 9.6vw;   
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 10;
}
navbar-nav li{

}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        font-size: 9vw;
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
    
}
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
li.menu-item.dropdown.MenuSimple {
    line-height:1em;
    padding: 3em 0px 1.2em;
}


.main-menu .menu-item:first-child {
    margin-top: 0;
}
.main-menu .menu-item {
    font-size: inherit;
    position: relative;
    list-style: none;
    text-align: center;
    pointer-events: all;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-menu a, .main-menu li {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-menu li {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*margin-top: -15vw;*/
}
.main-menu .main-menu__span--original {
    font-size: 12.5vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-menu .main-menu__span {
    padding-left: 18px;
    padding-right: 18px;
}
.main-menu a {
    color: #fff !important;
    text-decoration: none !important;
}
a {
    color: #000 !important;
    text-decoration-thickness: 1px;
}
/*a, body, h1, h2, h3, h4, h5, input, ol, p, radio, select, ul {
    text-rendering: geometricPrecision;
    font-weight: 400;
}*/
a {
    background-color: transparent;
}
.main-menu .main-menu__copies {
    pointer-events: none;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-menu .js-copy {
    font-size: 12.5vw;
}
.js-main-header {
    transform: translate3d(0px, 0px, 0px);
    left: 0px;
    top: 0.001px;
    margin: 0px;
    max-width: 1903px;
    width: 1903px;
    max-height: 48px;
    height: 48px;
    padding: 0px;
    box-sizing: border-box;
    position: fixed;
}

.main-menu--social {
    display: flex;
    justify-content: center;
    width: calc(100%);
    position: absolute;
    bottom: 18px;
    left: 18px;
    color: #fff;
    z-index: 10;
    text-align:center;
}
.main-menu .left {
    text-align: right;
    padding-right: 18px;
}
.main-menu .left, .main-menu .right {
    flex-basis: 50%;
    max-width: 50%;
}
.ligatures {
    font-variant-ligatures: discretionary-ligatures;
}
.main-menu--social h4 {
    font-size: 45px;
    line-height: 35px;   
    font-weight: 400;
    font-style: normal;
    margin-bottom: calc(12px/2);
    color: #fff;
}
.main-menu .right {
    padding-left:18px;
}
.main-menu__image-holder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    pointer-events: none;
}
.main-menu__image-holder--agency .main-menu__image:first-of-type {
    left: 5%;
    bottom: 16%;
    max-width: calc(37vw - 36px);
}
.main-menu__image-holder .main-menu__image {
    position: absolute;
    max-width: calc(30vw - 36px);
    width: 100%;
    height: auto;
    transform: translateZ(0);
}
.main-menu__image-holder--originals .main-menu__image:first-of-type {
    left: 5%;
    bottom: 16%;
    max-width: calc(37vw - 36px);
}
.main-menu__image-holder--originals .main-menu__image:nth-of-type(2) {
    right: 2.5%;
    top: 8%;
    max-width: calc(27vw - 36px);
}
.main-header {
    background-color:#fff;
    font-size: 20px;
    line-height: 24px;   
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
.main-header--wrap {
    padding: 20px 18px;
    display: flex;
    justify-content: flex-start;
}
    .main-header--wrap a {
        text-decoration: none;
    }
.home-link {
    flex-basis: 25%;
    max-width: 25%;
}
.main-header--wrap a span {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    font-weight: bold;
}
    .main-header--wrap a span:after {
        transition: width .45s cubic-bezier(.19,1,.22,1);
        content: "";
        width: 0;
        height: 1px;
        background:#000;
        position: absolute;
        left: 0;
        bottom: 2px;
    }

.slide-right {
    width: 100%;
    overflow: hidden;
    /*margin-left: 300px;*/
    max-width: 100%;
}

    .slide-right span:hover {
        animation: 2s slide-right;
        animation-delay: 2s;
    }

@keyframes slide-right {
    from {
        margin-left: -500px;
    }

    to {
        margin-left: 0%;
    }
}

.secret-link {
    text-decoration: none;
    z-index: 500;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 12px;
    right: 18px;
}
    .secret-link span {
        position: relative;
    }

        .secret-link span:after {
            content: "";
            width: 0;
            height: 1px;
            background: transparent;
            position: absolute;
            left: 0;
            bottom: 3px;
            transition: width .45s cubic-bezier(.19,1,.22,1);
        }
.secret-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 450;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
}
.secret-overlay--inner {
    width: 90vw;
    height: 90vh;
    margin: 0 auto;
    position: relative;
}
.secret-heading {
   
    font-weight: 400;
    font-style: normal;
    color: var(--yellow);
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-10%);
    text-align: center;
    line-height: 100vh;
    position: relative;
    z-index: 15;
}
.secret-image-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}
.secret-overlay img {
    max-width: 25vw;
}
.secret-overlay-wipe {
    position: fixed;
    top: -125vw;
    right: -125vw;
    width: 250vw;
    height: 250vw;
    background: rgba(0,0,0,.95);
    display: block;
    z-index: 440;
    border-radius: 50%;
}
.main-header--wrap a:hover span:after {
    background:#000;
    width: 100%;
}
.homepage-hero {
    padding: 0 18px;
    display: block;
    /*margin-top:100px;
    margin-bottom:100px;*/
    z-index: 10;
    position: relative;
    top: 100px;
    left: 0;
}
.animation-delay-43 {
    animation-delay: 4.3s !important;
}
.animation-delay-44 {
    animation-delay: 4.4s !important;
}
.homepage-hero--wrap {
    height: 100%;
}
.DvFondoComite {
    background-color: #008338;
    background-image: url(../../Imagenes/Paginas/FondoColumna.png);
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    /*min-height: 100vh;
    position: sticky;*/
}

.DvFondoComiteMovil {
    background-color: #008338;
    background-image: url(../../Imagenes/Paginas/FondoColumna.png);
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    /*min-height: 100vh;
    position: sticky;*/
}
#logo-convicts {
    margin-top: 108px;
}
.homepage-hero h2 {
    font-size: 20px;
    line-height: 24px;  
    font-weight: 400;
    font-style: normal;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
}
    .homepage-hero h2 b {
       
        font-weight: 400;
        font-style: normal;
    }



    .three-columns--col-links a {
        color: #fff;
        text-decoration: none;
        position: relative;
    }


.dvPersonaNombre h4 {
    font-family: DolbyGustan;
    font-weight: bold !important;
}

.three-columns .project {
    margin-bottom: 15vh;
    text-decoration: none;
    display: block;
    transform: translateZ(0);
}

    .three-columns .project .image {
        position: relative;
        overflow: hidden;
    }
.image-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transform-origin: center center;
    border: 1px solid #efff04;
    border-radius: 100%;
    display: block;
    width: 50%;
    height: 50%;
    z-index: 100;
    transition: transform .45s cubic-bezier(1,0,0,1);
    pointer-events: none;
}
.three-columns h2 {
    margin-top: 30px;
    font-size: 40px;
    line-height: 24px;   
    font-weight: 400;
    font-style: normal;

}
    .three-columns h2 b {
       
        font-weight: 400;
        font-style: normal;
    }

@media only screen and (max-width: 812px) {
    .three-columns {
        padding-top: 0;
    }
    .three-columns--col-copy-mobile {
        display: block !important;
        float: none;
        width: 100% !important;
    }
    .three-columns--col-links {
        margin-top: 20%;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
        .three-columns--col {
        width: calc(50% - 6px);
        padding: 0 0 0 12px;
        margin-top: 0;
    }
    .three-columns--wrap {
        background-color: var(--charcoal);
        padding-bottom: var(--xl-margin);
    }
    .three-columns--col-copy {
        display: none;
    }
}
.BtnHeader {
    float: right;
    flex-shrink: 1;
    display: block;
    margin: 0px;
    /*inset: 12px 18px 0 1737.36px;*/
    position: absolute;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    /*height: 757.001px;
    padding: 0px 0px 733.001px;*/
    z-index: 999;
    right: 25px;
    top:10px;
    font-weight:700;
}

.containerGr {
	width: 1370px;
}

.boxed {
    background-color:transparent;
}
@media(min-width:1200px) and (max-width:1400px){
    .dvFondoTitulo h2 {
        font-size: 30px;
    }
}
@media(min-width:992px) and (max-width:1200px) {
    .dvFondoTitulo h2 {
        font-size: 28px;
    }
    DvFondoComite {
        min-height: 200vh;
    }
    .dvPersonaCargo {
        font-size: 16px !important;
    }
}

@media(min-width:768px) and (max-width:992px){
    .dvPersonaNombre {
        font-size: 16px;
        font-weight: bold;
    }
    .dvPersonaCargo {
        font-size: 16px !important;
        line-height: 30px;
        letter-spacing: 0.1px;
    }
    .dvPersonaFoto img {
        max-height :100px;
        }
    .dvFondoTitulo {
        padding: 0 0.5em 1em !important;
    }
    .dvFondoTitulo h2 {
        font-size: 28px;
    }
    .Padding35 {
        padding: 18px !important;
    }
    .DvFondoComite {
        min-height: 100vh;
    }

    .dvPersonaCargo {
        font-size: 16px !important;
    }
   
}
@media(max-width:768px){
    .dvFondoTitulo {
        padding:2em 0 !important;
    }
}

.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: #008338;
    color: #000;
    padding: 0;
    text-align: center;
    border-top: solid 0px #555;
}

.LineaFooter {
    background-color: #008338;
}

h1, h2, h3, h4, h5, h6 {
    font-family: DolbyGustan !important;
    font-weight: 500 !important;
    line-height: 120%;
    color: #000;
    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;
}
.header-full {
    background-image: linear-gradient(to top, #fff, #fff);
}
.icon-ar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #008338; /*naiara*/
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

.pricign-box-pro > .pricing-box-header {
	color: #fff;
	background-color: #106417;
}

.pricing-box-price h3 {
    font-weight:500;
}

.icon-devices li.active a {
	color: #106417;
}

.primary-color {
	color: #106417;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
    background-color: #FFFFFF;
    background-image: linear-gradient(to top, #FFFFFF, #FFFFFF);
    color: #c5c910;
}

.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: #c5c910;
}

.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: #c5c910;
}

.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 #c5c910 !important;
    border-right: 0 !important;
}

.blockquote-color-bg {
    border-bottom: solid 1px #c5c910;
}

.section-title:first-letter {
  color: #000;
}

.footer-widget-title {
    font-family: DolbyGustan;
    font-size: 1.6em;
    color: #106417;
}

#footer a {
    color: #009036;
    text-decoration: none;
}

    #footer a:hover {
        color: silver;
    }

@media (min-width:690px) {
    .dvDestinoLinkInternoInicio::before {
        display: block;
        content: " ";
        margin-top: -150px;
        height: 200px;
        visibility: hidden;
        pointer-events: none;
    }

    .dvDestinoLinkInterno::before {
        display: block;
        content: " ";
        margin-top: -350px;
        height: 300px;
        visibility: hidden;
        pointer-events: none;
    }
}

    .btn-primary {
        color: #fff !important;
        background: linear-gradient(to bottom, #008338 5%, #008338 100%) !Important;
        background-color: #008338 !Important;
        border-color: #008338 !Important;
        text-decoration: none;
    }

        .btn-primary:hover {
            color: #008338 !important;
            background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
            background-color: #fff !Important;
            border-color: #008338 !Important;
            text-decoration: none;
        }


    .btn-default {
        color: #c5c910 !important;
        background: linear-gradient(to bottom, #fff 5%, #fff 100%) !Important;
        background-color: #fff !Important;
        border-color: #c5c910 !Important;
        text-decoration: none;
    }

        .btn-default:hover {
            color: #fff !important;
            background: linear-gradient(to bottom, #c5c910 5%, #c5c910 100%) !Important;
            background-color: #c5c910 !Important;
            border-color: #c5c910 !Important;
            text-decoration: none;
        }

    .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: 10px;
        padding-right: 10px;
    }



    .MenuSimple > a::after {
        top: 18px;
        right: 0px;
        content: "";
        padding-right: 0px;
    }

.navbar-header-full {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.navbar-header .navbar-toggle {
    margin: 0;
    margin-top: -2px;
    background-color: #416cb0;
    background-image: linear-gradient(to top, #00842e, #00842e);
    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: 20px;
    color: #ffffff;
    font-family: DolbyGustan;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #ffffff;
        white-space: nowrap;
    }



@media (max-width: 767px) {
    .navbar-default .navbar-nav {
        margin-top: 30px;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none !important;
        margin: 0;
    }
}
    /*.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: DolbyGustan;
    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: #FFFFFF;
    }

    .top-nav .dropdown a {
        background-color: #ffffff;
    }

    .wrap-primary-color {
        background-color: #106417;
        padding: 40px 0;
        color: #fff;
    }

    .wrap-ImagenHome {
        border-bottom: solid 25px #cacdda;
        color: #fff;
    }

    .wrap-Actualidad {
        background-image: url(../../Imagenes/FondoActualidadHome.jpg);
        background-repeat: repeat-x;
        padding: 40px 0;
    }

    /*.main-header {
    background-color: transparent;
    color: #000;
    /* padding: 40px 0 15px 0;
    margin-bottom: 10px;
    position: relative;
}*/

/*@media (min-width:750px)  {
    .main-header {margin-top: 150px;}
}*/

a {
    color: #008338;
}

    a:hover {
        color: #f8eb47;
        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: #c5c910 !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;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight:normal;
}

.form-control {
    border:solid 1px #b4b7c3;
}

.form-control:focus {
	border-color: #c5c910;
	box-shadow: none;
}

textarea.form-control:focus {
	border-color: #c5c910;
}

a:hover, a:focus, a:active {
	color: #000;
}

.panel-body {
	padding: 25px;
}



.top-nav .dropdown a {
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: 7px 10px;
	color: #767777;
	text-decoration: none;
	background-color: #ffffff;
	box-shadow: inset 0 0 1px #767777;
	border: solid 1px #c5c910;
	border-top: 0;
}

.top-nav .dropdown a i {
	font-size: 1.2em;
	color: #767777;
}

.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 {
    border: none;
    border-bottom: 1px solid #008338;
    border-top: none !important;
    box-shadow: none;
}

.top-nav {
    z-index: 999;
}














































.Tam11em {
    font-size: 1.1em;
}
.Tam13em {font-size:1.3em;}
.Tam14em {font-size:1.4em;}
.Tam15em {font-size:1.5em;}
.Tam16em {font-size:1.6em;}
.Tam2em {font-size:2em; line-height:1.2em;}
.Tam16 {font-size:16px;}
.Tam18 {font-size:18px;}
.Tam20 {font-size:20px;}
.Tam21 {font-size:21px;}
.Tam22 {font-size:22px;}
.Tam23 {font-size:23px;}
.Tam25 {font-size:25px !important;}
.Tam30 {font-size:30px;}
.Tam40{ font-size:40px;}
.Tam60 {
    font-size: 60px;
}

.Blanco {color:#FFFFFF;}
.Negro {color:#000000 !Important;}
.Verde {
    color: #008338;
}
.Amarillo {
    color: #c5c94b !important;
}
.VerdeOscuro {color:#c5c910 !Important;}
.Gris {color:#767777 !Important;}
.Rojo {color:red;}
.Morado {color:#c5c910;}
.ColorNormal {color:#666;}
.ColorError {color:#C9302C;}
.SemiNegrita {font-weight:400;}
.Negrita {font-weight:bold;}
.Azul {color:#F7C162 !Important;}
.AzulOscuro {color:#c5c910 !Important;}

.MarginAuto{ margin :auto;}
.MarginRight0 {margin-right: 0px;}
.MarginRight5 {margin-right:5px;}
.MarginRight10 {margin-right:10px;}
.MarginRight20 {margin-right:20px;}
.MarginRight50 {margin-right:50px;}

.MarginLeft50 {margin-left:50px;}
.MarginLeft40 {margin-left:40px;}
.MarginLeft25 {margin-left:25px;}
.MarginLeft20 {margin-left:20px;}
.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;}
.MarginTop35 {
    margin-top: 35px;
}

.MarginTop40 {margin-top:40px;}
.MarginTop50 {margin-top:50px;}
.MarginTop60 {margin-top:60px;}
.MarginTop70 {margin-top:70px;}
.MarginTop100 {margin-top:100px;}

.MarginBottom0 {margin-bottom:0px;}
.MarginBottom5 {margin-bottom:5px;}
.MarginBottom10 {margin-bottom:10px !Important;}
.MarginBottom20 {margin-bottom:20px;}
.MarginBottom25 {margin-bottom:25px;}
.MarginBottom30 {margin-bottom:30px !Important;}
.MarginBottom35 {
    margin-bottom: 35px !Important;
}
.MarginBottom40 {margin-bottom:40px;}
.MarginBottom50 {margin-bottom:50px;}
.MarginBottom60 {margin-bottom:60px;}
.MarginBottom80 {margin-bottom:80px;}
.MarginBottom100 {margin-bottom:100px;}
.MarginBottom120 {margin-bottom:120px;}
.MarginParrafo {margin:50px 0px 80px 0px;}
.MarginParrafoCorto {margin:20px 0px 30px 0px;}

.BorderBottom0 {border-bottom:0px;}

.padding5 {padding:5px;}
.padding7 {
    padding: 7px;
}
.Padding20 {
    padding: 20px;
}
.PaddingLeft0 {padding-left:0px;}
.PaddingLeft15 {padding-left:15px;}
.PaddingLeft18{padding-left:18px;}
.PaddingLeft30 {padding-left:30px;}
.Padding35 {
    padding: 35px !important;
}

.PaddingTop0 {padding-top:0px;}
.PaddingTop10 {padding-top:10px;}
.PaddingTop20 {padding-top:20px;}
.PaddingTop30 {padding-top:30px;}
.PaddingTop50 {padding-top:50px;}
.PaddingTop90 {padding-top:90px;}


.PaddingRight0 {padding-right:0px;}
.PaddingRight18 {padding-right: 18px;}
.PaddingRight30 {padding-right:30px;}
.PaddingRight40 {padding-right: 40px;}


.PaddingBottom0 {padding-bottom:0px;}
.PaddingBottom5 {padding-bottom:5px;}
.PaddingBottom20 {padding-bottom:20px;}
.PaddingBottom30 {padding-bottom: 30px;
}
.PaddingBottom50 {padding-bottom: 50px;}
.PaddingBottom90 {padding-bottom:90px;}

.dvCuadroScrollMed {float:left; width:100%;}
.dvCuadroScrollMedInt {height:252px; overflow:auto; width:460px; font-family:DolbyGustan;}
.dvCuadroScrollMedInt .scroll-element{background-color:white !Important;}


#vertical-scrollbar-demo {
    height: 250px;
}

.H39 {max-height:39px !important;}
.H65 {height:65px;}
.H33 {height:33px;}
.H66 {height:66px;}

.W100Porc {width:100%;}

.LimiteBloque {height:11em; overflow:hidden;}
@media (min-width:320px) and (max-width:480px) {
    .LimiteBloque {height:12em; overflow:hidden;}
}
@media (min-width:480px) and (max-width:600px) {
    .LimiteBloque {height:9em; overflow:hidden;}
}
@media (min-width:600px) and (max-width:800px) {
    .LimiteBloque {height:10em; overflow:hidden;}
}

.dropdown .fa {margin-right:3px;}
@media (min-width:900px) and (max-width:1200px) {
    .navbar-default .navbar-nav > li > a {font-size:17px;}
}
@media (min-width:700px) and (max-width:1000px) {
    .dropdown .fa {display:none !Important;}
    .navbar-default .navbar-nav > li > a {font-size:14px}
    .navbar-default .navbar-nav > li.MenuSimple > a {
	    padding-left: 8px;
	    padding-right: 8px;
    
    }

}
.ParallaxVideo {
    
    padding-bottom: 50px;
    padding-top: 50px;
}

    .ParallaxVideo header {
        min-width: 300px;
        position: fixed;
        top: 60px;
        z-index: -9999;
        max-width: 100%;
        height: 356px;
        height: auto;
        width: 100%;
    }

@media (min-width:992px) and (max-width:1200px) {
    .ParallaxVideo {
        height: 730px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ParallaxVideo {
        height: 630px;
    }
}

@media(min-width:550px) and (max-width:767px) {
    .ParallaxVideo {
        height: 390px;
    }
}

@media(min-width:360px) and (max-width:549px) {
    .ParallaxVideo {
        height: 300px;
    }
}

@media(max-width:360px) {
    .ParallaxVideo {
        height: 250px;
    }
}
.Mainmenu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #008338;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1500;
}
.btnCerrar {
    position: absolute;
    top: 13px;
    right: 18px;
    z-index: 100;
    cursor: pointer
}
.dvFondoCalendario {
    background: #dbe6c5;
    padding: 0 2em 2em;
}
.dvFondoInicio {
    background: #008338;
    color: #fff;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    padding: 1.3em;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}
}
.dvFondoColumna {
    background-image: url('../../Imagenes/Paginas/FondoColumna.png');
    background-repeat :no-repeat;
    background-position :center ;
    background-size:cover;
}

.TxtInicio {
    letter-spacing: 0.2px;
    line-height: 30px;
}
.dvFondoTitulo {
    background-image: url('../../Imagenes/Paginas/dvFondoTexto.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0.5em 0.8em 2em;
}

.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
    }
    .main-header--wrap {
         padding: 0px !important; 
        display: flex;
        justify-content: flex-start;
    }
}

.MinH80 {
    min-height: 80px;
}

.lead-lg {
    font-size: 2.1em;
    
}

.right-line {
    color: #c5c910;
}

.section-title {

    color: #000000;
}

.bxslider-controls .bx-prev, .bxslider-controls .bx-next {
    background-color: rgba(16, 100, 23, 0.9);
}

    .bxslider-controls .bx-prev:hover, .bxslider-controls .bx-next:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
        h4 {
    font-size: 1.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;
}

.MenuIdioma
{
    padding-right: 15px;
    padding-top: 15px;
}

.divEslogan
{
    font-size: 1.5em;
    color: green;
    transition: all .25s ease;
    margin-top: -15px;
    font-weight:bold;
}

@media (min-width:768px) and (max-width:992px) {
    .divEslogan {
        font-size: 1.3em;
        text-align:center;
        margin-top:30px;
    }
}

@media (min-width:615px) and (max-width:768px) {
    .divEslogan {
        font-size: 1.2em;
        text-align:center;
        margin-top:10px;
    }
}

@media (min-width:459px) and (max-width:615px) {
    .divEslogan {
        font-size: 1.2em;
        text-align:center;
        margin-top:2px;
    }
}

@media (min-width:444px) and (max-width:459px) {
    .divEslogan {
        font-size: 1.1em;
        text-align:center;
        margin-top:2px;
    }
}

@media (min-width:398px) and (max-width:444px) {
    .divEslogan {
        font-size: 0.8em;
        text-align:center;
        margin-top:2px;
    }
}

@media (min-width:0px) and (max-width:398px) {
    .divEslogan {
        font-size: 0em;
    }
}


.dvProdDest {font-size:25px; color:#9d9ca1;}
.dvProdDest div {font-size:32px; color:black; display:inline-block;}
    .dvProdDest .btn-primary, .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:#c5c910; 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;
}

.paEmerg400 {width:400px;}
.paEmerg500 {width:500px;}
.paEmerg600 {width:600px;}
.paEmerg650 {width:650px;}
.paEmerg850 {width:850px;}
@media (max-width: 600px) {
    .paEmerg400 {width:90%;}
    .paEmerg500 {width:90%;}
    .paEmerg600 {width:90%;}
    .paEmerg650 {width:90%;}
    .paEmerg850 {width:90%;}
}
@media (min-width: 600px) and (max-width: 991px) {
    .paEmerg400 {width:60%;}
    .paEmerg500 {width:60%;}
    .paEmerg600 {width:80%;}
    .paEmerg650 {width:80%;}
    .paEmerg850 {width:90%;}
}

.PanelEmergente { background-color:#03a13e; padding:0px;}
.PanelEmergenteInt { background-color:#FFFFFF; padding:10px;}
.PanelEmergenteInt_Titulo {background-color: #008338; color:White; font-size:18px; font-weight:bold; padding:10px;}

.marco
{
    background: #fff;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 0 5px rgba(0,0, 0,.1);
	box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 0 5px rgba(0,0,0,.1);
	border: 1px solid #F6F6F6;
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.animatedSlider
{
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ulObjetivos {
    list-style-image: url("../../Imagenes/objetivos.png");
}

.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: #c5c910;
    font-weight: bold;
    font-size: 25px;
}

.homeSubtitulo
{
    color: #A5CCC1;
    font-weight:bold;
    font-size:25px;
}

/*.CabeceraFija {width: 100%; left: 0; top: 0; position:absolute;}*/
@media (min-width:750px)  {
    .CabeceraFija {width: 100%; left: 0; top: 0; position: fixed; z-index:150;}
}

.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: #c5c910;
	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:#c5c910; 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;}

.dvDestinoLinkInterno::before {
}

@media (min-width:490px) {
    .dvDestinoLinkInterno::before {
        display: block;
        content: " ";
        margin-top: -100px;
        height: 100px;
        visibility: hidden;
        pointer-events: none;
    }
}

.dvGrupoHome {
    border: solid 1px silver;
    border-radius:30px;
}

.dvGrupoHomeTitulo {
    border-bottom: solid 5px #c5c910;
    /*background-image: linear-gradient(to right, #e9bf69, #c5c910);*/
    margin-top: 5px;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 35px;
}

.dvTituloHome {
    font-size: 22px;
    color: #c5c910e6f;
    border-bottom: solid 1px #c5c910;
}

.liMenuResaltado a {
    border: solid 1px #c5c910 !important;
    padding: 6px 7px 5px 7px !important;
    margin: 10px 3px 10px 3px !important;
}

    .liMenuResaltado:hover a, .liMenuResaltado a:hover {
        border: solid 1px #c5c910 !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: #416cb0; /*naiara*/
    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: #008338; /*naiara*/
    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:767px) {
    .dropdown > a {
        border-bottom: none;
        margin: 0;
    }
}


.dvObjetivo {
    border: solid 1px #c5c910;
    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: #c5c910;
    color: white;
    padding: 5px;
}

.dvObjetivoCuerpo {
    padding: 20px;
    min-height: 120px;
}

.dvMarcoDirector {
    padding: 10px;
    
    margin-bottom: 30px;
}

    .dvMarcoDirector img {
        border-radius: 100%;
        max-height: 140px;
        margin-bottom: 10px;
        border: solid 1px #008338;
        padding: 5px;
    }

.dvMarcoDirectorNombre {
    margin: auto;
   
    /*background-color: #008338;
    border-radius: 8px;*/
    padding: 10px;
    /*max-width: 350px;*/
}

.dvMarcoDirectorNombreNombre {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.dvMarcoDirectorNombreCargo {
    font-size: 18px;
    text-align: center;
    color: white;
    margin-top: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
}


@media (min-width:600px) {
    .dvMarcoDirectorNombre {
        /*width: 350px;*/
    }
}


.dvTitulo {
    text-transform: uppercase;
    text-align: center;
    color: #c5c910;
    border-bottom: solid 2px #c5c910;
    font-size: 25px;
    margin-bottom: 10px;
}

.dvMargenMenuLateral {
}




.dvPersonaFoto {
    padding: 15px 25px 15px 0px;
    float: left;
}
    .dvPersonaFoto img {
        background-image: url('../../Imagenes/Paginas/dvFondoComite.png');
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 100%;
        max-height: 100px;
        background-size: cover;
        padding: 5px;
        margin: 0px 10px;
    }
   /*.dvPersonaFoto:before {
            border-radius: 100%;
            /*max-height: 100px;*/
            /*border: solid 1px #c5c94a;
            padding: 15px;
            margin: 0px 10px;
            border: 4px solid #fff;
            content: "";
            display: block;
            position: absolute;
            
            pointer-events: none;
        }*/

.dvPersonaFotoMargen {
    padding: 15px 25px 15px 0px;
    float: left;
}
    .dvPersonaFotoMargen img {
        border-radius: 100%;
        width: 100px;
        height: 1px;
        border: solid 0px #c5c910;
        padding: 5px;
        margin: 0px 10px;
    }

.dvPersonaTexto {
    padding-top: 15px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    text-align:left;
}

.dvPersonaNombre {
    font-size: 18px;
    font-weight: bold;
}

.dvPersonaCargo {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1px;
}

.dvPersonaTitulo {
    padding-top:20px;
    font-size:22px;
    font-weight:bold;
    text-transform:uppercase
}

.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: relative;
    width: 80%;
    z-index: 999;
    right: 150px;
    /* border-bottom-left-radius: 10px; */
    /* border-top-left-radius: 10px; */
}

    .dvAcreditacionTop div {
        float: right;
        display: inline-block;
        /*background-color: #008338;
        padding: 7px 10px;*/
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
        text-align: center;
        line-height: 14px !important;
    }

    .dvAcreditacionTop a, .dvAcreditacionTop a:hover, .dvAcreditacionTop a:visited, .dvAcreditacionTop a:active {
        margin: 5px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
    }

.PaddingBottom60 {
    padding-bottom: 60px;
}

.PaddingTop130 {
    padding-top: 60px;
}
.dvContadorNumero {
    font-size: 80px;    
    line-height: 1;
    padding-top: 20px;
}

.dvContadorTitulo {
    font-size: 28px;
    margin-bottom: 25px;
}
.dvContadorTexto {
    margin-bottom: 25px;
    font-size:22px !important;
}

.liMenuResaltado a {
    border: solid 1px #c5c910 !important;
    padding: 6px 6px 5px 6px !important;
    margin: 10px 2px 10px 2px !important;
}

    .liMenuResaltado:hover a, .liMenuResaltado a:hover {
        border: solid 1px #c5c910 !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: #c5c910;
    border-radius: 5px 20px 5px;
    border-color: #c5c910;
}

.sidenavCab {
    /*background-color: #c5c910;*/
}

.sidenav {
    margin-bottom: 40px;
    /*margin-top: 15px;*/
    /*border: solid 1px #c5c910;*/
    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: #c5c910;
        border-left: solid 0px #FFFFFF;
        /*background-color: #c5c910;*/
        /*border: solid 1px #c5c910;*/
        display: block;
        transition: 0.3s;
        line-height: 27px;
    }

        .sidenav a:hover, .sidenavSel {
            color: #000000;
            border-left: solid 0px #c5c910 !important;
            background-color: #c5c910;
            /*box-shadow: inset -2rem 0 2rem -2rem rgba(151,201,75,.70)*/
            /*background-color: #FFFFFF;*/
            /*border: solid 1px #c5c910;*/
        }

    .sidenav .closebtn {
        font-size: 36px;
        padding: 0px 15px 0px 15px;
        margin-left: 200px;
        background-color: #c5c910;
        border: solid 1px #c5c910;
        color: #FFFFFF;
        display: none;
    }

        .sidenav .closebtn:hover {
            background-color: #FFFFFF;
            color: #c5c910;
        }

.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 #c5c910;
    margin-top: 15px;
}


.sidenavNoSel, .sidenavNoSel:hover, .sidenavNoSel:active, .sidenavNoSel:visited {
    color: #c5c910 !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: #c5c910 !important;
    }

.dvMenuSupInf {
    color: #c5c910;
    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;
}

.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: #c5c910;
    position: relative;
    top: -10px;
}

.dvElementoSliderContador {
    margin: auto;
    color: gray;
    text-align: center;
    width: 100%;
    text-align: right;
}

.dvElementoSliderPasos {
    margin: auto;
    color: #FFFFFF;
    background-color: #c5c910;
    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: #008338;
    color: white;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
    padding: 15px 10px 15px 20px;
    border-radius: 8px;
}


.paIndiceCabecera {
    background-color: #008338;
    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 #008338;
    border-right: solid 1px #008338;
}

    .paIndiceCuerpo i {
        position: relative;
        top: +4px;
    }

.paIndiceCabeceraInicio {
    background-color: #008338;
    margin-top: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
}

.paIndiceCuerpoFin {
    background-color: #008338;
    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 #c5c910;
}


.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 #c5c910;
}

.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: #c5c910;
}

.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: #c5c910 !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 #c5c910;
        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 #c5c910;
        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;
}


@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 #c5c910;
    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: #c5c910 !important;
    width: 50px !important;
    height: 50px !important;
    top: +100px !important;
    position: relative;
}

.dvCalendarioFlechaDer {
    background-color: #c5c910 !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: #c5c910;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
    padding: 15px 10px 15px 20px;
    border-radius: 8px;
    border: 1px solid #c5c910;
    text-align: center;
    font-weight: 500;
}

    .divIndiceAreas:hover {
        background-color: #c5c910;
        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: #f8eb47;
    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: DolbyGustan;
    }

        .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: #009cdd;
    border: 1px solid #009cdd;
    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, #c5c910 5%, #008338 100%) !Important;
    background-color: #008338 !Important;
    border-color: #008338 !Important;
}

    .btn-pdf:hover {
        color: #fff;
        background: linear-gradient(to bottom, #008338 5%, #c5c910 100%) !Important;
        background-color: #c5c910 !Important;
        border-color: #c5c910 !Important;
    }
input#cpCuerpoCompleto_loIncContacto_chkComunicacion {
    margin-right: 8px;
}
