/* Minification failed. Returning unminified contents.
(1436,2): run-time error CSS1030: Expected identifier, found ' '
(1436,2): run-time error CSS1019: Unexpected token, found ' '
(2438,16): run-time error CSS1036: Expected expression, found '$'
(3472,1): run-time error CSS1019: Unexpected token, found '}'
(3542,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3543,7): run-time error CSS1035: Expected colon, found '{'
(3554,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3555,7): run-time error CSS1035: Expected colon, found '{'
(3566,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3567,7): run-time error CSS1035: Expected colon, found '{'
(3578,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3579,7): run-time error CSS1035: Expected colon, found '{'
 */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

body.compensate-for-scrollbar{overflow:hidden;-ms-overflow-style:none}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px 44px 0;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{padding:44px 0 0;overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 44px;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-slide--html .fancybox-content{margin:0 0 6px}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:calc(100% - 44px);overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;vertical-align:top;width:100%}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background:transparent;height:100px;margin:0;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{background:rgba(30,30,30,.6);height:100%;padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0 0}.fancybox-slide--image .fancybox-content{margin-bottom:6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:768px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*menu movil 320 */


/*******************************************************************/
/** Comparador *****************************************************/
/*******************************************************************/

/*body {
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
	padding: 20px;
	height: 100%;
	background: #eee;
}*/

html{
	position:relative;
	min-height: 100%;
}

.demo-title {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 50px;
}

.pricing-table {
	display: table;
	width: 100%;
}

	.pricing-table .pricing-option {
		background: white;
		float: left;
		padding: 5px;
		text-align: center;
		transition: all .3s ease-in-out;
		min-height: 100%;
	}

		.pricing-table .pricing-option:nth-child(even) {
			margin: 0 2%;
		}

		.pricing-table .pricing-option:hover {
			cursor: pointer;
			box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
			-webkit-transform: scale(1.04);
			transform: scale(1.04);
		}

			.pricing-table .pricing-option:hover i, .pricing-table .pricing-option:hover h1, .pricing-table .pricing-option:hover span, .pricing-table .pricing-option:hover b {
				color: #F85E6A;
			}

			.pricing-table .pricing-option:hover .front {
				opacity: 0;
				visibility: hidden;
			}

			.pricing-table .pricing-option:hover .back {
				opacity: 1 !important;
				visibility: visible !important;
			}

				.pricing-table .pricing-option:hover .back a.button {
					-webkit-transform: translateY(0px) !important;
					transform: translateY(0px) !important;
				}

		.pricing-table .pricing-option hr {
			border: none;
			border-bottom: 1px solid #F0F0F0;
		}

		.pricing-table .pricing-option i {
			font-size: 3rem;
			color: #D8D8D8;
			transition: all .3s ease-in-out;
		}

		.pricing-table .pricing-option h1 {
			margin: 10px 0;
			color: #212121;
			transition: all .3s ease-in-out;
		}

		.pricing-table .pricing-option p {
			color: #999;
			padding: 0 10px;
			line-height: 1.3;
		}

		.pricing-table .pricing-option .price {
			position: relative;
		}

			.pricing-table .pricing-option .price .front span.price {
				font-size: 2rem;
				text-transform: uppercase;
				margin-top: 20px;
				display: block;
				font-weight: 700;
				position: relative;
			}

				.pricing-table .pricing-option .price .front span.price b {
					position: absolute;
					font-size: 1rem;
					margin-left: 2px;
					font-weight: 600;
				}

			.pricing-table .pricing-option .price .back {
				opacity: 0;
				visibility: hidden;
				transition: all .3s ease-in-out;
			}

				.pricing-table .pricing-option .price .back a.button {
					background: #F85E6A;
					padding: 15px 20px;
					display: inline-block;
					text-decoration: none;
					text-align: center;
					color: white;
					position: absolute;
					font-size: 13px;
					top: -5px;
					left: 0;
					right: 0;
					width: 150px;
					margin: auto;
					text-transform: uppercase;
					-webkit-transform: translateY(20px);
					transform: translateY(20px);
					transition: all .3s ease-in-out;
				}

					.pricing-table .pricing-option .price .back a.button:hover {
						background: #f62d3d;
					}

@media screen and (max-width: 600px) {
	.pricing-table .pricing-option {
		padding: 5%;
		width: 90%;
	}

		.pricing-table .pricing-option:nth-child(even) {
			margin: 30px 0 !important;
		}
}


/*******************************************************************/
/*******************************************************************/
/*******************************************************************/


body {
}

@font-face {
    font-family: "gobCL";
    src: url("gobcl_regular.eot");
    src: url("fonts/gobcl_regular.woff") format("woff"), url("fonts/gobcl_regular.otf") format("opentype"), url("fonts/gobcl_regular.svg") format("svg");
}

#cm-resultados\ es\ cbp-spmenu-push\ cbp-spmenu-push-toleft\ {
	margin-bottom: 20px;
}

.gobcl {
	font-family: "gobCL", Segoe, sans-serif;
}

.georgia {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.cStack {
	border-radius: 100%;
	color: white;
	background: rgba(255,0,0,.85);
	text-align: center;
	height: 18px;
	width: 18px;
	line-height: 18px;
	position: relative;
	display:inline-block;
	font-weight: bold;
	font-size: 9px;
	top: -3px;
}

.cm-verde-titulo {
	font-family: "gobCL", Segoe, sans-serif;
	// color: #0F7869;
	line-height: 27px;
	font-size: 22px;
}

.rg-border {
	border: 1px #D36F14 solid;
	overflow-wrap: break-word;
}

.topTres-Rg {
	background-color: #fff;
	margin-top: -4%;
	height: 10%;
	width: 39%;
}

.pTopRg {
	text-align: left;
	padding: 2%;
	font-family: "gobCL", Segoe, sans-serif;
	line-height: 27px;
	font-size: 20px;
	color: #0F7869;
	font-weight: 700;
}

.p-top-rg {
	padding: 2%;
	font-family: "gobCL", Segoe, sans-serif;
	line-height: 27px;
	font-size: 16px;
	color: #D36F14;
	font-weight: 700;
}

.rg-btn-orange {
	background-color: #D36F14;
	color: #fff;
	height: 20%;
	height: 20%;
	width: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	float: right;
}

.seleccion-RG {
	text-align: center;
	font-family: "gobCL", Segoe, sans-serif;
	line-height: 27px;
	font-size: 20px;
	color: #0F7869;
	font-weight: 700;
}

.rg-texto-int-progress p {
	font-size: 18px;
	font-weight: 300;
}

.rg-texto-int-progress h4 {
	font-size: 20px;
	font-weight: 600;
	color: #37537A;
}

.texto-int-progress h4 {
	font-size: 20px;
	font-weight: 600;
	color: #37537A;
}

.rg-btn-orange {
	background-color: #D36F14;
	color: #fff;
	height: 20%;
	height: 20%;
	width: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	float: right;
}

input.cm-busqueda[type=submit] {
	border: none;
	height: 45px;
	/*width: 22%;*/
	width: 100%;
	font-family: "gobCL", sans-serif;
	font-weight: 600;
	font-size: 8px;
	color: white;
	margin-left: 7px;
	/* background: 0076ba;
	background: -moz-linear-gradient(left, 0076ba 0%, 0076ba 0%, rgba(25, 163, 128, 1) 23%, rgba(30, 190, 150, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, 0076ba), color-stop(0%, 0076ba), color-stop(23%, rgba(25, 163, 128, 1)), color-stop(100%, rgba(30, 190, 150, 1)));
	background: -webkit-linear-gradient(left, 0076ba 0%, 0076ba 0%, rgba(25, 163, 128, 1) 23%, rgba(30, 190, 150, 1) 100%);
	background: -o-linear-gradient(left, 0076ba 0%, 0076ba 0%, rgba(25, 163, 128, 1) 23%, rgba(30, 190, 150, 1) 100%);
	background: -ms-linear-gradient(left, 0076ba 0%, 0076ba 0%, rgba(25, 163, 128, 1) 23%, rgba(30, 190, 150, 1) 100%);
	background: linear-gradient(to right, 0076ba 0%, 0076ba 0%, rgba(25, 163, 128, 1) 23%, rgba(30, 190, 150, 1) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37537A', endColorstr='#37537A', GradientType=1);
	border-radius: 4px;
}

#bCurso {
	font-size: xx-large;
	color: white;
}

body > div.col-xs-12.col-md-12.col-sm-12 > div.col-xs-12.col-sm-12.col-md-8 > h5 {
	font-size: x-large;
}

.cm-verde-titulo-porcentajes {
	font-family: "gobCL", sans-serif;
	/* color: #0F7869;
	 font-size: 18px;
	line-height: 20px;*/
	font-size: 15px;
	line-height: 18px;
	padding-left: 10px;
}

.lista-rr-ss {
	list-style: none;
	-webkit-padding-start: 0px !important;
	padding-inline-start: 0px !important;
	-webkit-padding-inline-start: 0px !important;
}

.margen-recuadro {
	margin-bottom: 1px;
	border-bottom: solid #a5a5a5 1px;
}

.lista-rr-ss li {
	float: left;
}

.lista-destacados-footer {
	list-style: none;
	-webkit-padding-start: 0px !important;
	padding-inline-start: 0px !important;
	-webkit-padding-inline-start: 0px !important;
}

	.lista-destacados-footer li {
		font-size: 18px;
		font-weight: 400;
	}

.infoBusqueda {
	background-color: rgba(0,0,0,0.4);
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.45) 0,transparent 20%,transparent 100%);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.45) 0,transparent 20%,transparent 100%);
	background-image: -ms-linear-gradient(top,rgba(0,0,0,0.45) 0,transparent 20%,transparent 100%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.45) 0,transparent 20%,transparent 100%);
	text-align: center;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	padding: 25px;
	margin-top: 50px;
	color: #fff;
	text-shadow: 0 1px 0 #000, 0 0 4px #000;
}

select#test4 {
	width: 100%;
}

.margen-texto-modal {
	margin-top: 50px;
}

select#AreaId {
	width: 100%;
	height: 80px;
}

select#test3 {
	width: 100%;
}

#page {
	width: 275px;
	margin: 20px auto;
}

.progress-bar {
	background: #ff7d00;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
	border-radius: 7px;
}

.progress {
	border-radius: 7px;
	overflow: visible;
	background-color: lightgrey !important;
}

.progress-barCircle {
	display: inline-block;
	width: 275px;
	height: 275px;
	margin: 7px;
	padding: 0;
}

	.progress-barCircle .progress-inactive {
	}

	.progress-barCircle .progress-active {
		position: relative;
		top: -279px;
	}

	.progress-barCircle p {
		position: relative;
		margin: 0;
		padding: 0;
		width: 275px;
		top: -460px;
		font-size: 54px;
		font-weight: 900;
		text-align: center;
	}

#progressControllerContainer {
	padding: 10px 80px;
}

#progressControllerContainerSecond {
	padding: 10px 80px;
}

/**/

.icon-mas {
	width: 14px;
	position: absolute;
	right: 30px;
	margin-top: -4px;
	/* top: 6px; */
	/* margin-right: 217px; */
}

.linea-acordion {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-top: none !important;
	margin: 0px !important;
	color: white;
}

.panel-body {
	padding: 15px;
	background: 0076ba;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: none !important;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}

.panel-body p {
	color: white;
	font-size: 14px;
	font-weight: 300;
	font-family: "gobCL", Segoe, sans-serif;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-title {
	color: white;
	font-weight: 300;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

.panel-default {
	border-color: 0076ba;
}

.link-acordion:hover {
	color: white;
	text-decoration: none;
}

.titulo-region {
	background: #A0A0A0;
	padding: 10px;
	margin: 0px;
	border-radius: 0px;
	border: none;
	color: #95989A;
	font-weight: 400;
}

.panel-group .panel + .panel {
	margin-top: 0px !important;
}

.panel-group .panel-heading {
	border-bottom: 0;
	background: #37537A;
	margin: 0px;
}

.gray-header {
	background: #8c8c8c !important;
}

.panel-body-capa {
	padding: 20px;
}

.cm-circulo {
	position: relative !important;
}

.porcentaje {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 57px;
	position: relative;
	top: 6px;
	overflow: hidden;
	background: #9FA5AF;
	z-index: 1;
}

.p-circulo {
	color: white;
	text-shadow: 1px 1px 2px rgba(102, 102, 102, 1);
}

.link-salir-cm img {
	width: 28px;
	position: relative;
	top: 10px;
	cursor: pointer;
}

.listo {
	height: 0%;
	display: block;
	width: 100%;
	float: left;
	transition: 1s all;
	position: absolute;
	bottom: 0;
	z-index: -1;
	background: #37537A !important;
	/*opacity: 0.4;*/
	text-shadow: 0 1px 0 #000, 0 0 4px #000;
}

.listoDos {
	height: 0%;
	display: block;
	width: 100%;
	float: left;
	transition: 1s all;
	position: absolute;
	bottom: 0;
	z-index: -1;
	background: #37537A !important;
	/*opacity: 0.4;*/
	text-shadow: 0 1px 0 #000, 0 0 4px #000;
}

.numero {
	text-align: center;
	display: block;
	position: relative;
	color: white;
	//color: #824700;
	font-weight: 450;
	font-size: 60px;
	/* z-index: 999; */
	width: 100%;
	height: 50px;
	top: -39px;
}

.porcentaje-text {
	position: absolute;
	top: 57px;
	left: 47px;
	z-index: 1;
}

/**/

.cm-logo {
	width: 120px;
	/*display: block;*/
}

.cm-porcentajes {
	font-size: 46px;
	color: #37537A;
	padding-top: 30px;
}

.logo-patners {
	margin-top: 18px;
	height: 180px;
	background-position: center;
	/*background-size: cover;*/
}

header {
	position: fixed;
	height: 80px;
	width: 100%;
	/* background: rgba(232, 228, 228, 0.45); */
	z-index: 3;
}

.cm-lista-navegacion {
	float: right;
	list-style-type: none;
}

#cm-slider-home {
	width: 100%;
	height: 450px;
	position: relative;
}

.cm-texto-titulo-seccion {
	color: white;
	background-color: #37537A;
}

select#ImpartidoId {
	width: 100%;
	height: 80px;
}

.cm-verde-titulo-bajada {
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	color: #37537A;
	line-height: 27px;
	font-size: 16px;
	text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 43px;
	text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #2F2F2F;
	font-weight: 300;
	font-size: 16px;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

select#ModalidadId {
	width: 100%;
	height: 45px;
	padding-top: 10px;
}

.cambio > .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	position: absolute;
	top: 1px;
	/* right: 1px;*/
	left: 28px !important;
	border-left: 1px solid #aaa;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	width: 35px;
	background: white;
}

	.cambio > .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #37537A transparent transparent transparent;
		border-style: solid;
		border-width: 6px 5px 0 5px;
		height: 0;
		left: 50%;
		margin-left: -4px;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 0;
	}

.paginacion-cm .pagination > li > a:hover,
.paginacion-cm .active > a,
.paginacion-cm .pagination > li > a:focus {
	color: white !important;
	background-color: #113B6A !important;
}

a.antes {
	position: relative;
	float: left;
	left: -11px;
	padding: 6px 12px;
	margin-left: -3px !important;
	line-height: 1.42857143;
	color: #37537A;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.despues {
	position: relative;
	float: left;
	left: 11px;
	padding: 6px 12px;
	margin-left: -3px !important;
	line-height: 1.42857143;
	color: #37537A;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.paginacion-cm {
	margin-left: 2%;
	margin-top: -12px;
}

.lista-destacados-footer li a {
	color: white;
}

	.lista-destacados-footer li a:hover {
		color: #37537A;
		text-decoration: none;
		font-weight: 600;
	}

.next-arrow {
	width: 10px;
	height: 15px;
}

.prev-arrow {
	width: 10px;
	height: 15px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent white transparent;
}

.prev-arrow {
	width: 10px;
}

#select2-ImpartidoId-results .select2-results__option--highlighted[aria-selected] {
	background-color: #37537A;
	color: #37537A;
}

#select2-ModalidadId-results .select2-results__option--highlighted[aria-selected] {
	background-color: #37537A;
	color: #37537A;
}

#select2-AreaId-results .select2-results__option--highlighted[aria-selected] {
	background-color: #37537A;
	color: #37537A;
}

#select2-test3-results .select2-results__option--highlighted[aria-selected] {
	background-color: #37537A;
	/* color: #37537A;*/
	color: white;
}

#select2-test4-results .select2-results__option--highlighted[aria-selected] {
	background-color: #37537A;
	/*color: #37537A;*/
	color: white;
}

#select2-AreaId-results .select2-results__option--highlighted[aria-selected] {
	background-color: #37537A;
	/* color: #37537A;*/
	color: white;
}

#select2-test6-results .select2-results__option--highlighted[aria-selected] {
	background-color: #37537A;
	color: white;
}

.paginacion-cm .pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 11px;
	margin-left: -1px;
	line-height: 1.42857143;
	/*color: #37537a !important;*/
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	font-weight: 600;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ffffff;
	z-index: 1;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0px 0;
	border-radius: 4px;
}

span#select2-test6-container .select2-selection__placeholder {
	color: #333;
	margin-left: -18px;
}

span#select2-test6-container .select2-selection__rendered {
	color: #333;
	margin-left: -18px;
}

select#test6 {
	width: 70px;
}

.cm-titulo-banner-busqueda {
	font-weight: 300;
}

	.cm-titulo-banner-busqueda span {
		font-weight: 600;
		line-height: 30px;
	}

p {
	font-family: "gobCL", Segoe, sans-serif;
	margin: 0 0 10px;
	line-height: 20px;
	font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #f5f5f5 transparent transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 43px;
}

.select2-container--default .select2-selection--single {
	height: 46px;
	width: 100% !important;
	outline: 0076ba !important;
}



.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	position: absolute;
	top: 1px;
	right: 1px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	width: 35px;
	background: #37537A;
}

.naranja {
	color: #37537a;
}

.pagination-container {
	float: right;
}

.no-padding {
	/*padding-top: 30px !important;*/
	/*z-index: -2;*/
}

input.cm-busqueda[type=text] {
	-webkit-appearance: none;
	border: none;
	height: 43px;
	border-radius: 1px;
	/*width: 75%;*/
	width: 100%;
}

	input.cm-busqueda[type=text]:-ms-input-placeholder {
		font-family: "gobCL", sans-serif;
		text-align: center;
		font-weight: 300;
		font-size: 16px;
	}

	input.cm-busqueda[type=text]::placeholder {
		font-family: "gobCL", sans-serif;
		text-align: center;
		font-weight: 300;
		font-size: 16px;
	}

.cm-recuadro-home {
	position: absolute;
	top: 440px;
	z-index: 0;
}

.cm-detalles-cursos-otex {
	text-align: center !important;
}

footer {
	background: #113B6A !important;
	color: white;
	position:absolute;
	width: 100%;
	bottom:0;
}

	footer p {
		color: white;
	}

	footer h4 {
		color: white;
		font-weight: 600;
	}

.cm-buscador {
	margin-top: 40px;
}

.t-white {
	color: white;
}

.bajada-busqueda {
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	font-weight: 300;
	text-align: left;
	line-height: 10px;
	color: 0076ba;
}

.overlay {
	position: absolute;
	background-color: rgba(126, 121, 121, 0.22);
	width: 100%;
	height: 99%;
}

.img-logo-footer {
	width: 240px;
}

hr.cm-linea {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 0;
	border-top: 3px solid #37537a;
}

.yellow-tooltip:hover {
	text-decoration: none;
}

.yellow-tooltip + .tooltip > .tooltip-inner h5 {
	color: #794311;
	font-style: normal;
	font-weight: 600;
}

.yellow-tooltip + .tooltip > .tooltip-inner h4 {
	color: white;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.yellow-tooltip + .tooltip > .tooltip-inner p {
	color: white;
	font-size: 13px;
}

.cm-resuadro {
	border-top: 2px solid #0F7869;
	border-bottom: 2px solid #0F7869;
	padding-top: 3px;
	padding-bottom: 7px;
}

.yellow-tooltip + .tooltip > .tooltip-inner {
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	color: white;
	background: rgba(244, 147, 62, 1);
	background: -moz-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244, 147, 62, 1)), color-stop(0%, rgba(244, 147, 62, 1)), color-stop(76%, rgba(205, 115, 32, 1)), color-stop(96%, rgba(195, 107, 24, 1)), color-stop(100%, rgba(198, 109, 25, 1)));
	background: -webkit-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -o-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -ms-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: linear-gradient(to right, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4933e', endColorstr='#c66d19', GradientType=1);
	width: 300px;
	font-weight: 300;
	font-style: italic;
}

.tooltip.top .tooltip-arrow {
	bottom: -8px;
	left: 50%;
	margin-left: -13px;
	border-width: 13px 13px 0;
	border-top-color: #113B6A;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39039', endColorstr='#c36b18', GradientType=1);
}

.tooltip-arrow {
	display:none;
}

.tooltip-inner{
	margin-top:29px;
}

.slider-handle.custom {
	background: transparent none;
}

	/* Or display content like unicode characters or fontawesome icons */
	.slider-handle.custom::before {
		line-height: 15px !important;
		font-size: 26px !important;
		content: "\f005";
		color: #f39c12 !important;
		cursor:pointer !important;
	}

.cm-recuadro-home h1 {
	color: white;
	/*margin-bottom: 33px;*/
}

.cm-busqueda {
	float: left;
}

.cm-logo-2 {
	width: 128px;
	display: none;
}

/*carla-css*/

.cm-detalles {
	/* padding-top: 64px; */
	padding: 0px;
	/* margin-top: 35%; */
}

. .cm-detalles p {
	/* padding-top: 64px; */
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

.cm-detalles-cursos-otex-cotizacion {
	text-align: center !important;
	/* min-height: 279px; */
}

.cm-recuadro-titular {
	margin-top: 34px;
	margin-bottom: 34px;
}

	.cm-recuadro-titular h3 {
		font-size: 28px;
		font-weight: 600;
		color: #1A6965;
	}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 14px;
	position: relative;
	vertical-align: middle;
}

.cm-titulo-cotizacion {
	font-family: "gobCL", Segoe, sans-serif;
	color: #37537A;
	font-size: 23px;
	font-weight: 300;
	text-align: center;
}

.cm-porcentajes-cotizacion {
	font-size: 46px;
	color: #37537A;
	padding-top: 0px;
}

.cm-titulo-cotizacion span {
	font-family: "gobCL", Segoe, sans-serif;
	font-weight: 800;
	background-color: #37537A;
	color: white;
}

.cm-contacto {
	background: #37537a;
	min-height: 140px;
}

.margen-recuadro-cotizacion {
	margin-bottom: 0px;
	/* padding-top: 35px; */
	padding-left: 35px;
	padding-right: 35px;
}

hr.cm-linea-cotizar {
	width: 100%;
	margin-top: 9px;
	margin-bottom: 12px;
	border: 0;
	border-top: 3px solid 0076ba;
}

.recuadro-votacion-iconos ul {
	list-style: none;
	width: 20%;
	padding-inline-start: 0px;
	float: left;
}

	.recuadro-votacion-iconos ul li {
		margin-top: 5px;
	}

.contact-cotizacion-cm {
	padding: 26px;
}

.cm-contacto h3 {
	color: white;
	font-size: 36px;
	font-weight: 800;
	font-family: "gobCL", Segoe, sans-serif;
}

.contact-cotizacion-cm p {
	color: white;
}

a:focus {
	/*color: white;*/
	outline: none;
	outline-offset: -2px;
	text-decoration: none;
}

.contact-cotizacion-cm input {
	width: 100%;
	background: white;
}

.contact-cotizacion-cm textarea {
	resize: none;
	width: 100%;
	height: 130px;
	background: white;
}

.btnEnviarContacto {
	background-color: #113B6A !important;
	color: white !important;
}
.btnEnviarContacto:hover {
	background-color: white !important;
	color: #37537A !important;
	border: 1px solid #37537A !important;
}

.barraDos {
	float: right
}

.cotizacion-boton {
	width: 100%;
	padding-top: 6px;
	line-height: 39px;
	line-height: 28px;
	font-family: "gobCL", Segoe, sans-serif;
	font-size: 17px;
	font-weight: 700;
	float: right;
	cursor: pointer;
	margin-top: 24px;
	border-radius: 9px;
	color: #37537A;
	border: none;
	-webkit-box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
	background: rgba(255, 255, 255, 1) !important;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(18%, rgba(255, 255, 255, 1)), color-stop(80%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(209, 209, 209, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=1) !important;
}

.link-sigue-conociendo-cm h4 {
	width: 300px;
	position: relative;
	left: 50%;
	-webkit-box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
	top: 46px;
	cursor: pointer;
	font-weight: 800;
	padding-top: 13px !important;
	line-height: 24px;
	border-radius: 11px;
	margin-left: -160px;
	padding: 9px;
	font-size: 17px;
	font-family: "gobCL", Segoe, sans-serif;
	color: #37537A;
	border: none;
	background: rgba(255, 255, 255, 1) !important;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(18%, rgba(255, 255, 255, 1)), color-stop(80%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(209, 209, 209, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=1) !important;
}

.link-sigue-conociendo-cm {
	color: #0F7869;
}

.cm-password {
}

input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari 
	color: white;*/
	font-family: "gobCL", Segoe, sans-serif;
}

input[type=text]::-moz-placeholder {
	/* Firefox 19+ 
	color: white;*/
	font-family: "gobCL", Segoe, sans-serif;
}

input[type=text]:-ms-input-placeholder {
	/* IE 10+ 
	color: white;*/
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

input[type=text]::placeholder {
	/*color: white;*/
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

.captcha {
	color: white;
	background: #A33535 !important;
	border: 1px solid #933937 !important;
}

.contact-cotizacion-clave {
	color: #333;
	font-size: 15px;
	margin-top: 5px;
}

.cm-porcentajes-cotizacion {
	font-size: 46px;
	font-weight: 900;
	margin-top: 19px;
	color: #37537A;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	padding-top: 0px;
}

.cm-porcentajes {
	font-size: 46px;
	font-weight: 900;
	/* margin-top: 19px;*/
	/* color: #37537A;*/
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	padding-top: 0px;
}

input[type=text]:-moz-placeholder {
	/* Firefox 18- */
	color: white;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

.fancybox-slide--html .fancybox-close-small {
	//color: currentColor;
	color: black !important;
	padding: 10px;
	right: 0;
	/* background: rgba(24,155,122,1); */
	top: 0;
	border-radius: 10px;
	margin-top: 6px;
	margin-right: 9px;
	color: white;
}

.detalle-curs {
	color: black;
}

	.detalle-curs:hover {
		color: black;
	}


/*** ITEM CURSO ****************************************************************************************************************************/

.badge.badge-accented.yellow {
	background: #f4c150;
	color: #29303b;
}

.badge.badge-accented {
	border-radius: 3px;
	font-size: 9px;
	padding: 1px 8px;
	background: #14171c;
	border: none;
	color: #fff;
	min-width: inherit;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: -3px;
	z-index: 2;
	vertical-align: baseline;
}

.badge {
	display: inline-block;
	min-width: 22px;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 1.43;
	vertical-align: text-top;
	white-space: nowrap;
	text-align: center;
	text-shadow: none;
	background-clip: padding-box;
	background-color: #ec5252;
	border: 2px solid #fff;
	border-radius: 15px;
	z-index: 1;
}

	.badge.badge-accented:after {
		background: inherit;
		content: '';
		height: 11px;
		position: absolute;
		top: 2px;
		transform: rotate(45deg);
		width: 11px;
		z-index: 1;
		display: block;
	}

	.badge.badge-accented:after {
		border-radius: 3px;
		right: -4px;
	}
/*********************************************************************************************************************************/

/*** FICHA CURSO *****************************************************************************************************************/
center {
	align-items: center;
}

.FichaDatosCurso {
	margin-top: -1px;
	padding: 20px 20% 20px;
	background-color: #29303B;
	float: left;
	position: relative;
	z-index: 1;
	color: white;
}

.EvaluacionesLink {
	color: inherit;
}

	.EvaluacionesLink:hover {
		color: inherit;
	}

.ContentFichaTopButton {
	padding: 0px !important;
	text-align: right;
}

.FichaTopButton, .FichaTopButton:focus {
	display: inline-block;
	padding: 5px 30px;
	width: auto;
	border: solid 1px white;
	background-color: #29303B !important;
	font-size: 12px;
	text-align: center;
	margin: 5px auto;
	color: white;
	text-decoration: none;
}

h3.FichaTitulos {
	text-align: left;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	font-size: 18px;
	color: #37537A;
}

h3.TituloEvaluacion {
	font-size: 14px;
	margin-top: 0px;
}

div.DetallesCurso {
	background-color: #efefef;
	padding: 30px;
}

.FichaEvaluaciones {
	margin-bottom: 20px;
	padding: 0px;
}

@media screen and (min-width:1600px) {
	.FichaDatosCurso {
		padding: 80px 15% 20px;
	}
}

@media screen and (min-width:1400px) and (max-width: 1599px) {
	.FichaDatosCurso {
		padding: 80px 10% 20px;
	}
}

@media screen and (min-width:1200px) and (max-width: 1399px) {
	.FichaDatosCurso {
		padding: 80px 5% 20px;
	}



    ul.nav.navbar-nav > li > a {
        padding: 16px 30px !important;
    }

}

@media screen and (min-width:768px) and (max-width: 1199px) {
	.FichaDatosCurso {
		padding: 80px 10px 20px;
	}
    ul.nav.navbar-nav > li > a {
        padding: 16px 20px !important;
    }
}

    @media screen and (min-width:100px) and (max-width: 768px) {
        h1.FichaCursoTitulo {
            margin-top: 35px;
        }

        .FichaDatosCurso {
            padding: 80px 10px 20px;
        }

        ul.nav.navbar-nav > li > a {
            padding: 16px 30px !important;
        }
    }

    @media screen and (min-width: 100px) and (max-width: 500px) {
        h1.FichaCursoTitulo {
            font-size: 20px;
            text-align: center;
            margin-top: 40px;
        }

        .EvaluacionesLink {
            text-align: center;
        }

        h2.FichaNombreOtec {
            font-size: 17px;
            text-align: center;
        }

        .ContentFichaTopButton {
            text-align: center;
        }

        .FichaTopButton {
            padding: 5px 10px;
        }

        .FichaDatosCurso > div > h6 {
            text-align: center;
        }

        #validacapacitados > div > a > center > h1 {
            margin-top: 0px;
        }

        #validaempre > div > a > center > h1 {
            margin-top: 0px;
        }

        #FormBuscarSic > div.row {
            padding: 15px 0px !important;
        }

        #pnlBusca {
            padding: 0px 0px !important;
        }

        #FormBuscarFranq > div.row, #FormBuscarFranq > div.row {
            padding: 20px 0px !important;
        }
    }

    @media (min-width: 320px ) and (max-width: 374px) {
        .ui-autocomplete {
            /*width: 229px !important;*/
            height: 151px;
        }

        .ui-menu-item {
            font-size: 4vw !important;
        }
    }

    @media screen and (max-width: 226px) {
        h1.FichaCursoTitulo {
            margin-top: 60px;
        }
    }
    /********************************************************************************************************************************/

    .recuadro-votacion-iconos ul li a img {
        width: 44px;
        /* display: block; */
        margin: 0 auto;
    }

    .recuadro-votacion ul {
        list-style: none;
        width: 20%;
        padding-inline-start: 0px;
        float: left;
    }

    .segundo-slide {
        display: none;
    }

    .recuadro-votacion ul li {
        margin-top: 8px;
        margin-left: 8px;
    }

        .recuadro-votacion ul li a img {
            width: 44px;
            display: block;
            margin: 0px auto;
        }

    .cm-texto-titulo-seccion.turqueza {
        background: #37537A;
    }

    .contact-cotizacion-cm:hover {
        color: white;
    }


    /*css carla*/

    .segundo-slide {
        display: none;
    }

    .recuadro-votacion ul li {
        margin-top: 8px;
        margin-left: 8px;
    }

        .recuadro-votacion ul li a img {
            width: 44px;
            display: block;
            margin: 0px auto;
        }

    .cm-texto-vertical {
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        font-size: 19px;
        color: white;
        margin: 0px;
        margin-left: 17px;
        float: left;
        width: 10%;
    }

    label {
        cursor: pointer;
    }

    .private-sl-1.category svg.plabel-svg.replaced-svg {
        width: 41px !important;
        left: 50%;
        margin-left: -32px;
    }

    label.private-sl-1 > input {
        visibility: hidden;
        position: absolute;
    }

    input[type="radio"] {
        cursor: pointer !important;
        cursor: pointer;
    }

    .recuadro-votacion-iconos textarea {
        /* padding-top: 45px; */
        width: 100% !important;
        height: 150px;
        border: none;
        border-radius: 3px;
        float: left;
    }

    label.private-sl-1 > input:checked + svg.plabel-svg.replaced-svg .cls-1 {
        fill: #88501E !important;
    }

    .recuadro-votacion-iconos input {
        background-color: #37537A !important;
        //background: #88501E;
        width: 80px;
        border-radius: 3px;
        border: none !important;
        color: white;
        float: right;
        position: relative;
        right: 10px;
        top: 11px;
        /* margin-top: 20px; */
    }

    .recuadro-votacion-iconos textarea {
        /* padding-top: 45px; */
        width: 66%;
        height: 150px;
        border: none;
        border-radius: 3px;
        float: left;
    }

    .cm-recuadro-principal-semse-ab {
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cm-texto-vertical-1 {
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        font-size: 19px;
        color: white;
        margin: 4px;
        float: left;
        padding-left: 5px;
        /* width: 10%; */
    }

    .cm-texto-vertical-2 {
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        font-size: 19px;
        color: white;
        margin: 4px;
        float: left;
        padding-left: 5px;
        /* width: 10%; */
    }

    .link-video-sn {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .bajada-titulo-sn h3 {
        font-size: 40px;
        font-weight: 800;
        color: #37537A;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
    }

    .bajada-titulo-sn p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #37537A;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
    }

    .cm-titulo-conceptos {
        font-weight: 400;
        font-size: 39px;
        color: #37537A;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
    }

    .textos-conceptos-sn h4 {
        font-weight: 600;
        font-size: 30px;
        color: #2597da;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
    }

    .textos-conceptos-sn h3 {
        font-weight: 600;
        font-size: 39px;
        color: #37537A;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
    }

    .textos-conceptos-sn p {
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
        color: #37537A;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
    }

    .recuadro-votacion-iconos {
        z-index: 2;
        display: none;
        padding-top: 30px;
        border-bottom-left-radius: 9px;
        border-top-left-radius: 9px;
        padding-bottom: 30px;
        width: 300px !important;
        height: 270px !important;
        position: fixed;
        right: 0px;
        top: 20%;
        min-height: 100px;
        background-color: #37537a !important;
        /* background: rgba(244, 147, 62, 1);
	background: -moz-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244, 147, 62, 1)), color-stop(0%, rgba(244, 147, 62, 1)), color-stop(76%, rgba(205, 115, 32, 1)), color-stop(96%, rgba(195, 107, 24, 1)), color-stop(100%, rgba(198, 109, 25, 1)));
	background: -webkit-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -o-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -ms-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: linear-gradient(to right, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);*/
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4933e', endColorstr='#c66d19', GradientType=1);
    }

    .progress-bar {
        /* background: #ff7d00; */
        -webkit-transition: width 1.5s ease-in-out;
        transition: width 1.5s ease-in-out;
        border-radius: 7px;
        background: #37537A !important;
    }

    .gracias-cotizacion {
        -webkit-box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 10px 32px -12px rgba(0, 0, 0, 0.75);
        background: rgba(255, 255, 255, 1) !important;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(18%, rgba(255, 255, 255, 1)), color-stop(80%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(209, 209, 209, 1))) !important;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(209, 209, 209, 1) 80%, rgba(209, 209, 209, 1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=1) !important;
        padding: 14px;
        top: 49px;
        /*color: #0F7869;*/
        font-weight: 700;
        display: inherit;
        min-width: 200px;
        font-size: 15px;
        position: relative;
        left: 50%;
        margin-left: -110px;
        border-radius: 4px;
    }

    .recuadro-votacion {
        z-index: 2;
        /* min-width: 25px; */
        /* position: relative; */
        padding: 4px;
        border-bottom-left-radius: 21px;
        border-top-left-radius: 21px;
        position: fixed;
        top: 20%;
        width: 40px;
        right: 0px;
        min-height: 100px;
        /*   background: rgba(244, 147, 62, 1);
	background: -moz-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244, 147, 62, 1)), color-stop(0%, rgba(244, 147, 62, 1)), color-stop(76%, rgba(205, 115, 32, 1)), color-stop(96%, rgba(195, 107, 24, 1)), color-stop(100%, rgba(198, 109, 25, 1)));
	background: -webkit-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -o-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: -ms-linear-gradient(left, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);
	background: linear-gradient(to right, rgba(244, 147, 62, 1) 0%, rgba(244, 147, 62, 1) 0%, rgba(205, 115, 32, 1) 76%, rgba(195, 107, 24, 1) 96%, rgba(198, 109, 25, 1) 100%);*/
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4933e', endColorstr='#c66d19', GradientType=1);
    }

    .recuadro-votacion2 {
        z-index: 1;
        margin-top: 35px;
        /* min-width: 25px; */
        /* position: relative; */
        padding: 4px;
        border-bottom-left-radius: 21px;
        border-top-left-radius: 21px;
        position: fixed;
        top: 42%;
        width: 40px;
        right: 0px;
        min-height: 100px;
        background: #37537A;
    }

    .recuadro-votacion3 {
        z-index: 1;
        margin-top: 72px;
        /* min-width: 25px; */
        /* position: relative; */
        padding: 4px;
        border-bottom-left-radius: 21px;
        border-top-left-radius: 21px;
        position: fixed;
        top: 64%;
        width: 40px;
        right: 0px;
        min-height: 100px;
        background: #37537A;
    }

    .slider-home-sense div {
        min-height: 450px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .cm-boton-cotizar:hover {
        text-decoration: none;
        color: white;
    }

    .cm-boton-cotizar {
        display: block;
        text-align: center;
        width: 140px;
        font-weight: 800px;
        font-size: 19px;
        margin: 0 auto;
        color: white;
        padding: 10px;
        border-radius: 4px;
        background: #37537A;
    }

        .cm-boton-cotizar:focus {
            color: white;
        }

    .cm-lista-navegacion li {
        font-weight: 400;
        margin-top: 20px;
        font-size: 20px;
        /*color: white;*/
        float: left;
        margin-left: 60px;
    }

        .cm-lista-navegacion li a {
            /*color: white;*/
            font-family: "gobCL", Segoe, sans-serif;
        }

    .cm-select-spacing {
        margin-top: 15px;
    }

    /*
h1 {
	font-size: 48px;
}
*/
    /*fin menu movil 320 */

    /*menu hamburqgueza*/

    /*menu-movil*/

    .lista-menu {
        float: right;
        list-style: none;
        padding-top: 30px;
    }

    .hamburger {
        position: fixed;
        background-color: transparent;
        right: 35px;
        top: 1px;
        height: 30px;
        width: 30px;
        padding: 20px 20px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        z-index: 1002;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .hamburger.is-active {
            background-color: none;
        }

    ._layer {
        background: #eee;
        margin-bottom: 5px;
        border-radius: 2px;
        width: 28px;
        height: 4px;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    }

    .hamburger:hover .-top {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .hamburger:hover .-bottom {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .hamburger.is-active .-top {
        -webkit-transform: translateY(200%) rotate(45deg) !important;
        -ms-transform: translateY(200%) rotate(45deg) !important;
        transform: translateY(200%) rotate(45deg) !important;
    }

    .hamburger.is-active .-mid {
        opacity: 0;
    }

    .hamburger.is-active .-bottom {
        -webkit-transform: translateY(-200%) rotate(135deg) !important;
        -ms-transform: translateY(-200%) rotate(135deg) !important;
        transform: translateY(-200%) rotate(135deg) !important;
    }

    .menuppal.is_active {
        transform: translate3d(0px, 0px, 0px);
        display: block !important;
        margin: 0px;
    }

    .menuppal {
        background-color: #050505de;
        bottom: 0;
        height: 100%;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        display: none;
        transform: translate3d(0px, -100%, 0px);
        transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
        width: 100%;
        z-index: 1001;
    }

        .menuppal ul {
            /* margin: 0; */
            /* padding: 0; */
            position: relative;
            top: 129px;
            /* margin-top: 162px; */
        }

    ul {
        margin-top: 0;
        margin-bottom: 10px;
        -webkit-padding-start: 0px !important;
        padding-inline-start: 0px !important;
        -webkit-padding-inline-start: 0px !important;
    }

    .menuppal ul li {
        list-style: none;
        text-align: center;
        /* font-family: Verdadna, Arial, Helvetica; */
        color: $nav-color-text;
        font-size: 2rem;
        line-height: 4em;
        margin-left: 0px;
        height: 3em;
        color: #369;
        text-transform: none;
        font-weight: bold;
    }

        .menuppal ul li a {
            text-decoration: none;
            color: #ddd;
        }

    .cm-banner-resultados {
        position: relative;
        /*min-height: 590px;*/
        background-position: center;
        background-size: cover;
    }

    .cm-porcentajes-curso-int {
        font-size: 70px;
        color: #84460E;
        padding-top: 30px;
        margin: 0px;
        font-weight: 400;
    }

    .cm-circulo {
        width: 220px;
        height: 220px;
        position: relative;
        top: 10px;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        background: #F7F7F7;
        margin-bottom: 30px;
    }

    .t-verder-oscu {
        color: #84460E;
    }

    .titulo-nombre-curso {
        font-size: 36px;
        color: #37537a;
    }

    .texto-int-progress p {
        color: #37537A;
        font-size: 18px;
        font-weight: 300;
    }

    .texto-int-progress h4 {
        font-size: 20px;
        font-weight: 600;
        color: #37537A;
    }

    .porcentajes-cursos {
        margin-top: 20px;
    }

    .cm-circulo-interno {
        width: 200px;
        height: 200px;
        position: relative;
        top: 14px;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        background-image: url(img/circulo-interior-03.svg);
    }

        .cm-circulo-interno p {
            font-weight: 300;
            font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        }

    /*  css regina  */

    ul,
    li > p {
        display: inline;
        list-style-type: none !important;
        list-style: none !important;
    }

    li {
        margin-bottom: 2%;
    }

    .detCurso {
        margin-bottom: 0.5%;
    }

    .imgCurso {
        height: 30%;
        width: 30%;
    }

    .curso {
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        /*color: #0F7869;*/
        line-height: 27px;
    }

    .cursoName {
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        color: #0F7869;
        line-height: 27px;
        font-size: 25px;
        font-weight: 700;
    }

    .name {
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        line-height: 27px;
        font-size: 20px;
    }

    .description {
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        /* line-height: 27px;*/
        font-size: 20px;
        font-weight: 700;
    }

    .border {
    }

    .codSence {
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        line-height: 27px;
        font-size: 12px;
        font-weight: 700;
    }

    .info {
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        font-size: 14px;
    }

    .top-Rg {
        background-color: #fff;
        margin-top: -4%;
        height: 10%;
        width: 40%;
    }


    .topDos-Rg {
        background-color: #fff;
        margin-top: -4%;
        height: 10%;
    }

    .topTres-Rg {
        background-color: #fff;
        margin-top: -4%;
        height: 10%;
        width: 42%;
    }

    .topImp-Rg {
        background-color: #fff;
        height: 10%;
    }

    .pTopRg {
        text-align: left;
        padding: 2%;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        line-height: 27px;
        font-size: 18px;
        color: #37537A;
        font-weight: 700;
    }

    .seleccion-RG {
        text-align: center;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        line-height: 27px;
        font-size: 20px;
        color: #0F7869;
        font-weight: 700;
    }

    .last-RG {
        text-align: center;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        line-height: 27px;
        font-size: 17px;
    }

    .bgImg-RG {
        background: url(img/foto.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .logo-patners-RG {
        margin-top: 10px;
        height: 180px;
        background-position: center;
        background-size: cover;
        background-color: white;
    }

    /*  css regina  */

    /*fin-menu-movil*/


    .senceLogoCentro {
        width: 400px;
    }

    .scrollDown {
        bottom: 0px;
        position: fixed;
        width: 100%;
        text-align: center;
        padding-right: 30px !important;
        padding-left: 0px;
    }

    @media screen and (max-width:500px) {

        .cm-banner-resultados {
            /*min-height: 590px;*/
        }

        footer {
            position: unset !important;
        }
    }

    @media screen and (min-width:501px) {

        footer {
            position: absolute !important;
        }
    }

    @media screen and (min-width:300px) {

        .cm-banner-resultados {
            /*min-height: 590px;*/
        }

        footer {
            position: unset;
        }
    }

    @media screen and (max-width:360px) {

        .senceLogoCentro {
            width: 230px !important;
            margin-top: 100px;
            display: none;
        }
    }

    @media screen and (min-width:360px) {

        .cm-banner-resultados {
            /*min-height: 650px;*/
        }

        .senceLogoCentro {
            width: 200px;
            margin-top: 85px;
        }
    }

    @media screen and (min-width:375px) {

        .cm-banner-resultados {
            /*min-height: 600px;*/
        }
    }

    @media screen and (min-width:400px) {
        .paginacion-cm {
            margin-left: 12%;
            margin-top: -12px;
        }

        input.cm-busqueda[type=submit] {
            font-size: 12px;
            font-family: "gobCL", sans-serif;
        }

        .cm-banner-resultados {
            /*min-height: 590px;*/
        }
    }

    @media screen and (min-width:480px) {
        input.cm-busqueda[type=text] {
            /*    width: 76.4%;*/
            width: 100%;
        }

        input.cm-busqueda[type=submit] {
            border: none;
            font-size: 12px;
        }

        /*.container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}*/

        .paginacion-cm {
            margin-left: 12%;
            margin-top: -12px;
        }

        .cm-detalles-cursos-otex {
            text-align: center !important;
            min-height: 58px ¡important;
        }


        .pTopRg {
            text-align: left;
            padding: 2%;
            font-family: "gobCL", Segoe, sans-serif;
            line-height: 27px;
            font-size: 20px;
            color: #37537A;
            font-weight: 700;
        }

        .p-top-rg {
            padding: 2%;
            font-family: "gobCL", Segoe, sans-serif;
            line-height: 27px;
            font-size: 20px;
            color: #D36F14;
            font-weight: 700;
        }


        .cm-recuadro-home {
            top: 100px;
        }
    }

    @media screen and (min-width:640px) {
        .cm-porcentajes-cotizacion {
            font-size: 46px;
            margin-top: 54px !important;
            color: #37537A;
            padding-top: 0px;
        }

        .cotizacion-boton {
            width: 84%;
        }

        input.cm-busqueda[type=submit] {
            border: none;
            font-size: 16px;
            font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        }

        .cm-texto-vertical-1 {
            writing-mode: vertical-lr;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            font-size: 19px;
            color: white;
            margin: 9px;
            float: left;
            padding-left: 5px;
            /* width: 10%; */
        }

        .cm-texto-vertical-2 {
            writing-mode: vertical-lr;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            font-size: 19px;
            color: white;
            margin: 9px;
            float: left;
            padding-left: 5px;
            /* width: 10%; */
        }

        .cm-detalles-cursos-otex-cotizacion {
            text-align: left !important;
            min-height: 144px;
        }

        .paginacion-cm {
            margin-left: 23%;
            margin-top: -12px;
        }

        input.cm-busqueda[type=text] {
            /* width: 76.7%;*/
            width: 100%;
        }

        .cm-detalles-cursos-otex {
            text-align: center !important;
            min-height: 144px;
        }

        .cm-verde-titulo {
            line-height: 20px;
        }

        .cm-recuadro-home {
            top: 55px;
        }

        .cm-verde-titulo {
            font-size: 24px;
        }

        .cm-logo {
            width: 162px;
        }
    }

    @media screen and (min-width:768px) {
        .cm-porcentajes-cotizacion {
            font-size: 46px;
            margin-top: 19px;
            color: #37537A;
            padding-top: 0px;
        }

        .cm-titulo-cotizacion span {
            font-size: 43px;
            padding: 10px;
        }

        .cm-detalles-cursos-otex {
            text-align: center !important;
            min-height: 0px;
        }

        .paginacion-cm {
            margin-left: 28%;
            margin-top: 11px;
        }

        input.cm-busqueda[type=text] {
            /* width: 77.8%;*/
            width: 100%;
        }

        .img-logo-footer {
            width: 80%;
            padding-top: 10px;
        }

        .paginacion-cm {
            margin-left: 9%;
            margin-top: 11px;
        }

        hr.cm-linea {
            display: none;
        }

        .cm-logo {
            width: 162px;
        }

        .bajada-busqueda {
            font-weight: 300;
            text-align: right;
            line-height: 10px;
            color: 0076ba;
        }

        select#test3 {
            width: 96%;
        }

        .cm-detalles {
            /* padding-top: 64px; */
            padding: 0px;
            margin-top: 35%;
        }

        select#ImpartidoId {
            width: 96%;
            height: 45px;
        }

        select#test4 {
            width: 96%;
        }

        select#AreaId {
            width: 96%;
            height: 45px;
        }

        .cm-detalles {
            padding-top: 5px;
            margin-top: 1px;
        }

        input.cm-busqueda[type=submit] {
            /* width: 21%;*/
            width: 100%;
        }

        .senceLogoCentro {
            width: 300px !important;
            margin-top: 210px;
        }

        .cm-banner-resultados {
            /*min-height: 980px;*/
        }
    }

    @media screen and (min-width:1024px) {

        .cm-banner-resultados {
            /*min-height: 720px;*/
        }
    }

    @media screen and (min-width:992px) {
        .cm-detalles-cursos-otex {
            text-align: left !important;
        }

        .cm-porcentajes-cotizacion {
            margin-top: 12px !important;
        }

        .cm-texto-vertical-1 {
            padding-left: 4px;
        }

        .cm-texto-vertical-2 {
            padding-left: 4px;
        }

        .recuadro-votacion {
            top: 20%;
            padding: 6px;
        }

        .recuadro-votacion-iconos {
            top: 20%;
        }

        .paginacion-cm {
            margin-left: 40%;
            margin-top: 11px;
        }

        .cm-lista-navegacion li {
            margin-left: 33px;
        }

        .paginacion-cm {
            margin-left: 41%;
            margin-top: 7px;
        }

        hr.cm-linea {
            display: block;
        }

        .cm-detalles-cursos-otex {
            text-align: left !important;
        }

        .cm-detalles {
            padding-top: 5px;
            margin-top: 50px;
        }


        .H-totales {
            padding: 0px;
        }

        input.cm-busqueda[type=text] {
            /*width: 76.4%;*/
            width: 100%;
        }

        #cbp-spmenu-s2 {
            display: none !important;
        }
    }

    @media screen and (min-width:1200px) {
        .cm-lista-navegacion li {
            margin-left: 46px;
        }

        .cm-logo {
            width: 162px;
        }

        .paginacion-cm {
            margin-left: 43%;
            margin-top: 11px;
        }
    }

    @media screen and (min-width:1300px) {
        .img-logo-footer {
            width: 91%;
        }

        .paginacion-cm {
            margin-left: 44%;
            margin-top: 11px;
        }
    }

    @media screen and (min-width:1500px) {
        .img-logo-footer {
            width: 70%;
        }

        .paginacion-cm {
            margin-left: 46%;
            margin-top: 11px;
        }
    }

    /* UP TO PAGE */
    #back-top {
        position: fixed;
        /*bottom: 28px;*/
        bottom: 5px;
        right: 10px;
        z-index: 2;
    }

        #back-top a {
            display: block;
            text-align: center;
            text-decoration: none;
            color: #FFFFFF;
            opacity: .5;
            border-radius: 50%;
            box-shadow: 0 1px 5px rgba(0,0,0,.5);
            background-color: #656A76;
            font-size: 260%;
            width: 50px;
            height: 50px;
            vertical-align: -100%;
            z-index: 2;
            line-height: 100%;
        }

            #back-top a:hover {
                opacity: 1;
            }

    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
        opacity: .8;
    }

    .totalResultados {
        position: relative;
        float: left;
        padding: 6px 11px;
        margin-left: -1px;
        line-height: 1.42857143;
        // color: #0F7869;
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        font-weight: 600;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ffffff;
    }

    .cm-boton-volver:hover {
        text-decoration: none;
        color: #37537A;
    }

    .cm-boton-volver {
        display: block;
        text-align: center;
        width: 270px;
        font-weight: 800px;
        font-size: 19px;
        margin: 0 auto;
        // color: white;
        padding: 10px;
        border-radius: 4px;
        background: #37537A;
    }

        .cm-boton-volver:focus {
            color: #37537A;
        }

    .cm-boton-verde {
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 5px auto;
        color: white;
        padding: 5px;
        border-radius: 0px;
        background: #37537A !important;
    }

        .cm-boton-verde:hover {
            text-decoration: none;
            color: white;
        }

        .cm-boton-verde:focus {
            color: white;
        }

    .cm-boton-naranja {
        display: block;
        text-align: center;
        font-size: 19px;
        margin: 5px auto;
        color: white;
        padding: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

        .cm-boton-naranja:hover {
            text-decoration: none;
            color: white;
        }

        .cm-boton-naranja:focus {
            color: white;
        }

    .divTable {
        display: table;
        width: 100%;
        text-align: center;
    }

    .divTableRow {
        display: table-row;
    }

    .divTableHeading {
        background-color: #ffffff;
        display: table-header-group;
    }

    .divTableCell, .divTableHead {
        border: 1px solid #ffffff;
        display: table-cell;
        padding: 3px 10px;
    }

    .divTableHeading {
        background-color: #ffffff;
        display: table-header-group;
        font-weight: normal;
    }

    .divTableFoot {
        background-color: #ffffff;
        display: table-footer-group;
        font-weight: normal;
    }

    .divTableBody {
        display: table-row-group;
    }

    .tittleWindows {
        background-color: #37537A !important;
    }

    .me-chat-message {
        background-color: #37537A !important;
    }

    .btn-primary {
        background-color: #113B6A !important;
    }

        .btn-primary:hover {
            background: linear-gradient(to right, #eee 0%, #eee 0%, #eee 76%, #eee 96%, #eee 100%) !important;
            background-color: #eee !important;
            color: #113B6A !important;
            border-color: #eee !important;
        }

    /* Replace on html script 
- $(".nav li a:not(.dropdown-menu li a)").css("color", "rgba(24,155,122,1)");
+ $(".nav li a:not(.dropdown-menu li a)").css("color", "#4e4e4e");

	cambios aplicados 14-02
*/
    .recuadro-votacion {
        background: #37537A;
        padding: 9px;
    }

    .logo-patners {
        margin-top: 0;
    }

    .cm-select-spacing label {
        font-size: 16px;
        text-shadow: 1px 4px 9px #00000080;
    }

    ul.nav.navbar-nav > li > a {
        color: #fff;
        border: solid 2px white;
        line-height: 1;
        padding: 16px 48px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        ul.nav.navbar-nav > li > a:hover {
            background-color: white;
            color: #29303B !important;
        }

        ul.nav.navbar-nav > li > a:hover {
            background-color: white;
            color: #29303B !important;
        }

    .cm-recuadro-home h1 {
        text-shadow: 1px 4px 9px #00000080;
    }

    span.cm-texto-titulo-seccion {
        background-color: #37537A;
    }

    input#BuscadorCurso {
        position: relative;
        height: 45px;
        color: #535353;
        background-image: none;
        border: 1px solid #535353;
        border-radius: 0px;
        font-size: 14px;
        line-height: 1.42857143;
    }


        input#BuscadorCurso:focus {
            /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);*/
            /*box-shadow: 0 0 0 3px -moz-mac-focusring;*/
            color: #222;
            outline: none;
            z-index: 2;
        }

    input#BuscadorOtec {
        position: relative;
        height: 45px;
        color: #535353;
        background-image: none;
        border: 1px solid #535353;
        border-radius: 0px;
        font-size: 14px;
        line-height: 1.42857143;
    }

        input#BuscadorOtec:focus {
            /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);*/
            /*box-shadow: 0 0 0 3px -moz-mac-focusring;*/
            color: #222;
            outline: none;
            z-index: 2;
        }

    input.cm-busqueda[type="submit"] {
        margin-left: 0;
        border-radius: 0px;
        background: #37537a;
        border-color: #37537a;
        font-size: 14px;
        height: 45px;
    }

    span.select2-container .select2-selection--single {
        border-radius: 0px;
        border: 1px solid #535353 !important;
        color: #535353;
        width: 65px;
    }

    span.select2-container--default .select2-selection--single {
        border: none;
    }

        span.select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 14px;
        }

        span.select2-container--default .select2-selection--single .select2-selection__arrow {
            background: #37537a;
            border-radius: 0;
            right: -6px;
        }

    #select2-AreaId-results .select2-results__option--highlighted[aria-selected],
    #select2-ModalidadId-results .select2-results__option--highlighted[aria-selected],
    #select2-ImpartidoId-results .select2-results__option--highlighted[aria-selected] {
        background-color: #37537a;
        color: white;
    }

    .cm-recuadro-titular h3 {
        color: #212121;
        text-decoration: none;
        font-weight: bold;
        font-size: 26px;
    }

    .cm-recuadro-titular p {
        font-size: 16px;
        color: #575757;
    }

    .margen-recuadro {
        margin: 0;
    }

    hr.cm-linea {
        border-top: 1px solid #37537a;
        margin: 20px 0;
    }

    .cm-verde-titulo {
        color: #37537a;
        font-size: 16px;
        margin-top: 10px;
    }

    .cm-detalles {
        margin-top: 20px;
    }

        .cm-detalles p {
            font-size: 16px
        }

    .cm-porcentajes {
        font-size: 26px;
        color: #37537A;
    }

    .cm-verde-titulo-porcentajes {
        color: #37537a;
    }

    a.cm-boton-verde {
        font-size: 14px;
        border-radius: 0;
        background: #37537A !important;
        width: 100%;
    }

    .cm-boton-naranja {
        font-size: 14px;
        border-radius: 0;
        background: #37537A !important;
        width: 100%;
    }

    .margen-recuadro br {
        display: none;
    }


    .yellow-tooltip + .tooltip > .tooltip-inner h5 {
        color: white;
        font-style: normal;
        font-weight: 600;
    }

    .yellow-tooltip + .tooltip > .tooltip-inner h4 {
        color: white;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
    }

    .yellow-tooltip + .tooltip > .tooltip-inner p {
        color: white;
        font-size: 14px;
        font-style: normal;
    }

    .yellow-tooltip + .tooltip > .tooltip-inner {
        font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
        color: white;
        background: #37537A !important;
        width: 300px;
        font-weight: 300;
    }
}

.tooltip.top .tooltip-arrow {
	bottom: -8px;
	left: 50%;
	margin-left: -13px;
	border-width: 13px 13px 0;
	border-top-color: #113B6A !important;
}

.perfilfroma {
	min-height: 280px !important;
}





.nav > li > a:focus {
	color: white !important;
	outline: none;
	background-color: #37537A !important;
	outline-offset: -2px;
	text-decoration: none;
}

.imgsenceabierto {
	width: 60%;
}

.cat > li > a:hover {
	text-decoration: none;
	color: white !important;
}

.iconpie {
	width: 100%;
}

.iconpieli {
	width: 47px;
}

@media screen and (min-width:100px) and (max-width: 991px) {
}




/*Snackbar*/

.snackbar {
	position: absolute;
	background-color: #F20002;
	color: #fff;
	text-align: center;
	padding: 16px;
	opacity: 0.4;
	line-height: 0;
	width: 100%;
	text-shadow: 0 1px 0 #000, 0 0 4px #000;
}


#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@media screen and (min-width: 992px) {
	#snackbar {
		width: 100%;
	}

	.infoBusqueda {
		margin-top: 25px;
	}
}

@media screen and (max-width: 991px) {
	.infoBusqueda {
		margin-top: 200px;
	}

	.borderBuscador {
		border: solid 2px #F20002 !important;
	}
}

#ordenarPor > option :hover, #orden > option :hover {
	background: #0F7869;
	color: white;
}

@media screen and (min-width: 770px){

	#evalMobile {
		display: none;
	}

	#evalDesk {
		display: block;
	}


}
@media screen and (max-width: 769px)
{
	.logo-patners {
		height: 90px;
	}
	#cursos > div > div > div.bordelogoeva > h6 {
		font-size: xx-small !important;
	}
	#cm-resultados\ es\ cbp-spmenu-push\ cbp-spmenu-push-toleft\ > div > div > div > div > div > div > div > h4 {
		font-size:10px;
	}
	#ordenarPor, #orden {
		font-size: 10px;
		height: 28px;
	}
	#cursos > div > div > div > div > div > div > a > h4,h5{
		font-size: 15px;
	}
	.detalleTexto {
		padding: 0px !important;
	}
	.detalleTexto h6 {
		font-size: 10px;
		margin-top: 0px;
		margin-bottom: 3px;
	}
	#cursos > div > div > div > div > div > div > div
	{
		padding-top: 0px !important;
	}
		#cursos > div > div > div > div > div > div > div > div {
			font-size: 10px !important;
			padding-left: 5px;
			padding-right: 0px;
			padding-bottom: 5px;
		}
	#cursos > div > div > div > div > div > div > div > div > label:nth-child(3){
		display: none;
	}
	#cursos > div > div > div > div > div > div > div > div > label:nth-child(2){
		margin-bottom: 0px !important;
	}

	#cm-resultados\ es\ cbp-spmenu-push\ cbp-spmenu-push-toleft\ > div > div > div > div > div > div {
		padding: 0px;
	}
	#cm-resultados\ es\ cbp-spmenu-push\ cbp-spmenu-push-toleft\ > div > div > div > div > div > div > nav {
		margin: 0px;
	}
	.PagedList-skipToPrevious > .antes {
		margin-left: 10px !important;
	}
	/*.jq-ry-normal-group.jq-ry-group > svg {
		width: 10px;
		height: 10px;
	}
	.jq-ry-rated-group.jq-ry-group > svg {
		width: 10px;
		height: 10px;
	}*/
	#evalMobile {
		display: block;
	}

	#evalDesk {
		display: none;
	}

	.curso{
		line-height: 10px !important;
	}

	.paginacion-cm{
		margin-top: 10px !important;
		font-size: 10px;
	}

	a.antes {
		border: 0px !important;
		padding: 6px 0px !important;
	}

	a.despues {
		border: 0px !important;
		padding: 6px 0px !important;
	}

	li.PagedList-ellipses > a {
		padding: 6px 0px !important;
	}

	.pagination-container {
		text-align:right;
		margin-right: 10px;
	}

	#porPagina {
		height: 28px;
		padding: 0px 12px;
		font-size: 10px;
	}
}

@media screen and (min-width: 768px) {
	#snackbar {
		width: 100%;
	}
}

@media screen and (min-width: 640px) {
	#snackbar {
		width: 100%;
	}
}

@media screen and (min-width: 480px) {
	#snackbar {
		width: 100%;
	}
}

@media screen and (min-width: 100px) and (max-width: 500px) {
	#snackbar {
		width: 100%;
		font-size: 0.9em !important;
	}

	label {
		max-width: 63%;
	}

		label.movil, label.movil > label {
			max-width: 100%;
		}

	.cm-recuadro-home {
		position: absolute;
		top: 55px !important;
		z-index: 0;
	}

	.logo-patners
	{
		height: 45px;
	}
}


/* check box validador de chat para otec*/

#textchatval {
	display: none;
}

#textchatval2 {
	display: none;
}


.custom-checkbox {
	min-height: 1rem;
	padding-left: 0;
	margin-right: 0;
	cursor: pointer;
}

	.custom-checkbox .custom-control-indicator {
		content: "";
		display: inline-block;
		position: relative;
		width: 30px;
		height: 10px;
		background-color: #818181;
		border-radius: 15px;
		margin-right: 10px;
		-webkit-transition: background .3s ease;
		transition: background .3s ease;
		vertical-align: middle;
		margin: 0 16px;
		box-shadow: none;
	}

		.custom-checkbox .custom-control-indicator:after {
			content: "";
			position: absolute;
			display: inline-block;
			width: 18px;
			height: 18px;
			background-color: #f1f1f1;
			border-radius: 21px;
			box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
			left: -2px;
			top: -4px;
			-webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
			transition: left .3s ease, background .3s ease, box-shadow .1s ease;
		}

	.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
		/*background-color: #84c7c1;*/
		background: linear-gradient(to right, #186b9a 0%, #2a77b9 0%, #395ea0 76%, #37537A 96%, #37537Ad9 100%) !important;
		background-image: none;
		box-shadow: none !important;
	}

		.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
			/* background-color: #84c7c1;*/
			background: linear-gradient(to right, #186b9a 0%, #2a77b9 0%, #395ea0 76%, #37537A 96%, #37537Ad9 100%) !important;
			left: 15px;
		}

	.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
		box-shadow: none !important;
	}

/*MODAL PARTICIPANTES CURSO*/

/* The Modal (background) */
.modales {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index: 1000;
}

/* Modal Content */
.modales-content-perfiles {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}


.logo-patners {
	/*margin-top: 18px;
	height: 72px !important;*/
	background-position: center;
	background-size: cover;
}











/*MENU NUEVO RESPONSIVO*/












/* Menú lateral en móvil PARA FILTRO*/
.cbp-spmenu {
	background: #eee;
	position: fixed;
	font-size: 10px;
}

#RegionesImp_Movil > div > div > label > input[type=checkbox] {
	display: none;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 300px;
	padding: 10px;
	height: 100%;
	top: 0;
	z-index: 1000;
}


.cbpmovil {
	display: block !important;
}


.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -300px;
}

.cbp-spmenu-right {
	padding-top: 20px;
	right: -300px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	z-index: 1002;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 300px;
}

.cbp-spmenu-push-toleft {
	left: -300px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow-y: scroll;
}

/* Example media queries */

@media screen and (max-width: 55.1875em) {

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}
}

@media screen and (max-height: 26.375em) {

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}


	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/*COMENTADO POR CHOCAR CON CSS REAL Y CAUSA ERRORES*/
/*
header .navegacion {
	background-color: white;
}

.titular {
	padding-top: 120px;
}

.cm-lista-navegacion li a {
	color: #333 !important;
}

.select2-container {
	width: 100% !important;
}

.totalResultados {
	position: relative;
	float: left;
	padding: 6px 11px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #0F7869;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	font-weight: 600;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ffffff;
}
	*/
/* Barra Lateral Escritorio */
.linea {
	border-top: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Customize the label (the container) */
.container {
	display: block;
	position: relative;
	/*padding-left: 35px;*/
	margin-bottom: 12px;
	cursor: pointer;
	/*
  font-size: 22px;
  */
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox 
	.container input {
		cursor: pointer;
		height: 0px;
		width: 0px;
	}*/

		.container input#bipartito {
			height: 15px;
			width: 15px;
		}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	/*
  background-color: #eee;
  */
	border: solid 1px gray;
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	/*
	background-color: #ccc;
	*/
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #37537A;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Slider para cantidad de hijos */
.slidecontainer {
	width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
	-webkit-appearance: none; /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 15px;
	border-radius: 5px;
	/*background: #d3d3d3;  Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
}

	/* Mouse-over effects */
	.slider:hover {
		opacity: 1; /* Fully shown on mouse-over */
	}

	/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
	.slider::-webkit-slider-thumb {
		-webkit-appearance: none; /* Override default look */
		appearance: none;
		width: 25px; /* Set a specific slider handle width */
		height: 25px;
		border-radius: 50%;
		background: #37537A; /*   Green background */
		cursor: pointer; /* Cursor on hover */
	}

	.slider::-moz-range-thumb {
		width: 25px; /* Set a specific slider handle width */
		height: 25px; /* Slider handle height */
		/* background: #32b35f; Green background */
		background: linear-gradient(to right, #186b9a 0%, #2a77b9 0%, #395ea0 76%, #37537A 96%, #37537Ad9 100%) !important;
		cursor: pointer; /* Cursor on hover */
	}

/* Botón para mostrar menú en móvil */
#menu-toggle {
	position: -webkit-sticky; /* Safari */
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	width: 100%;
}

	#menu-toggle .btn {
		background-color: #37537a;
		color: white;
		width: 100%;
		border-radius: 0px;
		height: 30px;
		padding: 0px;
		font-size: 14px;
	}

		#menu-toggle .btn:hover {
		}

/* Inicio Grilla de cursos 
.cursos {
}

.curso {
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: black;
}

.cursoTituloPersona {
	background-color: #1397cc;
	color: white;
}

.cursoTituloEmpresa {
	background-color: #32b35f;
	color: white;
}

.cursoTitulo {
	line-height: 30px;
}

.cursoPersona {
	border-color: #1397cc;
}

.cursoEmpresa {
	border-color: #32b35f;
}

.colorPersonaTexto {
	color: #1397cc;
}

.colorEmpresaTexto {
	color: #32b35f;
}

.otecTexto {
	color: #666;
}

.detalleTexto {
	color: #666;
}

.colorEmpresa {
	background-color: #32b35f;
}

.colorPersona {
	background-color: #1397cc;
}

.valoracion {
	text-align: center;
}

	.valoracion p {
		font-size: 14px;
	}

.iconoRedondo {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	font-size: 20px;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.iconoRedondoGrande {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	font-size: 30px;
	color: white;
	text-align: center;
	padding-top: 15px;
}

button i {
	padding-right: 10px;
}

.botonCurso {
	margin-bottom: 10px;
}

	.botonCurso a {
		text-decoration: none;
	}

.btnAzulOscuro,
.btnAzulOscuro:hover,
.btnAzulOscuro:focus {
	background-color: #353A47;
	color: white;
}
	*/
/* Fin Grilla Cursos*/

/* Paginación */
.pagination > li > a {
	background-color: white;
	color: #333;
}

.pagination > li.active > a {
	background-color: #333;
	color: white;
	border-color: #333;
}

.pagination > li > a:hover {
	background-color: #333;
	color: white;
	border-color: #333;
}

.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: white;
	color: #333;
	border-color: #333;
}
/* Ventana Modal */
.modal-body > .row > .col > h2 {
	font-size: 24px;
	color: #2F2F2F;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
	font-weight: 200;
}

.modal-body > .row > .col > h3 {
	font-size: 18px;
	color: #707070;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

.modal-body > .row > .col > p {
	color: #707070;
	line-height: 30px;
}

.modal-footer .botonModal {
	background-color: #343A47;
	color: white;
}

.iconoAtencion {
	font-size: 20px;
	padding-bottom: 10px;
	color: #707070;
}

	.iconoAtencion i {
		margin-right: 10px;
	}

/* Placeholder caja de búsqueda*/
input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: red;
	font-family: "gobCL", Segoe, sans-serif;
}

input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: red;
	font-family: "gobCL", Segoe, sans-serif;
}

input[type=text]:-ms-input-placeholder {
	/* IE 10+ */
	color: red;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

input[type=text]::placeholder {
	color: gray;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

.filtro {
	margin-top: 50px;
	border: 1px;
	padding: 10px;
	border-color: #37537A;
	border-style: solid;
	border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
	border: 1px solid #37537A;
}


.centrofiltro {
	/* background: linear-gradient(to right, #186b9a 0%, #2a77b9 0%, #395ea0 76%, #37537A 96%, #37537Ad9 100%) !important;*/
	background-color: #113B6A;
	padding: 8px;
	/*color: #113B6A;*/
	/*border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;*/
	border: 1px solid #113B6A;
}

.posiconbusca {
	position: relative;
	top: 26px;
	left: 7px;
}

#titulobusqueda {
	position: relative;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	color: white;
}

#btnbusquedapeque {
	color: #eee !important;
	/*color: #37537A !important;*/
	/* background: linear-gradient(to right, #186b9a 0%, #2a77b9 0%, #395ea0 76%, #37537A 96%, #37537Ad9 100%) !important;*/
	background-color: #113B6A;
	border-color: #eee !important;
}


	#btnbusquedapeque:hover {
		background: linear-gradient(to right, #eee 0%, #eee 0%, #eee 76%, #eee 96%, #eee 100%) !important;
		background-color: #eee !important;
		color: #113B6A !important;
		border-color: #eee !important;
	}


.btnresultadosC {
	background-color: #113B6A !important;
	color: white !important;
	font-size: 0.60vw;
	width: 96%;
}

	.btnresultadosC:hover {
		background-color: white !important;
		color: #37537A !important;
		border: 1px solid #37537A !important;
	}

.emprecur {
	/*border: 1px solid;*/
	/*padding: 25px;*/
	padding-top: 0px !important;
	/* padding-bottom: 5px !important;*/
}

@media screen and (min-width: 501px) {
	.menu-inferior {
		display: none;
	}

	#menu-toggle {
		width: 100%;
	}

	.FixedFilter{
		position:fixed;
		width:345.2px;
		top:88px;
	}
}

@media screen and (min-width: 100px) and (max-width: 500px) {

	.pagination-container {
		display: block;
	}

	.corazonpos {
		right: 10px !important;
	}

	.porcentajes-cursos {
		margin-top: 0px;
	}

	.texmovil {
		font-size: 4.2vw;
	}

	.titulo-nombre-curso {
		font-size: 6vw;
	}

	.cm-titulo-banner-busqueda {
		font-size: 6vw;
	}


	.cm-texto-titulo-seccion {
		font-size: 6vw;
	}


	.emprecur {
		border: 0px solid !important;
	}

	.evuempre {
		padding-left: 0px !important;
	}

	.captchamovil {
		width: 90px !important;
	}

	.rowcajamovil {
		/*border: 1px solid;*/
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}

	.tituloCursocaja {
		clear: both;
		overflow: hidden;
		padding-left: 0px;
	}



	.rowcajamovil {
		/*border: 1px solid;*/
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}


	/*  .recuadro-votacion2 {
		z-index:100;
		min-height: 0 !important;
		right: 37% !important;
		top: 87% !important;
		border-bottom-left-radius: 21px !important;
		border-top-left-radius: 41px !important;
		border-top-right-radius: 41px !important;
		border-bottom-right-radius: 21px !important;
		width: 104px;
	}
		.recuadro-votacion3 {
		position: fixed !important;
		top: 84% !important;
		min-height: 24px !important;
		bottom: 0px;
		width: 112px;
		border-bottom-left-radius: 21px !important;
		border-top-left-radius: 41px !important;
		border-top-right-radius: 41px !important;
		border-bottom-right-radius: 21px !important;
	}
*/
	.recuadro-votacion2 {
		display: none;
	}

	.recuadro-votacion3 {
		display: none;
	}

	.cm-texto-vertical-2 {
		writing-mode: unset;
		transform: rotate(0deg);
	}




	.btnresultadosC {
		background-color: #37537A !important;
		color: white !important;
		font-size: 0.60vw;
		width: 110px;
	}



	.cursoEmpresa {
		/*margin-left: -24px;*/
	}

	.tituloCursocaja {
		color: #37537A !important;
	}

	.movilmargen {
		margin-bottom: 34px;
	}

	.inividor {
		padding-left: 0;
		padding-right: 0;
	}

	#detalleCurso {
		margin-bottom: 15px;
		background-color: white;
	}

	.menu-inferior {
		z-index: 2;
		width: 100%;
		height: 30px;
		color: white;
		position: fixed;
		bottom: 0px;
		left: 0px;
		/* background-color: red;*/
	}

		.menu-inferior button, .menu-inferior button:hover {
			color: white !important;
			background-color: #37537A;
			border-color: #37537A;
			border-radius: 0px 0px 0px 0px;
			width: 100%;
			height: 30px;
			margin: 0px;
			padding: 0px;
			text-align: center;
		}

	.detalleTexto {
		padding-left: 5%;
		clear: both;
		height: 30%;
		color: #575757;
		font-size: small;
	}

	.sinpadmovil {
		padding: 0px !important;
		margin: 0px auto !important;
	}


	#ImpartidoId {
		height: 48px !important;
		margin-bottom: 5px;
	}

	#AreaId {
		height: 48px !important;
		margin-top: 5px;
	}

	#Modalidad > div > div > label {
		margin-left: 0px;
		margin-right: 0px;
	}

}

.inividor {
	padding-left: 0;
	padding-right: 0;
	background-color: #f2f2f2;
}


/********************************slelect*********************************************************/


.select-css {
	display: block;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
	padding: .4em 1.4em .3em .8em;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: .3em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

	.select-css::-ms-expand {
		display: none;
	}

	.select-css:hover {
		border-color: #888;
	}

	.select-css:focus {
		border-color: #aaa;
		/*	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;*/
		color: #222;
		outline: none;
	}

	.select-css option {
		font-weight: normal;
	}

.select-css {
	display: block;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
	padding: .4em 1.4em .3em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: .3em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

	.select-css::-ms-expand {
		display: none;
	}

	.select-css:hover {
		border-color: #888;
	}

	.select-css:focus {
		border-color: #aaa;
		/*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
		box-shadow: 0 0 0 3px -moz-mac-focusring;*/
		color: #222;
		outline: none;
	}

	.select-css option {
		font-weight: normal;
	}

.bordermo {
	border: 1px solid #113B6A;
}

@media screen and (max-width: 400px) {
	.scrollDown {
		display: none;
	}
}
/*nuevos cambios para movil resultados*/
@media screen and (min-width: 100px) and (max-width: 500px) {
	.totalResultados {
		display: none;
	}

	.cursoEmpresa, .cursoEmpresa > .cm-buscador {
		padding: 0px !important;
	}

		.cursoEmpresa > .row {
			padding-left: 15px !important;
			padding-right: 15px !important;
		}

		.cursoEmpresa > .cm-buscador > div {
			padding-left: 0px !important;
			padding-right: 0px !important;
			font-size: 12px;
		}

			.cursoEmpresa > .cm-buscador > div > h4 {
				font-size: 10px;
				margin: 0px;
			}

			.cursoEmpresa > .cm-buscador > div > select {
				font-size: 10px;
				padding: 5px;
			}

			.cursoEmpresa > .cm-buscador > div.movilmargen {
				margin-bottom: 15px !important;
			}


	.cm-select-spacing label {
		font-size: 4.05vw !important;
	}

	input.cm-busqueda[type="submit"] {
		font-size: 3.05vw !important;
	}




	/*cambio de forma para boton dejanos tu opinion movil*/
	/*  .recuadro-votacion {
		z-index: 2;*/
	/* min-width: 25px; */
	/* position: relative; */
	/*padding: 4px;
		border-bottom-left-radius: 21px;
		border-top-left-radius: 21px;
		position: fixed;
		top: auto !important;
		bottom: -73px;
		width: 40px;
		right: 64%;
		transform: rotate(-5deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		min-height: 100px;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4933e', endColorstr='#c66d19', GradientType=1);
	
	}

			*/

	.recuadro-votacion {
		display: none;
		z-index: 2;
	}

	.scrollDown {
		bottom: 20px;
	}

	.nobotonmovil {
		display: none;
	}

	.sinpadinmovil {
		padding: 0px;
		/* padding-top: 10px;*/
	}

	#ResultCurso {
		position: relative;
		/*display: inline-block;*/
		display: contents;
		left: -50px;
		/*width: 143%;*/
		/*
		143% position: relative;
		display: flow-root;
		left: -40px;
	   width: 100%;
		z-index: 0;*/
	}


	.cm-verde-titulo-porcentajes {
		font-size: 3.65vw;
	}

	.cm-porcentajes {
		font-size: 5.65vw;
		padding-right: 7px;
	}

	.movitit {
		font-size: 3.05vw;
		padding: 0px;
	}

	.movtitpor {
		font-size: 2.9vw;
	}

	.detalletextmovil {
		font-size: 2.9vw;
	}



	.bordelogoeva {
	}

	.bordemovilfoto {
	}

	.cuboestable {
		width: 50%;
		margin: 0 auto;
		display: -webkit-inline-box;
		padding: 0px !important;
	}


	.btnmovilcursoinvi {
		/*background-color:black;*/
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 1;
		display: block !important;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}

	.btnmovilcursovisi {
		display: block !important;
	}


	.recmenureg {
		height: 85px !important;
	}

	.regioslide {
		font-size: 3.6vw !important;
	}


	.imgregmenu {
		/*width: 100px !important;*/
	}


	.slick-dots {
		display: none !important;
	}


	#regioneslides {
		margin-bottom: 0px !important;
	}

	#dcpSlides {
		margin-bottom: 0px !important;
	}

	#regioneslides2 {
		margin-bottom: 0px !important;
	}

	.cm-recuadro-titular {
		margin-top: 0px !important;
	}



	.mvlbusca {
		position: relative;
		top: 35px;
	}

	#FormBuscarCurso > div > div.mvlbusca {
		top: 0px;
		margin-bottom: 10px;
	}

	#FormBuscarOtec > div > div.mvlbusca {
		top: 0px;
		margin-bottom: 10px;
	}

	.IMPOMOVIL {
		border: solid 2px white !important;
	}

	#FilterFormContent{
		width: 270px !important;
		position: unset !important;
	}
	.icon-mas{
		right: 30px !important;
	}

	.cbp-spmenu-vertical a{
		border-bottom: none !important;
		padding: unset !important;
	}
}


.cuboestable {
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 0px !important;
}


.bordelogoeva {
	background-color: #f2f2f2;
}

.cursoTituloEmpresa {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}


.btnmovilcursoinvi {
	display: none;
}

.btnmovilcursovisi {
	display: none;
}


/*slide regiones*/

.slideres {
	width: 90%;
	margin: 10px auto;
}

.slick-slide {
	margin: 0px 0px;
}

	.slick-slide img {
		width: 100%;
	}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	/*opacity: .2;*/
}

.slick-active {
	/*opacity: .8;*/
}

.slick-current {
	opacity: 1;
}

#regioneslides3 > div > div > div > div > a > div > div > center > div.recmenureg {
	height: 130px;
}

.recmenureg {
	height: 200px;
	width: 100%;
}

.regioslide {
	/* background-color: black;*/
	display: flow-root !important;
}


.imgregmenu {
	width: 200px;
}

#regioneslides {
	display: none;
}

#dcpSlides {
	display: none;
}

#regioneslides2 {
	display: none;
}

.corazonpos {
	right: 0px;
}

.compartirmovil {
	/* display: none; */
	position: relative;
	/*left: 78%;*/
	z-index: 1;
}


.recuadroslideregion:hover {
	/* background-color: black;*/
	opacity: 0.8;
	/*width: 102%;*/
	z-index: 3;
}

#SlctpCurso {
	height: 45px;
	position: relative;
	z-index: 2;
	border: solid 1px #535353;
	border-radius: 0px;
}

#cm-busquedaCurso:focus {
	/*  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;*/
	outline: none;
	z-index: 2;
}

#SlctpOtec {
	height: 45px;
	position: relative;
	z-index: 2;
	border: solid 1px #535353;
	border-radius: 0px;
}

#cm-busquedaOtec:focus {
	/*  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;*/
	outline: none;
	z-index: 2;
}



/*

   elementos autocomplete busqueda curso

*/


.ui-autocomplete {
	float: left;
	/*clear: both;*/
	position: relative;
	z-index: 50;
	list-style: none !important;
	background-color: white;
	/* border: solid 3px lightblue !important; */
	text-align: left;
	max-height: 200px !important;
	color: #37537A;
	/* width: auto !important;*/
	/*  background-color: #1a1a6733;*/
	margin: 0px;
	padding: 0px;
	/*width: 405px !important;*/
	height: 163px;
}


#ui-id-1, #ui-id-2 {
	overflow: scroll;
	overflow-x: hidden;
}


.ui-menu-item:focus {
	background-color: #0b0b50 !important;
	color: #0b0b50 !important;
}

.ui-menu-item {
	margin: 0px !important;
	padding: 0px !important;
	background-color: white;
	color: #37537a;
	text-decoration: none;
	font: sans-serif;
	font-size: 1.0vw;
}

#ui-id-1::-webkit-scrollbar-track, #ui-id-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#ui-id-1::-webkit-scrollbar, #ui-id-2::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#ui-id-1::-webkit-scrollbar-thumb, #ui-id-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #37537a 0%, #37537a 50%, #37537a 51%, #37537a 100%);
}

.scrollbar {
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow {
	min-height: 450px;
}

#wrapper {
	text-align: center;
	width: 500px;
	margin: auto;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none !important;
	background: #37537a;
	font-weight: normal;
	color: #ffffff;
}

@media (min-width: 320px ) and (max-width: 374px) {
	.ui-autocomplete {
		/*width: 229px !important;*/
		height: 151px;
	}

	.ui-menu-item {
		font-size: 4vw !important;
	}
}

@media (min-width: 375px ) and (max-width: 410px) {
	.ui-autocomplete {
		/*width: 285px !important;*/
		height: 151px;
	}

	.ui-menu-item {
		font-size: 4vw !important;
	}
}

@media (min-width: 411px ) and (max-width: 479px) {
	.ui-autocomplete {
		/*width: 316px !important;*/
		height: 151px;
	}

	.ui-menu-item {
		font-size: 4vw !important;
	}
}

@media (min-width: 480px) and (max-width: 599px) {
	.ui-autocomplete {
		/*width: 405px !important;*/
		height: 163px;
	}

    #FilterFormContent{
        width: 270px !important;
        position: unset !important;
    }
}

@media (min-width: 600px ) and (max-width: 767px) {
	.ui-autocomplete {
		/*width: 405px !important;*/
		height: 163px;
	}
    #FilterFormContent{
        width: 270px !important;
        position: unset !important;
    }
}

@media (max-width: 991px) {
    #FilterFormContent{
        width: 270px !important;
        position: unset !important;
    }
    .cbp-spmenu-vertical a {
        border-bottom: none !important;
        padding: unset !important;
    }
    .icon-mas {
        right: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
	.ui-autocomplete {
		/*width: 405px !important;*/
		height: 163px;
	}
}



@media (min-width: 1324px) {
	.ui-autocomplete {
		/*width: 430px !important;*/
		height: 163px;
	}
}

@media (min-width: 1880px) {
	.ui-autocomplete {
		/*width: 489px !important;*/
		height: 163px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
/* IE10+ CSS styles go here */
    
    .cm-detalles-cursos-otex {
    text-align: left !important;
}
    .cm-detalles{
        padding-top: 40px;
        
    }
    .recuadro-votacion{
        display: none;
        
    }
    .paginacion-cm{
        margin-left: 44% !important;
        
    }
    .bajada-busqueda{
        float: right;
    }
    .cm-boton-cotizar{
      margin: 0px;
      margin-top: 40px;  
        
    }
}




