@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@font-face {
    font-family: "Gotham";
    src: url(../font/gotham_book.otf);
    font-weight: "normal";
}

@font-face {
    font-family: "Gotham";
    src: url(../font/gotham_thin.otf);
    font-weight: 100;
}

@font-face {
    font-family: "GothamLgt";
    src: url(../font/gotham_light.otf);
    font-weight: "normal";
}

@font-face {
    font-family: "GothamBlk";
    src: url(../font/gotham_black.otf);
    font-weight: "normal";
}

@font-face {
    font-family: 'oe';
    src: url('../font/oe.eot?p1owy');
    src: url('../font/oe.eot?p1owy#iefix') format('embedded-opentype'),
        url('../font/oe.ttf?p1owy') format('truetype'),
        url('../font/oe.woff?p1owy') format('woff'),
        url('../font/oe.svg?p1owy#oe') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'oe';
    src: url('../font/oe.svg?4247042#oe') format('svg');
  }
}
*/

/* CSS Document */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    /*-webkit-appearance: none;*/
}

/*
@media only screen and (max-width: 480px) {
	.block-mobile-resolution{
		position:absolute;
		background:#fff;
		height:100%;
		width:100%;
		display:block;
		z-index:100000;
		text-align:center;
		padding:49% 5%;
	}
}
@media only screen and (min-width: 480px) {
	.block-mobile-resolution{display:none;	}	
}
*/
.block-mobile-resolution {
    display: none;
}

/* For mobile phones: */
/*[class*="col-"] {
    width: 100%;
}
*/

/* For desktop: */
/*
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
*/
/*APAISADA*/
/*
@media only screen and (orientation: landscape) {
    body {
        background-color: lightblue;
    }
}

img {
    max-width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: auto;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}


/* CSS Document */
img {
    border: 0px;
}

input[type=button] {
    font-family: 'Gotham', 'Gotham', Helvetica;
}

h1 {
    font-size: 30px;
    font-family: 'Gotham', Helvetica;
    font-weight: normal;
    margin-bottom: 20px;
}

h2 {
    font-size: 2.6vw;
    font-family: 'Gotham', Helvetica;
    font-weight: bold;
    margin-bottom: .5vw;
}

h3 {
    font-size: 16px;
    font-family: 'Gotham', Helvetica;
    font-weight: normal;
    margin: 20px 0;
}

p {
    font-family: 'Gotham', Helvetica;
    font-weight: normal;
}

object,
embed {
    outline: 0;
}

input[type=button],
input[type=submit] {
    -webkit-appearance: none !important;
}

.fleft,
.fl {
    float: left !important;
}


/* FLEX */
.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    position: relative;
}

.f-a-c {
    align-content: center;
}

.f-a-s {
    align-content: flex-start;
}

.f-a-e {
    align-content: flex-end;
}

.f-a-sb {
    align-content: space-between;
}

.f-j-c {
    justify-content: center;
}

.f-j-s {
    justify-content: flex-start;
}

.f-j-sb {
    justify-content: space-between;
}

.f-j-sa {
    justify-content: space-around;
}


.f-j-e {
    justify-content: flex-end;
}

.f-d-c {
    flex-direction: column;
}

.f-d-r {
    flex-direction: row;
}

.f-r-reverse {
    flex-direction: row-reverse;
}

.f-c-reverse {
    flex-direction: column-reverse;
}

.m-a,
.f-a {
    margin: auto;
}
.w100{
	width: 100%;
}

.fright,
.fr {
    float: right !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m5 {
    margin: 0.366vw;
}

.m10 {
    margin: 0.732vw;
}

.m10 {
    margin: 0.732vw;
}

.m15 {
    margin: 1.098vw;
}

.m20 {
    margin: 1.464vw;
}

.mleft {
    margin-left: 0.732vw;
}

.mtop {
    margin-top: 0.732vw;
}

.mbot {
    margin-bottom: 0.732vw;
}

.mright {
    margin-right: 0.732vw;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.p10 {
    padding: 0.732vw;
}

.p15 {
    padding: 1.098vw;
}

.p20 {
    padding: 1.464vw;
}

.s5 {
    width: 100%;
    clear: both;
    height: 0.366vw;
}

.s10 {
    width: 100%;
    clear: both;
    height: 0.732vw;
}

.s15 {
    width: 100%;
    clear: both;
    height: 1.098vw;
}

.s20 {
    width: 100%;
    clear: both;
    height: 1.464vw;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}


::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888;
}

embed {
    z-index: 99;
}

a {
    outline: none;
    text-decoration: none;
    color: #007ca4;
    color: unset;
    /*-webkit-transition: color linear 0.2s;
-moz-transition: color linear 0.2s;
-o-transition: color linear 0.2s;
transition: color linear 0.2s;*/
}

a:hover {
    color: unset;
    /*-webkit-transition: color linear 0.2s;
-moz-transition: color linear 0.2s;
-o-transition: color linear 0.2s;
transition: color linear 0.2s;*/
}

input,
select,
textarea {
    resize: none;
    outline: none;
    font-family: 'Gotham', Helvetica, Verdana;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Gotham', Helvetica, Verdana;
    /*font-size:13px;*/
    font-weight: normal;
    overflow-x: hidden
        /*background: url("./images/bg_product.jpg") no-repeat center top;*/
        /*background:url(./images/bg_main.jpg) repeat-y top center #ddd;*/
}

body {
    background: #2d3032;
}

.no-context {
    background: #fff;
}

input[type=button],
input[type=button]:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="radio"] {
    appearance: radio;
    -moz-appearance: radio;
    -webkit-appearance: radio;
    width: 1.3vw;
    height: 1.3vw;
    margin: .9vw .5vw .5vw .5vw;
}

.input-login {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.input-login:focus {
    -webkit-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    -moz-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    border: 1px solid #EEEEEE;
}

.login-config {
    background: url("./images/icon_config.jpg") no-repeat center center;
    width: 18px;
    height: 18px;
    float: right;
    margin: 24px 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.login-config:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}



.login-recuperar {
    color: #656565;
    cursor: pointer;
    font-size: 10px;
    line-height: 19px;
    padding: 0;
    text-align: right;
    width: 200px;
}

.login-recuperar:hover {
    text-decoration: underline;
    color: #1cb5e3;
}

.main-notificacion-modal {
    background: #eeeef4 none repeat scroll 0 0;
    margin: 19px 0 0;
    min-height: 100px;
    padding: 1.5vw;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1000;
    max-width: 480px;
}

.main-notificacion-modal-arrow {
    background: none repeat scroll 0 0 #EEEEF4;
    height: 15px;
    margin: -23px 0px 0px 280px;
    position: absolute;
    width: 15px;
    display: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-notificacion-item {
    color: #1cb5e3;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 1vw;
    min-height: 2vw;
    padding: 0.9vw 0 0.9vw 50px;
    width: 100%;
}

.main-notificacion-item .descripcion {
    float: left;
    width: calc(100% - 106px);
}

.main-notificacion-item .fecha {
    float: right;
    color: #656565;
    width: 95px;
    margin: 0 10px 0 0;
    text-align: right;
}

.main-notificacion-item:hover {
    box-shadow: 0px 0px 2px #aaa;
}

.main-notificacion-item.visto {
    background-color: #fcfcfc;
}

.main-notificacion-item span {
    color: rgb(17, 17, 17);
}

.main-notificacion-item.maestro-grupo {
    background: url("./images/icon_grupo_grey.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.maestro-mensaje {
    background: url("./images/icon_mensaje_color.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.maestro-tarea {
    background: url("./images/icon_tarea_color.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.maestro-guia {
    background: url("./images/icon_guia_color.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.maestro-contenido {
    background: url("./images/icon_guia_color.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.foro {
    background: url("./images/icon_foro_grey.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.maestro-actividad {
    background: url("./images/icon_actividad_color.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.notificacion-autonoma {
    background: url("./images/icon_autonoma_color.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.foro-topico {
    background: url("./images/icon_foro_grey.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.sv-comentario {
    background: url("./images/icon_foro_grey.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.reto {
    background: url("./images/icon_reto.png") no-repeat scroll 15px 8px #ffffff;
}

.main-notificacion-item.maestro-virtualclass {
    background: url("./images/icon_virtualclass.png") no-repeat scroll 15px 8px #ffffff;
}

.preload-b {
    background: url("./images/preloader_blue.gif") no-repeat scroll center center;
}

.preload-g {
    background: url("./images/preloader_grey.gif") no-repeat scroll center center;
}

.main {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.main-content {
    font-size: 13px;
    margin: 66px 0 0;
    width: 100%;
    padding: .1px 0 0 0;
}
.modal-body {
	padding: 0 !important;
}
.modal-content {
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.main-section {

    width: 100%;
    padding: 0 0 30px 0;
}

input[type="button"].button-v9 {
    height: 28px;
    line-height: 26px;
}

.button-v9 {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #01a9e8;
    border-radius: 50px;
    color: #01a9e8;
    cursor: pointer;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 15px 10px;
    min-width: 100px;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.button-v9:hover,
.button-v9-m:hover {
    color: #fff;
    background: #01a9e8 none repeat scroll 0 0;
}

.button-v9-m {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0.1vw solid #01a9e8;
    border-radius: 5vw;
    color: #01a9e8;
    cursor: pointer;
    font-size: 1.3vw;
    height: 2.8vw;
    line-height: 2.6vw;
    margin: 10px 0 15px 10px;
    min-width: 10%;
    padding: 0 2vw;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}

input.button-v10[type="button"] {
    height: 2.12vw;
    line-height: 2.12vw;
}

.button-v10 {
    font-size: 1.1vw;
    color: #01a9e8;
    border-radius: 0.5vw;
    background: #fff;
    height: 2.72vw;
    box-sizing: border-box;
    border: 0.1vw solid #01a9e8;
    cursor: pointer;
    line-height: 2.6vw;
    margin: 1vw 0 1.5vw;
    min-width: 10vw;
    padding: 0 1.6vw;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: Gotham;
	width: max-content;    
}

.button-v10:hover,
.button-v10-m:hover {
    color: #fff;
    background: #01a9e8 none repeat scroll 0 0;
}

.button-v10-m {
    background: #fff;
    border: 0.1vw solid #01a9e8;
    border-radius: 0.5vw;
    color: #01a9e8;
    cursor: pointer;
    font-size: 1.1vw;
    height: 2.8vw;
    box-sizing: border-box;
    line-height: 2.8vw;
    margin: 10px 0 15px;
    min-width: 10%;
    padding: 0 2vw;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    font-family: Gotham;
    width: max-content;
}

.button-v10.fright,
.button-v10-m.fright {
    float: right;
}

.button-v10.fleft,
.button-v10-m.fleft {
    float: left;
}

.button-v10.mleft,
.button-v10-m.mleft {
    margin-left: 10px;
}

.button-v10.mright,
.button-v10-m.mright {
    margin-right: 10px;
}

.button-v10.mtop,
.button-v10-m.mtop {
    margin-top: 30px;
}

.button-v10.mbot,
.button-v10-m.mbot {
    margin-bottom: 30px;
}

.button-v10.moff,
.button-v10-m.moff {
    margin: 0;
}

.button-v10.nopad,
.button-v10-m.nopad {
    padding: 0;
}

.button-v10.w15vw,
.button-v10-m.w15vw {
    width: 15vw;
    padding: 0;
}

.mtop {
    margin-top: 10px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.mleft {
    margin-left: 10px !important;
}

.mright {
    margin-right: 10px !important;
}

.mbot {
    margin-bottom: 10px !important;
}

.mbot20 {
    margin-bottom: 20px !important;
}

.nopad {
    padding: 0 !important;
}

.nomar {
    margin: 0 !important;
}

.select-v10 {
    -moz-appearance: none;
    border: .1vw solid #989898;
    border-radius: .2vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    font-family: "Gotham", Helvetica;
    font-size: 1.2vw;
    font-weight: normal;
    height: 2.5vw;
    margin: 0 0 1.5vw;
    padding: 0 4% 0 1%;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
}

.select-v10>option {
    padding: .2vw .5vw;
}

.select-v10.big {
    background: #fff url("./images/icon_select_big.png") no-repeat scroll 98% 1.5vw;
    padding: 0 9.5% 0 1.0vw;
}

.select-v10.small {
    background: #fff url("./images/icon_select.png") no-repeat scroll 98% center;
}

.button {
    background: #1cb5e3;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0 8px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
    float: left;
    min-width: 130px;
    font-weight: bold;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.button.inactive {
    background: #656565;
    color: #aaa;
}

.button.inactive:hover {
    background: #757575;
}

input[type="button"]:disabled,
input[type="button"]:disabled,
button:disabled {
    border-color: #dddddd;
    color: #dddddd;
    background: #fff;
    cursor: default;
}

.button a,
.button a:hover,
.button a:visited {
    color: #fff;
}

.button:hover {
    background: #1ebeee;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="button"].button-uni {
    background: #00d0ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #eefcff;
    cursor: pointer;
    font-size: 1.3vw;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
}

input[type="button"].button-uni:hover {
    opacity: 1;
}

.button-uni {
    background: #00d0ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #eefcff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
}

.button-uni:hover {
    opacity: 1;
}

input[type="button"].button-uni-inv {
    background: none repeat scroll 0 0;
    border: 2px solid #0069ae;
    border-radius: 5px;
    color: #0069ae;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
}

input[type="button"].button-uni-inv:hover {
    opacity: 1;
}

.button-uni-inv {
    background: none repeat scroll 0 0;
    border: 2px solid #0069ae;
    border-radius: 5px;
    color: #0069ae;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
}

.button-uni-inv:hover {
    opacity: 1;
}

.field-error-msg {
    position: absolute;
    color: #f00;
    font-size: 10px;
    line-height: 20px;
}

.input-login {
    background: #f6f6f6;
    border: 1px solid #fff;
    color: #007ca4;
    height: 22px;
    line-height: 22px;
    margin: 2px 0 0 5px;
    padding: 0 5px;
    width: 87px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.input-login.error {
    border-color: #e00;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.block-menu-overlay {
    width: 800px;
    height: 70px;
    background: #fff;
    position: absolute;
    opacity: 0.01;
    filter: alpha(opacity=1);
    z-index: 101;
}

.rc-10 {
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.rc-5 {
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

/*DATE TIME PICKER*/

.ui-timepicker-div {
    color: rgb(17, 17, 17);
    padding: 0 4px 0 17px;
    border-top: 1px solid #f5f5f5;
}

.ui_tpicker_time_label {
    float: left;
    width: 53px;
}

.ui_tpicker_time {
    color: #1CB5E3;
    font-weight: bold;
    margin: 7px 0;
}

.ui_tpicker_hour_label,
.ui_tpicker_minute_label {
    float: left;
    width: 50px;
    height: 25px;
    font-size: 12px;
}

.ui-timepicker-div .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    height: 4px;
}

.ui_tpicker_hour,
.ui_tpicker_minute {
    height: 21px;
    padding: 5px 0 0 0;
    width: 185px;
    margin: 0 0 0 35px;
}

.ui-timepicker-div .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 10px;
    width: 10px;
}

.ui-timepicker-div .ui-slider-handle.ui-state-default.ui-corner-all {
    border: 1px solid #ccc;
}


.login-message {
    color: #CC0000;
    font-size: 10px;
    line-height: 18px;
    height: 18px;
    text-align: left;
    width: 305px;
}

/* HEADER */
.header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.47);
    height: 66px;
    position: fixed;
    width: 100%;
    z-index: 10005;
    font-size: 12px;
    font-family: "Gotham";
    min-width: 300px;
}

.header-container {
    max-width: 1024px;
    width: 100%;
    font-family: "Gotham";
}

@media only screen and (max-width: 760px) {
    .main-login-container {
        display: none;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-width: 760px) {
    .main-login-container {
        display: flex;
        justify-content: right;
        max-width: 570px;
        margin: 18px 0 0 0;
        float: right;
        position: relative;
        width: 67vw;
    }
}

.main-login-container input[type="text"],
.main-login-container input[type="password"] {
    font-family: "Open sans";
    background: #dedede none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    box-shadow: ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1.2em;
    line-height: 31px;
    margin: 0 5px 0 0;
    padding: 0 15px;
    text-align: left;
    width: 30%;
}

.main-login-container button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #1db5e4 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
    line-height: 31px;
    margin: 0;
    padding: 0 5px;
    width: 30%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.main-login-container .login-message {
    position: absolute;
    margin: 31px 0 0 0;
    width: 60%;
    color: #c00;
    text-align: center;
}

/*.i38 .header-mobile-btn-menu {
    display: none !important;
}*/

.header-mobile-btn-menu {
    background: rgba(0, 0, 0, 0) url("../css/images/header_menu_btn.png") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 66px;
    width: 66px;
}

.header-close {
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    background: rgba(0, 0, 0, 0) url("../css/images/header_close_icon.png") no-repeat scroll right center;
    cursor: pointer;
    float: right;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 35px 0;
    opacity: 1;
    padding: 0 31px 0 0;
    text-align: right;
    width: 55px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-close:hover {
    opacity: 1;
}

.header-mobile-menu {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    color: #fff;
    font-family: "Gotham";
    font-size: 13px;
    min-height: 380px;
    padding: 18px 25px 47px 40px;
    position: absolute;
    text-align: left;
    width: 230px;
    z-index: 100000;
    opacity: 0;
    right: 0;
    display: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-mobile-menu.active {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-mobile-menu-item {
    font-weight: bold;
    color: #ccc;
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    line-height: 30px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-mobile-menu-item:hover {
    color: #fff;
    opacity: 1;
}

.header-mobile-menu-sep {
    background: #fff none repeat scroll 0 0;
    height: 1px;
    margin: 15px 0;
    width: 86%;
}

.header-mobile-menu-btn {
    font-family: "Gotham";
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    background: #1cb5e3 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    line-height: 30px;
    margin: 10px 0;
    min-width: 110px;
    padding: 0 5px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    min-width: 160px;
    max-width: 160px;
    text-align: center;
}
.header-mobile-menu-btn.salon-virtual {
	background: #fff url("../css/images/home_salonvirtual.png") no-repeat scroll center center/auto 100%;
	height: 70px;
	color: transparent;
	border: 3px solid #18a2cc;
	box-sizing: border-box;
	min-width: 170px;
}
.header-mobile-menu-btn.salon-virtual:hover{
	background: #fff url("../css/images/home_salonvirtual.png") no-repeat scroll center center/auto 100%;
} 
.header-mobile-menu-btn:hover {
    background: #1cb5e3;
}

.i23 .header-logo,.i3 .header-logo {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='lgh' x='0px' y='0px' viewBox='0 0 112.7 17.5' %3E%3Cstyle type='text/css'%3E .lgh-st0%7Bfill:%230078D2;%7D%3C/style%3E%3Cpath id='XMLID_13_' class='lgh-st0' d='M32.3,17.2c-1.5,0-2.9-0.4-4.2-1.1c-1.3-0.8-2.3-1.8-3.1-3.1c-0.7-1.3-1.1-2.7-1.1-4.2 c0-1.5,0.4-2.9,1.1-4.2c0.7-1.3,1.8-2.3,3.1-3.1c1.3-0.8,2.7-1.1,4.2-1.1c1.5,0,2.9,0.4,4.2,1.1c1.3,0.8,2.3,1.8,3.1,3.1 c0.7,1.3,1.1,2.7,1.1,4.2c0,1.5-0.4,2.9-1.1,4.2c-0.7,1.3-1.8,2.3-3.1,3.1C35.2,16.9,33.8,17.2,32.3,17.2z M32.3,1.5 c-1.3,0-2.5,0.3-3.6,1c-1.1,0.7-2,1.5-2.6,2.6c-0.7,1.1-1,2.3-1,3.7c0,1.3,0.3,2.5,1,3.7c0.7,1.1,1.5,2,2.6,2.6c1.1,0.7,2.3,1,3.6,1 c1.3,0,2.5-0.3,3.6-1c1.1-0.7,2-1.5,2.6-2.6c0.6-1.1,1-2.3,1-3.7c0-1.3-0.3-2.5-1-3.7c-0.6-1.1-1.5-2-2.6-2.6 C34.8,1.9,33.6,1.5,32.3,1.5z'/%3E%3Cpath id='XMLID_11_' class='lgh-st0' d='M48.7,3.6v13.4h-1.1V0.3L59,14V0.5h1.1v16.8L48.7,3.6z'/%3E%3Cpath id='XMLID_9_' class='lgh-st0' d='M68.5,17.1V0.5h1.1v16.5H68.5z'/%3E%3Cpath id='XMLID_7_' class='lgh-st0' d='M85.3,17.2c-1.5,0-2.9-0.4-4.2-1.1c-1.3-0.8-2.3-1.8-3.1-3.1c-0.7-1.3-1.1-2.7-1.1-4.2 c0-1.5,0.4-2.9,1.1-4.2c0.7-1.3,1.8-2.3,3.1-3.1c1.3-0.8,2.7-1.1,4.2-1.1c1.2,0,2.3,0.2,3.4,0.7c1.1,0.5,2,1.2,2.8,2l-0.9,0.8 c-0.7-0.8-1.5-1.4-2.4-1.8c-0.9-0.4-1.9-0.6-2.9-0.6c-1.3,0-2.5,0.3-3.6,1c-1.1,0.7-2,1.5-2.6,2.7c-0.7,1.1-1,2.3-1,3.7 s0.3,2.5,1,3.7c0.7,1.1,1.5,2,2.6,2.7c1.1,0.7,2.3,1,3.6,1c1.1,0,2.1-0.2,3.1-0.7c1-0.5,1.8-1.1,2.5-2l0.9,0.7 c-0.8,1-1.8,1.8-2.9,2.3C87.8,17,86.6,17.2,85.3,17.2z'/%3E%3Cpath id='XMLID_6_' class='lgh-st0' d='M15.7,4'/%3E%3Cg id='XMLID_3_'%3E%3Cpath id='XMLID_4_' class='lgh-st0' d='M98.7,17.1h-1.3L105,0l7.7,17.1h-1.3L105,2.9L98.7,17.1z'/%3E%3C/g%3E%3Cpath id='XMLID_1_' class='lgh-st0' d='M15.9,17.5V4.4L8.6,14.9L1.1,4.4v13.1H0V0.8l8.6,12.1L17,0.8v16.7H15.9z'/%3E%3C/svg%3E") no-repeat scroll center center / 100% auto;
    height: 65px;
    margin: 0 0 0 15px;
    position: absolute;
    width: 41vw;
    max-width: 180px;
    z-index: 1;
}

.i28 .header-logo {
    background: transparent url("../css/images/logo_medellin_2018.png") no-repeat scroll center top/auto 100%;
    height: 62px;
    margin: 2px 0 0 0;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 15px 15px;
}

.i38 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_colombia_2018.png") no-repeat scroll center center/100% auto;
    height: 65px;
    margin: 0 0 0 10px;
    position: absolute;
    width: 200px;
    z-index: 1;
    max-width: 200px;
}

.i8 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_oe_2018.png") no-repeat scroll center center/100% auto;
    height: 65px;
    margin: 0 0 0 10px;
    position: absolute;
    width: 200px;
    z-index: 1;
    max-width: 200px;
}

.i32 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_galilei.png") no-repeat scroll center center/100% auto;
    margin: 0 0 0 10px;
    position: absolute;
    z-index: 1;
    max-width: 200px;
	width: 135px;
	max-width: 200px;    
	height: 95px;    
}
.i33 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_pioxii.png") no-repeat scroll center center/100% auto;
    margin: 0 0 0 10px;
    position: absolute;
    z-index: 1;
    max-width: 200px;
	width: 135px;
	max-width: 200px;    
	height: 95px;    
}
.i34 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_sanandres.png") no-repeat scroll center center/100% auto;
    margin: 0 0 0 10px;
    position: absolute;
    z-index: 1;
    max-width: 200px;
	width: 135px;
	max-width: 200px;    
	height: 95px;    
}
.i30 .header-logo {
	background: rgba(0, 0, 0, 0) url("../css/images/logo_ceho.png") no-repeat scroll center center/100% auto;
	margin: 0 0 0 10px;
	position: absolute;
	z-index: 1;
	max-width: 200px;
	width: 210px;
	max-width: 200px;
	height: 66px;
}

.i35 .header-logo {
	background: rgba(0, 0, 0, 0) url("../css/images/logo_mgd.png") no-repeat scroll center center/100% auto;
	margin: 0 0 0 10px;
	position: absolute;
	z-index: 1;
	max-width: 200px;
	width: 210px;
	max-width: 200px;
	height: 66px;
}

.i36 .header-logo {
	background: rgba(0, 0, 0, 0) url("../css/images/logo_qui.png") no-repeat scroll center center/100% auto;
	margin: 0 0 0 10px;
	position: absolute;
	z-index: 1;
	width: 160px;
	max-width: 200px;
	height: 66px;
}

.i9 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_nev_mob_ar.png?a=1") no-repeat scroll center center / 100% auto;
    height: 65px;
    margin: 0 0 0 15px;
    position: absolute;
    width: 41vw;
    max-width: 180px;
    z-index: 1;
}
.i12 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_meduca.png?a=2") no-repeat scroll center center / auto 100%;
    height: 65px;
    margin: 0 0 0 15px;
    position: absolute;
    width: 41vw;
    max-width: 180px;
    z-index: 1;
}

.i24 .header-logo {
	background: rgba(0, 0, 0, 0) url("../css/images/logo_monica_apre.png?a=2") no-repeat scroll center center / 100% auto;
	height: 65px;
	margin: 0 0 0 15px;
	position: absolute;
	width: 51vw;
	max-width: 220px;
	z-index: 1;
}

.i4 .header-logo {
	background: rgba(0, 0, 0, 0) url("../css/images/logo_aca.png") no-repeat scroll center center/100% auto;
	margin: 0 0 0 10px;
	position: absolute;
	z-index: 1;
	max-width: 200px;
	width: 72px;
	max-width: 200px;
	height: 66px;
}
.oldi22 .header-logo {
    background: rgba(0, 0, 0, 0) url("../css/images/logo_nev_mob.png?a=2") no-repeat scroll center center / 100% auto;
    height: 65px;
    margin: 0 0 0 15px;
    position: absolute;
    width: 41vw;
    max-width: 180px;
    z-index: 1;
}

.header-logo {
	background: rgba(0, 0, 0, 0) url("../css/images/logo_nev_login.png?a=2") no-repeat scroll center center / 100% auto;
	height: 65px;
	margin: 0 0 0 25px;
	position: absolute;
	width: 6.7vw;
	max-width: 180px;
	z-index: 1;
}

.usuario-name {
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 11px;
    height: 66px;
    line-height: 66px;
    margin: 0;
    padding: 0 8px;
    text-align: left;
    max-width: 155px;
    overflow: hidden;
    display: none;
}

.usuario-img {
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    float: right;
    height: 42px;
    padding: 12px 5px 12px 15px;
    width: 40px;
    display: none;
}

.usuario-img div {
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    border: 0px solid #2ac1e5;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: none;
}

.mensaje-icon {
    border-radius: 100px;
    height: 29px;
    position: relative;
    width: 29px;
    text-align: center;
    font-size: 17px;
    font-family: oe;
    line-height: 29px;
    color: #fff;
    background: #3fb0e5;
    padding: 0;
    margin: 18px 4px 0 4px;
    float: right;
    transition: all 0.2s linear 0s;
}

.notificacion-icon:hover,
.salonvirtual-icon:hover,
.mensaje-icon:hover {
    background: #3089b3;
    transition: all 0.2s linear 0s;
}

.notificacion-icon-container {
    cursor: pointer;
    float: right;
    height: 29px;
    width: 29px;
    margin: 18px 4px 0 4px;
}

.notificacion-icon {
    border-radius: 100px;
    height: 29px;
    position: relative;
    width: 29px;
    text-align: center;
    font-size: 14px;
    font-family: oe;
    line-height: 29px;
    color: #fff;
    background: #3fb0e5;
    padding: 0 0 0 3px;
    transition: all 0.2s linear 0s;
}

.notificacion-icon-alert {
    background: #da1313 none repeat scroll 0 0;
    border-radius: 4px;
    float: right;
    height: 8px;
    margin: -28px 0px 0;
    width: 8px;
    position: relative;
    z-index: 1;
}
.mensaje-icon-alert {
	background: #da1313 none repeat scroll 0 0;
	border-radius: 4px;
	height: 8px;
	width: 8px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.salonvirtual-icon {
    border-radius: 100px;
    height: 29px;
    position: relative;
    width: 29px;
    text-align: left;
    font-size: 28px;
    font-family: oe;
    line-height: 29px;
    color: #fff;
    background: #3fb0e5;
    padding: 0;
    margin: 18px 4px 0 4px;
    float: right;
    transition: all 0.2s linear 0s;
}

.calendario-icon {
	border-radius: 100px;
	height: 29px;
	position: relative;
	width: 29px;
	text-align: center;
	font-size: 17px;
	font-family: oe;
	line-height: 27px;
	color: #fff;
	background: #3fb0e5;
	padding: 0;
	margin: 18px 4px 0 4px;
	float: right;
	transition: all 0.2s linear 0s;
}

/*HEADER UNIVERSITY*/
.uni-header {
    background: #414141 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    height: 49px;
    letter-spacing: -0.5px;
    line-height: 47px;
}

.uni-header input[type="button"] {
    background: #00d0ff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    line-height: 27px;
    margin: 0 15px;
    transition: all 0.2s linear 0s;
    width: 115px;
}

.uni-header input[type="button"]:hover {
    opacity: 0.8;
}

.uni-header-side {
    background: #f8f8f8 none repeat scroll 0 0;
    font-family: "oe";
    font-size: 28px;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    width: 80px;
    color: #464646;
    padding: 80px 0 0 0;
    z-index: 100000;
}

.uni-header-side-item {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    margin: 25px auto;
    width: 50px;
    cursor: pointer;
}

.uni-header-side-item:hover {
    background: #04b5e9 none repeat scroll 0 0;
    color: #f8f8f8;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    margin: 25px auto;
    width: 50px;
}

.uni-header-logged {
    background: #f8f8f8 url("./images/logo_university.png") no-repeat scroll 30px center / auto 65%;
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200000;
}


/* MODAL CONFIRM*/
.confirm-modal,
.alert-confirm {
    font-size: 14px;
    color: rgb(17, 17, 17);
    text-shadow: 1px 0 0 #eee;
    padding: 0;
}

.confirm-container,
.alert-container {
    padding: 0 20px;
    height: 150px;
    min-width: 280px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.confirm-btn,
.alert-btn {
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #ccc;
    color: #999;
    cursor: pointer;
}

.confirm-btn:hover,
.alert-btn:hover {
    color: rgb(17, 17, 17);
}

.confirm-btn.right {
    float: right;
    width: 49.6%;
}

.confirm-btn.left {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
}

.alert-btn.center {
    width: 100%;
}



/* #Footer
================================================== */
.footer {
    min-height: 260px;
    width: 100%;
    background: #2d3032;
    font-size: 12px;
    font-size: 12px;
    color: #949ea3;
    overflow: hidden
}

.footer-casa-grande {
    background: rgba(0, 0, 0, 0) url("./images/footer_logo.png") no-repeat scroll center top;
    cursor: pointer;
    height: 26px;
    width: 100%;
}
.footer-casa-ls {
	background: rgba(0, 0, 0, 0) url("./images/footer_logo_casa_ls.png") no-repeat scroll left top/100% auto;
	cursor: pointer;
	float: left;
	height: 100px;
	width: 350px;
	margin: 0 0 0 5px;
	position: absolute;
	top: 15px;
	margin: 0 calc((100% - 300px) /2);
}
@media only screen and (max-width: 800px) {
	.footer-casa-ls {
		background: rgba(0, 0, 0, 0) url("./images/footer_logo_casa_ls.png") no-repeat scroll left top/100% auto;
		cursor: pointer;
		float: left;
		height: 100px;
		width: 300px;
		position: relative;
		margin: -30px calc((100% - 300px) /2) 20px;
	}
}

.powered>img {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}


.footer h3 {
    color: #d1d6d9;
    font-size: 15px;
    line-height: 21px;
    margin-top: 0px;
    margin-bottom: 14px;
}

.footer.footer_dark h3 {
    color: #818f96;
    text-shadow: 0px -1px 0px #111;
}

.footer .column {
    float: left;
    width: 18%;
    min-height: 100px;
}

.footer .big_column {
    float: right;
    width: 28%;
    min-height: 100px;
}

.footer p {
    margin-bottom: 0;
}

.footer-slash {
    display: none;
}

/* Footer Icons*/
.icon_twitter {
    background: rgba(0, 0, 0, 0) url("./images/icon_tweet.png") no-repeat scroll center -23px;
    float: left;
    height: 23px;
    margin: 0 0 25px 60px;
    text-indent: -9999px;
    width: 23px;
}

a.icon_twitter:hover {
    background: url('./images/icon_tweet.png') center top no-repeat;

}

.icon_facebook {
    float: left;
    width: 23px;
    height: 23px;
    background: url('./images/icon_facebook.png') center -23px no-repeat;
    text-indent: -9999px;
    margin-left: 12px;
}

a.icon_facebook:hover {
    background: url('./images/icon_facebook.png') center top no-repeat;
}

.icon_youtube {
    float: right;
    width: 23px;
    height: 23px;
    background: url('./images/icon_youtube.png') center -23px no-repeat;
    text-indent: -9999px;
    margin-left: 12px;
}
a.icon_youtube:hover {
    background: url('./images/icon_youtube.png') center top no-repeat;
}
.icon_pinterest {
    float: left;
    width: 23px;
    height: 23px;
    background: url('./images/icon_pinterest.png') center -23px no-repeat;
    text-indent: -9999px;
    margin-left: 12px;
}

a.icon_pinterest:hover {
    background: url('./images/icon_pinterest.png') center top no-repeat;
}

.icon_skype {
    float: left;
    width: 23px;
    height: 23px;
    background: url('./images/icon_skype.png') center -23px no-repeat;
    text-indent: -9999px;
    margin-left: 12px;
}

a.icon_skype:hover {
    background: url('./images/icon_skype.png') center top no-repeat;
}

.icon_instagram {
    float: left;
    width: 23px;
    height: 23px;
    background: url('./images/icon_instagram.png') center -23px no-repeat;
    text-indent: -9999px;
    margin-left: 12px;
}

a.icon_instagram:hover {
    background: url('./images/icon_instagram.png') center top no-repeat;
}

.icon_google {
    float: left;
    width: 23px;
    height: 23px;
    background: url('./images/icon_google.png') center -23px no-repeat;
    text-indent: -9999px;
    margin-left: 12px;
}

a.icon_google:hover {
    background: url('./images/icon_google.png') top center no-repeat;
}


.icon_phone {
    font-size: 13px;
    line-height: 24px;
    background: url('./images/icon_footer_phone.png') left 4px no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 6px;
    width: 100%;
}

.icon_mail {
    font-size: 13px;
    line-height: 24px;
    background: url('./images/icon_footer_mail.png') left center no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 6px;
    width: 100%;
}

.icon_loc {
    font-size: 13px;
    line-height: 24px;
    background: url('./images/icon_footer_loc.png') left 3px no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 6px;
    width: 100%;
}

.icon_phone, .icon_mail, .icon_loc {
	margin: 0 0 10px 0;
}

.footer.footer_dark .icon_phone,
.#footer.footer_dark .icon_mail,
.footer.footer_dark .icon_loc {
    color: #748188;
    text-shadow: none;
}

.footer .columns ul {
    margin: 0px 0 0 18px;
    list-style: none;
    padding: 0;
}

.footer .columns ul li {
    margin-bottom: 4px;
    background: url('./images/arrow_footer_list.png') -5px 1px no-repeat;
    padding-left: 16px;
}

.margined_left {
    margin-left: 18px;
}

.footer a {
    text-decoration: none;
    padding: 0px;
    font-size: 12px;
    line-height: 15px;
    color: #949ea3;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footer a:hover {
    color: #0ad1e5;
}

.footer_pic img {
    float: left;
    border: 3px solid #5d5d5d;
    margin: 2px 14px 22px 0;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer_pic img:hover {
    border: 3px solid #0ad1e5;
}

.footer_news_item {
    font-size: 11px;
    line-height: 15px;
    margin-right: 12px;
}

.footer_news_item p {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 12px;
}

.footer_news_item h4 {
    font-size: 12px;
    line-height: 15px;
    color: #949ea3;
}

.powered {
    color: #949ea3;
    float: left;
    font-size: 11px;
    padding: 0 18px;
    width: 100%;
}

.powered a {
    font-size: 11px;
}

.footer_btm {
    clear: both;
    padding: 10px 0;
    /*background: #222425;*/
    border-top: 1px solid #373737;
}

.contenedor-footer-right-btns,
.contenedor-footer-left {
    float: left;
    margin: 30px 0 10px 30px;
    min-height: 100px;
    min-width: 250px;
    width: 40%;
}

.contenedor-footer-right-btns {
    padding: 0 0 0 30px;
}

.contenedor-footer-right-btns a {
    color: #949ea3;
    font-size: 13px;
    line-height: 25px;
}

/* #Base 960 Grid
================================================== */

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.row {
    margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha,
.columns.alpha {
    margin-left: 0;
}

.column.omega,
.columns.omega {
    margin-right: 0;
}

/* Base Grid */
.container .four.columns {
    width: 420px;
}



/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    float: none;
    clear: both;
}
.footer_btm_inner {
	justify-content: center;
}
.footer_btm_inner .network {
	min-width: 130px;
}
.footer-copyright {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

.calculadora-container {
    z-index: 9999;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: 0px solid #ccc;
    padding: 20px 15px 15px 15px;
    box-shadow: 0px 0px 3px #333;
    cursor: move;
    top: 15%;
    left: calc(50% - 161px);
}

.calculadora-close {
    background: url(./images/fancybox_sprite.png);
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: 305px;
}

.contacto-btn:hover {
    color: #1CB5E3;
    text-decoration: underline;
    cursor: pointer;
}

.home-contacto input[type=text].error,
.home-contacto textarea.error {
    border-color: #d00;
}

/* Modal Contacto
================================================== */
.contact-container {
    width: 810px;
    padding: 15px;
}

.contacto-tit {
    width: 800px;
    height: 40px;
}

.contacto-tit span {
    color: #1cb5e3;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0 4px;
}

.contact-left-cont {
    width: 410px;
    float: left;
}

.contact-check {
    color: #FF0000;
    float: right;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    width: 18px;
}

/*.contact-left-cont input[type=text],.contact-left-cont textarea{margin:0 0 10px 0;width:380px;height:27px;line-height:27px;background:#f6f6f6;border:none;color:rgb(17, 17, 17);font-size:12px;padding:0 3px;}
.contact-left-cont textarea{padding:8px;font-family:'Gotham',Helvetica;}*/

.contact-left-cont input[type="text"] {
    border: 1px solid #fff;
    background: #f6f6f6;
    width: 374px;
    height: 27px;
    line-height: 27px;
    margin: 0 4px 8px 0;
    font-family: 'Gotham', Helvetica;
    color: rgb(17, 17, 17);
    font-size: 13px;
    padding: 0px 5px;
    outline: none;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.contact-left-cont select {
    border: 1px solid #fff;
    background: #f6f6f6;
    width: 374px;
    height: 27px;
    line-height: 27px;
    margin: 0 4px 8px 0;
    font-family: 'Gotham', Helvetica;
    color: rgb(17, 17, 17);
    font-size: 13px;
    padding: 0px 5px;
    outline: none;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.contact-left-cont input[type="text"]:focus,
.contact-left-cont input[type="text"].error:focus {

    -webkit-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    -moz-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    border-color: #EEEEEE;
}

.contact-left-cont input[type="text"].error {
    border-color: rgba(255, 0, 0, 0.6);
}

.contact-left-cont textarea {
    border: 1px solid #fff;
    margin: 0 4px 8px 0;
    font-family: 'Gotham', Helvetica;
    color: rgb(17, 17, 17);
    font-size: 13px;
    padding: 5px;
    outline: none;
    width: 374px;
    height: 130px;
    background: #f6f6f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.contact-left-cont textarea.error {
    border-color: rgba(255, 0, 0, 0.6);
}

.contact-left-cont textarea:focus {
    -webkit-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    -moz-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    border: 1px solid #eeeef4;
}


.contact-right-cont {
    float: right;
}

.contact-desc-tit {
    width: 200px;
    height: 15px;
}

.contact-desc-tit span {
    color: rgb(17, 17, 17);
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    line-height: 10px;
}

.contact-desc {
    width: 370px;
    height: 103px;
}

.contact-desc span {
    color: rgb(17, 17, 17);
    font-size: 12px;
    margin: 0;
    line-height: 12px;
}

.contact-img {
    background: url(./images/contacto_img.jpg) no-repeat 0 0;
    width: 375px;
    height: 280px;
    margin: 0 0 15px 0;
}

/* AYUDA
================================================== */
.main-ayuda-btn {
    background: none repeat scroll 0 0 #fff;
    border-color: #eeeef4;
    border-radius: 25px 0 0 25px;
    border-style: solid none solid solid;
    border-width: 2px;
    height: 50px;
    margin: 11px 0 0 0;
    position: fixed;
    right: 0;
    width: 60px;
    z-index: 999;
}

.main-ayuda {
    background: none repeat scroll 0 0 #fff;
    border-color: #eeeef4;
    border-style: solid none solid solid;
    border-width: 2px;
    height: 100%;
    margin: 0 -333px 0 0;
    overflow: auto;
    position: fixed;
    right: 0;
    width: 331px;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-ayuda:hover {
    margin: 0 0 0 0;
}

.main-ayuda-submenu-cont li {
    margin: 10px 0;
}

.main-ayuda-upper-cont {
    height: 50px;
    margin: 11px 13px;
    width: 280px;
}

.main-ayuda-ico {
    background: url("./images/main_ayuda_text_ico.png") no-repeat scroll center center #ff0000;
    border-radius: 23px;
    height: 46px;
    margin: 2px;
    position: absolute;
    width: 46px;
    cursor: pointer;
}

.main-ayuda-tit {
    color: rgb(17, 17, 17);
    float: left;
    font-size: 18px;
    height: 20px;
    margin: 12px 0 0;
    padding: 0 0 0 61px;
    text-align: left;
    width: 200px;
}

.main-ayuda-menu-cont {
    width: 100%;
    min-height: 46px;
    background: #fff;
}

.main-ayuda-menu {
    background: url("./images/main_ayuda_menu_arrow_open.png") no-repeat scroll 30px center #eeeef4;
    color: rgb(17, 17, 17);
    cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 16px;
    min-height: 16px;
    padding: 15px 10% 15px 22%;
    text-align: left;
    width: 68%;
    margin: 0 0 2px 0;
}

.main-ayuda-menu.open {
    background: url("./images/main_ayuda_menu_arrow.png") no-repeat scroll 30px center #eeeef4;
}

.main-ayuda-menu-arrow {
    background: url("./images/main_ayuda_menu_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 46px;
    width: 22%;
}

.main-ayuda-menu-tit {}


.main-ayuda-submenu-cont {
    color: rgb(17, 17, 17);
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 14px 0 20px 30px;
    text-align: justify;
    width: 82%;
}

.ui-autocomplete {
    border: 1px solid #aaa;
    height: 300px;
    overflow: auto;
    width: 400px;
}

.oe-zopim {
    background: url("./images/zopim_img.png") no-repeat scroll center center transparent;
    width: 187px;
    height: 30px;
    bottom: 0;
    right: 0;
    position: fixed;
    margin: 0 10px 0 0;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.oe-zopim.en {
    background: url("./images/zopim_img_en.png") no-repeat scroll center center transparent;
}

.ui-datepicker {
    /*z-index: 70 !important;*/
    font-size: 13px !important;
    width: 255px !important;
}

.padre-select {
    background: #fff none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0;
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.47);
    height: 23px;
    margin: 65px 0 0;
    padding: 2px !important;
    position: absolute;
}


.mail-fancybox {
    margin: 5px 0 0 0;
    width: 100%;
}

.mail-fancybox-tit {
    color: #1cb5e3;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px;
    text-align: center;
}

.mail-fancybox-sub-tit {
    color: #656565;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    text-align: center;
}

.mail-fancybox-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #00a9e8;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0 0 5px;
    outline: medium none;
    padding: 0 5px;
    width: 97%;
}


.mail-fancybox-nev-logo,
.mail-fancybox-nev-logo-movil {
    background: rgba(0, 0, 0, 0) url("./images/logo_nev_mob.png?a=1") no-repeat scroll center bottom;
    height: 63px;
    width: 100%;
}

.i9 .mail-fancybox-nev-logo,
.mail-fancybox-nev-logo-movil {
    background: rgba(0, 0, 0, 0) url("./images/logo_nev_mob_ar.png?a=1") no-repeat scroll center bottom;
    height: 63px;
    width: 100%;
}

.i23 .mail-fancybox-nev-logo,
.mail-fancybox-nev-logo-movil,
.i3 .mail-fancybox-nev-logo,
.mail-fancybox-nev-logo-movil {
    background: rgba(0, 0, 0, 0) url("./images/logo_nev_mob_en.png?a=3") no-repeat scroll center bottom;
    height: 63px;
    width: 100%;
}

.mail-fancybox-nev-logo {
    display: none;
}

.mail-fancybox-nev-logo-movil {
    display: block;
}


.mail-fancybox-txt {
    color: #1cb5e3;
    font-size: 18px;
    height: 20px;
    margin: 11px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.mail-fancybox-btn {
    background: #1cb5e3 none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 15px auto 0;
    text-align: center;
    width: 50%;
}

.mail-fancybox-btn:hover {
    opacity: 0.7;
}

.mail-fancybox-input.error {
    border-color: #f00;
}

.iframe-gform {
    width: 100%;
    height: 125vw;
    max-height: 550px;
    overflow: hidden;
}



.lang-btn-menu {
    background: rgba(0, 0, 0, 0) url("../css/images/icon_lang.png") no-repeat scroll bottom center;
    cursor: pointer;
    float: right;
    height: 21px;
    opacity: 0.7;
    width: 21px;
    transition: all 0.2s ease-out;
    margin: 1px 0 0;
}

.lang-btn-menu:hover {
    background: rgba(0, 0, 0, 0) url("../css/images/icon_lang.png") no-repeat scroll top center;
}

.lang-menu {
    clear: both;
    float: right;
    margin: -128px 0 0;
    min-width: 100px;
    position: relative;
    width: 12%;
    z-index: 10000;
}

.lang-menu-line {
    background: #1fbfe4 none repeat scroll 0 0;
    clear: both;
    float: right;
    height: 6px;
    width: 45px;
}

.lang-menu-item {
    background: #1fbfe4 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: right;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lang-menu-item a {
    color: #fff;
    line-height: 40px;
}

.lang-menu-item:hover {
    background: #0f72b7;
}

.lang-menu-item input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: Gotham;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin: 0;
    padding: 0;
}

.lang-selector-container {
    float: right;
    margin: 27px 10px 20px 0;
}

.lang-selector-container .img {
    background: rgba(0, 0, 0, 0) url("./images/lang_select_icon.png?c") no-repeat scroll left center/ auto 60%;
    height: 26px;
    margin: 3px 0 0 5px;
    position: absolute;
    width: 30px;
}

.lang-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #a5abb8 url("./images/lang_select_arrow.png?c") no-repeat scroll 103px center;
    border: 0 none;
    border-radius: 5px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0 5px 0 22px;
    width: 120px;
    min-width: 120px;
    height: 25px;
    font-size: 11px;
    margin: 3px 10px 0 0;
}

.lang-selector option {
    background: #fff none repeat scroll 0 0;
    color: #656565;
    padding: 0px;
}

.lang-container{
	float:left;
	width: 100px;
}
.lang-icon {
	border-radius: 100px;
	height: 29px;
	position: relative;
	width: 29px;
	text-align: center;
	font-size: 13px;
	font-family: Gotham;
	line-height: 25px;
	color: #3fb0e5;
	background: #fff;
	padding: 0;
	margin: 0 2px;
	transition: all 0.2s linear 0s;
	border: 2px solid #3fb0e5;
	box-sizing: border-box;
	cursor: pointer;
}
.lang-sep{
	height: 29px;
	width: 15px;
	background: transparent;
	float: right;
}
.lang-icon:hover,.lang-icon.selected{background: #3fb0e5;transition: all 0.2s linear 0s;color:#fff;}
.lang-container a:hover{cursor: pointer;}
.lang-icon.selected:hover{cursor: default;}

.imagen-modal {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: absolute !important;
    cursor: move;
    z-index: 1000000;
}

.imagen-modal-close {
    background: rgba(0, 0, 0, 0) url("./images/fancybox_sprite.png") repeat scroll 0 0;
    cursor: pointer;
    float: right;
    height: 35px;
    margin: -30px;
    position: relative;
    width: 35px;
}

.main-seccion-tit {
    background: #1ec0e7 none repeat scroll 0 0;
    color: #fff;
    float: none !important;
    font-size: 15px;
    height: 25px;
    line-height: 24px;
    margin: 0px auto 30px;
    text-align: center;
    max-width: 200px;
    display: none;
}

.main-seccion-tit.escuela {
    display: block;
}

.main-seccion-tit>a {
    border-radius: 30px;
    display: block;
    height: 100%;
    width: 100%;
}

.main-forbidden {
    background: #fff none repeat scroll 0 0;
    font-size: 13px;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}

.main-forbidden-container {
    height: 600px;
    max-width: 500px;
    min-width: 320px;
    width: 90%;
}

.main-forbidden-container .btn-close {
    background: rgba(0, 0, 0, 0) url("./images/contenido2_close.png") no-repeat scroll center center / 100% auto;
    float: right;
    height: 100px;
    width: 40px;
    cursor: pointer;
    opacity: 0.8;
}

.main-forbidden-container .btn-close:hover {
    opacity: 1;
}

.btn-xls {
    font-family: oe;
    background: transparent;
    border: none;
    font-size: 1.7vw;
    float: right;
    cursor: pointer;
}

.btn-xls:hover {
    color: #333;
}

/*AMERICAN MASTER*/

.american-header {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #F6F6F6;
    float: left;
}

.american-header .logo {
    background: url("./images/american_01_m.png?v=1") no-repeat scroll center -8px/100% auto;
    width: 200px;
    height: 100%;
    float: right;
}

.american-btn-menu {
    float: left;
    font-family: oe;
    font-size: 45px;
    background: none;
    margin: 35px 0 0 10px;
    width: 55px;
    opacity: 1;
}

.american-btn-menu .menu-st0 {
    fill: #21264B;
    transition: all linear 0.2s;
}

.american-btn-menu:hover .menu-st0 {
    fill: #FF5A44;
}

.american-popup {
    width: 340px;
    background: #fff;
    position: absolute;
    margin: 80px 0 0 15px;
    display: none;
    z-index: 1;
    left: 0;
    min-height: 105px;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
}


.american-popup .arrow {
    margin: -12px 0 0 -142px;
    position: absolute;
    width: 30px;
}

.american-popup.pp-active {
    display: block;
}

.american-popup.p-menu button {
    width: 100%;
    height: 60px;
    margin: 0;
    opacity: 1;
    position: relative;
    background: #fff;
    color: #eb5a47;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    font-family: "Gotham";
    letter-spacing: -1px;
    border-left: 4px solid #fff;
    padding: 0 0 0;
    line-height: 34px;
    transition: all linear 0.2s;
}

.american-popup.p-menu button svg {
    width: 30px;
    margin: 0 15px;
    position: relative;
    float: left;
}

.american-popup.p-menu button svg .btn-st0 {
    fill: #19214B;
}

.american-popup.p-menu button:hover svg .btn-st0,
.american-popup.p-menu button.selected svg .btn-st0 {
    fill: #fff;
}

.american-popup.p-menu button span,
.american-popup.p-menu button svg {
    float: left;
}

.american-popup.p-menu button:hover,
.american-popup.p-menu button.selected {
    border-color: #EB5A47;
    background: #21264B;
}


.american-menu-usr-container {
    height: 60px;
    width: 100%;
    border-bottom: 2px solid #eee;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -1px;
    color: #333;
}

.american-menu-usr-container .notif-point {
    border-radius: 100%;
    background: #E75A47;
    width: 7px;
    height: 7px;
    float: left;
    margin: 17px 0 0 -10px;
    display: none;
}

.american-menu-usr-container .notif-point.active {
    display: block;
}

.american-menu-usr-container svg {
    width: 24px;
    float: left;
    height: 60px;
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.2s ease-out
}

.american-menu-usr-container svg:hover .menu-ico-st0 {
    fill: #E75A47;
}

.american-menu-usr-container .user {
    text-transform: uppercase;
    line-height: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin: 8px 0;
    border-left: 3px solid #E75A47;
    float: right;
    width: calc(100% - 85px);
    padding: 0 0 0 15px;
}

/*ENCUESTA POPUP*/
.popup-encuesta-container {
    font-size: 3.5vw;
    line-height: 3.5vw;
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
    color: #000;
}

.popup-encuesta-tit {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    font-size: 1em;
    line-height: 1.3em;
    padding: 0;
    width: 100%;
    margin: 0 0 4vw 0;
    letter-spacing: -.1vw;
    text-align: center;
    margin: 1vw 0 2vw 0;
}

.popup-encuesta {
    background: #6BAEB0;
    padding: 50px 0;
    width: 100%;
}

.popup-encuesta svg {
    width: 83%;
    margin: 9vw 0 0 0;
}

.popup-encuesta .container {
    width: 60%;
}

.popup-encuesta .left {
    float: left;
    width: 70%;
    text-align: left;
}

.popup-encuesta .right {
    float: right;
    width: 30%;
    text-align: right;
}

.popup-encuesta label {
    line-height: 1.3em;
}

.popup-encuesta input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: .15vw solid #000;
    color: #000;
    font-family: "Gotham";
    font-size: 0.9em;
    line-height: 0.9em;
    padding: 0;
    width: 100%;
    height: 6.5vw;
    border-width: 0 0 .15vw 0;
}

.popup-encuesta input[type="text"].error {
    border-color: #f00;
}

.popup-encuesta input[type="text"].left {
    margin: 0 1vw 5vw 0;
    float: left;
    text-align: left;
}

.popup-encuesta input[type="text"].right {
    margin: 0 0 5vw 0;
    float: left;
    text-align: left;
}

.popup-encuesta input[type="text"].center {
    width: 83.5%;
    margin: 0 0 1vw 0;
}

.popup-encuesta textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: .15vw solid #000;
    color: #000;
    font-family: "Gotham";
    font-size: 1vw;
    line-height: 1vw;
    margin: 0 0 0.5vw;
    padding: 0.4vw 0.6vw;
    width: 80%;
    height: 6vw;
}

.popup-encuesta-btn {
    font-size: 1.1em;
    color: #000;
    background: transparent;
    height: 10vw;
    box-sizing: border-box;
    border: .15vw solid #000;
    cursor: pointer;
    margin: 0;
    min-width: 55vw;
    padding: 0 2vw;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: Gotham;
}

.popup-encuesta-btn:hover {
    color: #fbbe2f;
    background: #000;
}

.popup-encuesta input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
    opacity: 1;
}

.popup-encuesta input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.popup-encuesta input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.popup-encuesta input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
    opacity: 1;
}

.popup-encuesta textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
    opacity: 1;
}

.popup-encuesta textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.popup-encuesta textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.popup-encuesta textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
    opacity: 1;
}

.incognito-container {
	width: 100%;
	max-width: 1250px;
	position: relative;
}

.incognito {
	margin: 1vw 0 0 0;
	text-align: left;
	padding: 0 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	width: 25vw;
	height: auto;
	font-size: 1.1vw;
}

.incognito button {
	background: #5c5b5f no-repeat center center / 55% auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ico-inco' x='0px' y='0px' viewBox='0 0 18.5 18.5' %3E%3Cstyle type='text/css'%3E .ico-inco-st0%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cpath class='ico-inco-st0' d='M17.1,8.9h-0.4l-2.2-7.2c-0.2-0.7-0.8-1.3-1.5-1.6c-0.7-0.3-1.5-0.1-2.2,0.3C9.9,1,8.7,1,7.8,0.4 C7.2,0,6.4-0.1,5.6,0.1C4.9,0.4,4.3,1,4.1,1.7L1.9,8.9H1.5C0.7,8.9,0,9.6,0,10.4c0,0.8,0.7,1.5,1.5,1.5h15.6c0.8,0,1.5-0.7,1.5-1.5 C18.5,9.6,17.9,8.9,17.1,8.9z M4.6,1.9c0.2-0.6,0.6-1.1,1.2-1.3C6.4,0.4,7,0.5,7.5,0.8c1,0.7,2.4,0.7,3.5,0 c0.5-0.4,1.2-0.5,1.8-0.2c0.6,0.2,1,0.7,1.2,1.3l2.2,7.1H2.4L4.6,1.9z M17.1,11.4H1.5c-0.5,0-1-0.4-1-1s0.4-1,1-1h15.6 c0.5,0,1,0.4,1,1S17.6,11.4,17.1,11.4z'/%3E%3Cpath class='ico-inco-st0' d='M4.9,7.8C4.9,7.8,4.9,7.8,4.9,7.8C4.7,7.8,4.6,7.7,4.7,7.5L6,3.6c0-0.1,0.2-0.2,0.3-0.1c0.1,0,0.2,0.2,0.1,0.3 L5.1,7.7C5.1,7.8,5,7.8,4.9,7.8L4.9,7.8z'/%3E%3Cpath class='ico-inco-st0' d='M13.4,12.7c-1.5,0-2.7,1.1-2.9,2.5c-0.8-0.4-1.7-0.4-2.5,0c-0.2-1.4-1.4-2.5-2.9-2.5c-1.6,0-2.9,1.3-2.9,2.9 s1.3,2.9,2.9,2.9c1.6,0,2.8-1.2,2.9-2.8c0.7-0.5,1.7-0.5,2.4,0c0.1,1.5,1.3,2.8,2.9,2.8c1.6,0,2.9-1.3,2.9-2.9S15,12.7,13.4,12.7z M5.2,18c-1.3,0-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4c1.3,0,2.4,1.1,2.4,2.4C7.6,16.9,6.5,18,5.2,18z M13.4,18 c-1.3,0-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4c1.3,0,2.4,1.1,2.4,2.4C15.8,16.9,14.7,18,13.4,18z'/%3E%3Cpath class='ico-inco-st0' d='M14.6,10.6H2.2c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.2,0.2-0.2h12.3c0.1,0,0.2,0.1,0.2,0.2 C14.8,10.5,14.7,10.6,14.6,10.6L14.6,10.6z'/%3E%3C/svg%3E");
	width: 3.7vw;
	height: 3.7vw;
	border-radius: 100%;
	border: .2vw solid #fff;
	padding: 0;
	z-index: 10;
	display: block;
	position: relative;
	cursor: pointer;
}
.incognito.active button{
	background: #bc0c24 no-repeat center center / 55% auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ico-inco' x='0px' y='0px' viewBox='0 0 18.5 18.5' %3E%3Cstyle type='text/css'%3E .ico-inco-st0%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cpath class='ico-inco-st0' d='M17.1,8.9h-0.4l-2.2-7.2c-0.2-0.7-0.8-1.3-1.5-1.6c-0.7-0.3-1.5-0.1-2.2,0.3C9.9,1,8.7,1,7.8,0.4 C7.2,0,6.4-0.1,5.6,0.1C4.9,0.4,4.3,1,4.1,1.7L1.9,8.9H1.5C0.7,8.9,0,9.6,0,10.4c0,0.8,0.7,1.5,1.5,1.5h15.6c0.8,0,1.5-0.7,1.5-1.5 C18.5,9.6,17.9,8.9,17.1,8.9z M4.6,1.9c0.2-0.6,0.6-1.1,1.2-1.3C6.4,0.4,7,0.5,7.5,0.8c1,0.7,2.4,0.7,3.5,0 c0.5-0.4,1.2-0.5,1.8-0.2c0.6,0.2,1,0.7,1.2,1.3l2.2,7.1H2.4L4.6,1.9z M17.1,11.4H1.5c-0.5,0-1-0.4-1-1s0.4-1,1-1h15.6 c0.5,0,1,0.4,1,1S17.6,11.4,17.1,11.4z'/%3E%3Cpath class='ico-inco-st0' d='M4.9,7.8C4.9,7.8,4.9,7.8,4.9,7.8C4.7,7.8,4.6,7.7,4.7,7.5L6,3.6c0-0.1,0.2-0.2,0.3-0.1c0.1,0,0.2,0.2,0.1,0.3 L5.1,7.7C5.1,7.8,5,7.8,4.9,7.8L4.9,7.8z'/%3E%3Cpath class='ico-inco-st0' d='M13.4,12.7c-1.5,0-2.7,1.1-2.9,2.5c-0.8-0.4-1.7-0.4-2.5,0c-0.2-1.4-1.4-2.5-2.9-2.5c-1.6,0-2.9,1.3-2.9,2.9 s1.3,2.9,2.9,2.9c1.6,0,2.8-1.2,2.9-2.8c0.7-0.5,1.7-0.5,2.4,0c0.1,1.5,1.3,2.8,2.9,2.8c1.6,0,2.9-1.3,2.9-2.9S15,12.7,13.4,12.7z M5.2,18c-1.3,0-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4c1.3,0,2.4,1.1,2.4,2.4C7.6,16.9,6.5,18,5.2,18z M13.4,18 c-1.3,0-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4c1.3,0,2.4,1.1,2.4,2.4C15.8,16.9,14.7,18,13.4,18z'/%3E%3Cpath class='ico-inco-st0' d='M14.6,10.6H2.2c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.2,0.2-0.2h12.3c0.1,0,0.2,0.1,0.2,0.2 C14.8,10.5,14.7,10.6,14.6,10.6L14.6,10.6z'/%3E%3C/svg%3E");
}
.incognito.active label b {
	color: #bc0c24;
}
.incognito label {
	display: block;
	position: absolute;
	top: 0;
	background: #fff;
	color: #333;
	width: max-content;
	left: 4vw;
	padding: 0;
	line-height: 1em;
	margin: 1.6vw 0;
	font-size: 0.7em;
}

/*MARGIN & PADDING*/
.m-0{
	margin:0px !important;
}
.m-5{
	margin:5px !important;
}
.m-10{
	margin:10px !important;
}
.m-15{
	margin:15px !important;
}
.m-20{
	margin:20px !important;
}
.m-25{
	margin:25px !important;
}
.ml-0{
	margin-left:0px !important;
}
.ml-5{
	margin-left:5px !important;
}
.ml-10{
	margin-left:10px !important;
}
.ml-15{
	margin-left:15px !important;
}
.ml-20{
	margin-left:20px !important;
}
.ml-25{
	margin-left:25px !important;
}
.mt-0{
	margin-top:0px !important;
}
.mt-5{
	margin-top:5px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-15{
	margin-top:15px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-25{
	margin-top:25px !important;
}
.mb-0{
	margin-bottom:0px !important;
}
.mb-5{
	margin-bottom:5px !important;
}
.mb-10{
	margin-bottom:10px !important;
}
.mb-15{
	margin-bottom:15px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.mb-25{
	margin-bottom:25px !important;
}
.mr-0{
	margin-right:0px !important;
}
.mr-5{
	margin-right:5px !important;
}
.mr-10{
	margin-right:10px !important;
}
.mr-15{
	margin-right:15px !important;
}
.mr-20{
	margin-right:20px !important;
}
.mr-25{
	margin-right:25px !important;
}

.p-0{
	padding:0px !important;
}
.p-5{
	padding:5px !important;
}
.p-10{
	padding:10px !important;
}
.p-15{
	padding:15px !important;
}
.p-20{
	padding:20px !important;
}
.p-25{
	padding:25px !important;
}
.pl-0{
	padding-left:0px !important;
}
.pl-5{
	padding-left:5px !important;
}
.pl-10{
	padding-left:10px !important;
}
.pl-15{
	padding-left:15px !important;
}
.pl-20{
	padding-left:20px !important;
}
.pl-25{
	padding-left:25px !important;
}
.pt-0{
	padding-top:0px !important;
}
.pt-5{
	padding-top:5px !important;
}
.pt-10{
	padding-top:10px !important;
}
.pt-15{
	padding-top:15px !important;
}
.pt-20{
	padding-top:20px !important;
}
.pt-25{
	padding-top:25px !important;
}
.pb-0{
	padding-bottom:0px !important;
}
.pb-5{
	padding-bottom:5px !important;
}
.pb-10{
	padding-bottom:10px !important;
}
.pb-15{
	padding-bottom:15px !important;
}
.pb-20{
	padding-bottom:20px !important;
}
.pb-25{
	padding-bottom:25px !important;
}
.pr-0{
	padding-right:0px !important;
}
.pr-5{
	padding-right:5px !important;
}
.pr-10{
	padding-right:10px !important;
}
.pr-15{
	padding-right:15px !important;
}
.pr-20{
	padding-right:20px !important;
}
.pr-25{
	padding-right:25px !important;
}