@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Nunito', sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    background-color: #fcfcfc;
}
/* HEADER */
.header {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
    box-shadow: 0 0 6px rgba(0,0,0,0.6);
    background: #fff;
    width: 100%;
}
.social-media-text-top-header {
    display: none;
}
.col-links-inner-top-header {
    border-right: 0px solid #fff;
    width: 100%;
}
.top-header-row {
    background-color: transparent;
    border-bottom: 0px solid #ccc;
}
.main-nav-row {
    background-color: #182037;
    border-bottom: solid 2px #23cef0;
}
.main-nav-row .item-inner-main-nav a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-right: 0;
    border-right: solid 0px #fff;
}
.main-nav-row .item-inner-main-nav:hover,
.main-nav-row .item-inner-main-nav a:hover {
    text-decoration: none;
    background-color: #23cef0;
    color: #fff;
    border-radius: 0;
}
.top-header-row .item-inner-top-header a{
    font-size: 14px;
    color: #7b7b7b;
}
.top-header-row .item-inner-top-header a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #7b7b7b;
    border-radius: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin-top: 19px;
}
.preview-file-video {
    width: 550px;
}
/* CONTENIDO */
/* CAROUSEL IMAGEN PRINCIPAL */
.ima_slider_01, .ima_slider_02, .ima_slider_03, .ima_slider_04, .ima_slider_05   {
    background-image: url(../images/slider_01.jpg);
    background-color: #f5f5f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    height: 500px;
    position: relative;
    z-index: 10;
}
.ima_slider_01 {
    background-image: url(../images/slider_01.jpg);
}
.ima_slider_02 {
    background-image: url(../images/slider_02.jpg);
}
.ima_slider_03 {
    background-image: url(../images/slider_03.jpg);
}
.ima_slider_04 {
    background-image: url(../images/slider_04.jpg);
}
.ima_slider_05 {
    background-image: url(../images/slider_05.jpg);
}
.info {
    position: relative;
    z-index: 1;
    margin: 0 auto 0;
    padding: 40px 20px 40px;
    max-width: 700px;
    white-space: normal;
}
h2 {
    color: #182037;
    font-weight: 600;
}
.line_blue {
    background-color: #23cef0;
    height: 2px;
    margin-left: 0%;
    width: 10%;
}
.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Animation */
#cc-slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

}
#cc-slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#slide1:checked ~ #cc-slides article:nth-child(1) .cctooltip,
#slide2:checked ~ #cc-slides article:nth-child(2) .cctooltip,
#slide3:checked ~ #cc-slides article:nth-child(3) .cctooltip {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
}
@keyframes cambio {
0% { margin-left: 0%; }
30% { margin-left: 0%; }

33% { margin-left: -100%; }
63% { margin-left: -100%; }

66% { margin-left: -200%; }
100% { margin-left: -200%; }
}
#cc-slider {
    margin: 0 auto;
}
#cc-slider input {
    display: none;
}
#cc-slider label, a {
    color: #337ab7;
    cursor: pointer;
    text-decoration: none;
}
#cc-slider label:hover {
    color: #337ab7 !important;
}
#slide1:checked ~ #cc-slides .inner { margin-left:0; }
#slide2:checked ~ #cc-slides .inner { margin-left:-100%; }
#slide3:checked ~ #cc-slides .inner { margin-left:-200%; }

#overflow {
    width: 100%;
    overflow: hidden;
}
#cc-slides .inner {
    width: 300%;
    line-height: 1;
}
#cc-slides article {
    width: 33.3%;
    float: left;
}
#active {
    margin: -4% 0 0 0;
    text-align: center;
}
#active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #FFFFFF;
}
#active label:hover {
    background: #ccc;
    border-color: #777;
}
#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3) {
    background: transparent;
    border-color: #fff;

    border-style: solid;
    border-width: 1px;
}
#cc-slides {
    background: #e43424;
    padding: 0 6% 4% 6%;
    height: 245px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0.2) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
}
/* BOTONES */
.form-contact-row .btn-primary, .btn-default, .btn-register {
    color: #fff;
    border: solid 1px #23cef0;
    background-color: #23cef0;
}
.form-contact-row .btn-primary:hover,
.btn-default:hover, .btn-register:hover {
    color: #fff;
    background-color: #182037;
}
.form-contact-row .btn-primary:hover,
.form-contact-row .btn-primary:active:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default.focus,
.btn-default:focus {
    color: #fff;
    border: solid 1px #fff;
    background-color: #182037;
}
.header .ee-login-wrapper {
    padding-top: 15px;
}
.input-group.search-box-container {
    padding: 15px 0;
}
/* FOOTER */
.footer {
    border-top-style: solid;
    width: 100%;
    color: #fff;
}
.footer .footer-company-section {
    background: #53555E;
}
.privacy-advercity-row .term-conditions-link {
    color: #fff;
}
.text-muted {
    color: #fff;
}
.ee-logotype-powered-by {
    filter: invert(100%) grayscale(100%);
}
.ee-logotype {
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    
    background-color: rgba(0,0,0,0);
    border: 1px solid #273b7c;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #273b7c;
}
.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f09a";  
}
.top-header-row .item-inner-top-header:nth-child(2) a:before {
     content: "\f0e1";
}
.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f16d";
}
.top-header-row .item-inner-top-header {
   background-repeat: no-repeat;
	padding-left:10px;
	padding-top:8px
}
.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
#cc-slider label, a:hover {
    color: #337ab7;
    cursor: pointer;
    text-decoration: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #23cef0;
}
#cc-slider label, a {
    color: #337ab7;
}
@media (min-width: 320px) {
   .preview-file-video {
        width: 266px;
    }
    .navbar-nav {
        width: 100%;
        text-align: left;
        display: table;
    }
    #cc-slider label, a {
        color: #fff;
    }
}
@media (min-width: 500px) {
   .preview-file-video {
        width: 430px;
    }
    .navbar-nav {
        width: 100%;
        text-align: left;
        display: table;
    }
    #cc-slider label, a {
        color: #fff;
    }
}
@media (max-width: 650px) {
    #cc-slides { height: auto; }

}
@media (min-width: 768px) {
    .footer {
        background-color: #2e73ba;
    }
    #cc-slider label, a {
        color: #337ab7;
    }
}
@media (min-width: 1600px) and (max-width: 1999px){
    .ima_slider_01, .ima_slider_02, .ima_slider_03, .ima_slider_04, .ima_slider_05 {
        height: 500px;}
    #cc-slider label, a {
        color: #337ab7;
    }
    .navbar-nav {
        display: flex;
    }
}

@media (min-width: 2000px) and (max-width: 2560px){
    .ima_slider_01, .ima_slider_02, .ima_slider_03, .ima_slider_04, .ima_slider_05  {
     height: 500px;}
     #cc-slider label, a {
        color: #337ab7;
    }
    .navbar-nav {
        display: flex;
    }
}