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

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

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

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

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


/*-------------BODY----------------*/

body {
    font-family: 'Nunito-Regular';
    font-size: 10pt;
    background-color: #fff;
    overflow-x: hidden !important;
}


/* up buttom */

#nekoToTop {
    position: fixed;
    bottom: 0;
    right: 20px;
    padding: 5px;
    display: none;
    border-radius: 0;
    width: 50px;
    text-align: center;
    color: #fff;
    background: #000;
    border: 1px solid transparent;
}

#nekoToTop:hover {
    color: #000;
    background: #fff;
}

.nekoToTopsize {
    font-size: 2.5rem;
}

.pupup-movil {
    display: none;
}

.text-right {
    text-align: right !important;
    color: #fff;
    font-family: 'Nunito-Bold';
    font-size: 1.7rem;
}

/**/

a:focus,
a:hover {
    text-decoration: none !important;
}


/**/

.header-main {
    position: relative;
}

.logo {
    padding-top: 0%;
    position: relative;
    top: -86px;
}

.nav-fluid {
    padding-left: 70px;
    padding-right: 70px;
}

.logoccb-movil {}

.logoheader-movil {}

.logoccb-header {
    position: absolute;
    right: 0%;
    top: 42px;
}

.menumovil {
    color: #000;
    display: none;
    font-family: 'Nunito-ExtraBold';
    font-size: 2rem;
}

.navbar-header2 {
    display: none;
}


/* NAV */

.navbar-horizontal {
    background-color: #fff;
    background-image: url("../images/main/bg-nav.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 0%;
    padding-bottom: 110px;
    padding-top: 110px;
}

.nav-horizontal {
    width: 67%;
    text-align: center;
    margin-top: 0%;
    -webkit-margin-before: 0%;
    position: relative;
    left: 3%;
}

.navbar-default {
    border-color: transparent;
}


/* li general */

.nav-horizontal__li {
    width: 16.6%;
    font-family: 'Nunito-ExtraBold';
    font-size: 2rem;
    border-radius: 30px;
}

.nav-horizontal__li .dropdown:hover {}


/* li individuales */

.nav-horizontal_home {
    background-color: #fff;
    width: 11%;
}

.nav-horizontal_pacto {
    background-color: #fff;
    width: 15%;
}

.nav-horizontal_lineas {
    background-color: #fff;
    width: 26%;
}

.nav-horizontal_logros {
    background-color: #fff;
    width: 12%;
}

.nav-horizontal_actualidad {
    background-color: #fff;
    width: 17.6%;
}

.nav-horizontal_contacto {
    background-color: #fff;
}


/* li hover - li active */

.navbar-default .nav-horizontal_home:hover,
.navbar-default .nav-horizontal_home:focus,
.navbar-default .nav-horizontal_home-active {
    background-color: #F0BF46;
}

.navbar-default .nav-horizontal_pacto:hover,
.navbar-default .nav-horizontal_pacto:focus,
.navbar-default .nav-horizontal_pacto-active {
    background-color: #F0BF46;
}

.navbar-default .nav-horizontal_lineas:hover,
.navbar-default .nav-horizontal_lineas:focus,
.navbar-default .nav-horizontal_lineas-active {
    background-color: #A7C14E;
}

.navbar-default .nav-horizontal_logros:hover,
.navbar-default .nav-horizontal_logros:focus,
.navbar-default .nav-horizontal_logros-active {
    background-color: #237037;
}

.navbar-default .nav-horizontal_actualidad:hover,
.navbar-default .nav-horizontal_actualidad:focus,
.navbar-default .nav-horizontal_actualidad-active {
    background-color: #DF413E;
}

.navbar-default .nav-horizontal_contacto:hover,
.navbar-default .nav-horizontal_contacto:focus,
.navbar-default .nav-horizontal_contacto-active {
    background-color: #00AAD6;
}


/* li a general */

.nav-horizontal>.nav-horizontal__li>a {
    padding-top: 8px;
    padding-bottom: 12px;
}

.navbar-default .navbar-nav>li>a p {
    margin: 0 !important;
    line-height: 90%;
}

.navbar-default .nav-horizontal__li-a {
    color: #2B2A29 !important;
}

.navbar-default .nav-horizontal__li-a-active {
    color: #FFF !important;
}


/*  hover - li a active  */

.navbar-default .nav-horizontal__li-a:hover,
.navbar-default .nav-horizontal__li-a:active,
.navbar-default .nav-horizontal__li-a:focus,
.navbar-default .nav-horizontal__li-a-active:hover,
.navbar-default .nav-horizontal__li-a-active:active,
.navbar-default .nav-horizontal__li-a-active:focus {
    color: #FFF !important;
}


/* hover reset  */

.navbar-default .navbar-horizontal .navbar-default .nav-horizontal>.navbar-default .nav-horizontal__li>a:hover {
    background-color: transparent;
}


/* focus reset */

.navbar-default .navbar-horizontal .nav-horizontal>.navbar-default .nav-horizontal_home>a:focus {
    background-color: #F0BF46;
}

.navbar-default .navbar-horizontal .nav-horizontal>.navbar-default .nav-horizontal_pacto>a:focus {
    background-color: #F0BF46;
}

.navbar-default .navbar-horizontal .nav-horizontal>.navbar-default .nav-horizontal_lineas>a:focus {
    background-color: #A7C14E;
}

.navbar-default .navbar-horizontal .nav-horizontal>.navbar-default .nav-horizontal_logros>a:focus {
    background-color: #237037;
}

.navbar-default .navbar-horizontal .nav-horizontal>.navbar-default .nav-horizontal_actualidad>a:focus {
    background-color: #DF413E;
}

.navbar-default .navbar-horizontal .nav-horizontal>.navbar-default .nav-horizontal_contacto>a:focus {
    background-color: #00AAD6;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.figure1 {
    position: absolute;
    left: 25%;
    bottom: 14px;
    z-index: 22;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    border-radius: 30px;
}


/*
.navbar-default .navbar-nav > .open > a.nav-horizontal_pactos-a:hover, .navbar-default .navbar-nav > .open > a.nav-horizontal_pactos-a:focus {
    color: #fff !important;
    background-color: #F0BF46 !important;
}
.navbar-default .navbar-nav > .open > a.nav-horizontal_lineas-a:hover, .navbar-default .navbar-nav > .open > a.nav-horizontal_lineas-a:focus {
    color: #fff !important;
    background-color: #A7C14E !important;
}*/

.navbar-default .navbar-nav>.open>a.nav-horizontal_pactos-a,
.navbar-default .navbar-nav>.open>a.nav-horizontal_pactos-a:hover,
.navbar-default .navbar-nav>.open>a.nav-horizontal_pactos-a:focus {
    color: #fff !important;
    background-color: #F0BF46 !important;
}

.navbar-default .navbar-nav>.open>a.nav-horizontal_lineas-a,
.navbar-default .navbar-nav>.open>a.nav-horizontal_lineas-a:hover,
.navbar-default .navbar-nav>.open>a.nav-horizontal_lineas-a:focus {
    color: #fff !important;
    background-color: #A7C14E !important;
}

.navbar-default .navbar-nav>.open>a.nav-horizontal_actualidad-a,
.navbar-default .navbar-nav>.open>a.nav-horizontal_actualidad-a:hover,
.navbar-default .navbar-nav>.open>a.nav-horizontal_actualidad-a:focus {
    color: #fff !important;
    background-color: #DF413E !important;
}

.dropdown-menu {
    background-color: transparent !important;
    border: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    min-width: 350px;
    text-align: left;
    padding: 40px 0 0;
}

.dropdown-menu>li {
    color: #fff;
    font-family: 'Nunito-Black';
    font-size: 2rem;
}

.dropdown-menu>li>a {
    border-radius: 30px;
    color: #fff !important;
    white-space: inherit;
    padding: 8px 20px;
}

.dropdown-menu>li>a.active {
    opacity: 1;
}

.dropdown-menu>li>a.pactos-quees {
    background-color: #F0BF46 !important;
    width: 46%;
}

.dropdown-menu>li>a.pactos-educacion {
    background-color: #BD7D1C !important;
}

.dropdown-menu>li>a.pactos-vision {
    background-color: #784A05 !important;
    width: 76%;
}

.dropdown-menu>li>a.pactos-historia {
    background-color: #382202 !important;
    width: 42%;
}

.dropdown-menu>li>a.pactos-quees:hover {
    background-color: #A9ABAE !important;
}

.dropdown-menu>li>a.pactos-educacion:hover {
    background-color: #848688 !important;
}

.dropdown-menu>li>a.pactos-vision:hover {
    background-color: #606062 !important;
}

.dropdown-menu>li>a.pactos-historia:hover {
    background-color: #373435 !important;
}

.dropdown-menu>li>a.lineas-familia {
    background-color: #F0BE40 !important;
    width: 90%;
}

.dropdown-menu>li>a.lineas-infancia {
    background-color: #A7C049 !important;
    width: 76%;
}

.dropdown-menu>li>a.lineas-educativo {
    background-color: #146E2F !important;
    width: 76%;
}

.dropdown-menu>li>a.lineas-docente {
    background-color: #D12735 !important;
    width: 86%;
}

.dropdown-menu>li>a.lineas-santander {
    background-color: #F0BE40 !important;
    width: 75%;
}
.dropdown-menu>li>a.lineas-bilinguimo {
    background-color: #00A9EA !important;
    width: 75%;
}

.dropdown-menu>li>a.lineas-familia:hover {
    background-color: #A9ABAE !important;
}

.dropdown-menu>li>a.lineas-infancia:hover {
    background-color: #848688 !important;
}

.dropdown-menu>li>a.lineas-educativo:hover {
    background-color: #606062 !important;
}

.dropdown-menu>li>a.lineas-docente:hover {
    background-color: #373435 !important;
}

.dropdown-menu>li>a.lineas-santander:hover {
    background-color: #4b3e1d !important;
    width: 75%;
}
.dropdown-menu>li>a.lineas-bilinguimo:hover {
    background-color: #A9ABAE !important;
    width: 75%;
}
.dropdown-menu>li>a.act-event {
    background-color: #473394 !important;
    width: 86%;
}

.dropdown-menu>li>a.act-event:hover {
    background-color: #A9ABAE !important;
}

.dropdown-menu>li>a.act-pro {
    background-color: #D12735 !important;
    width: 76%;
}

.dropdown-menu>li>a.act-pro:hover {
    background-color: #848688 !important;
}

.dropdown-menu>li>a.act-noti {
    background-color: #0D5EBA !important;
    width: 86%;
}

.dropdown-menu>li>a.act-noti:hover {
    background-color: #A9ABAE !important;
}

/*----------- GENERAL -------------*/

.img-center {
    display: block;
    margin: auto;
}


/*----------- IFRAME YOUTUBE -------------*/

.iframe-youtube {
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 25px;
}

.iframe-youtube iframe,
.iframe-youtube video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}


/*----------- FOOTER -------------*/


.footer {
    background-color: #000;
    padding: 70px 0 30px;
}

.footer-fluid {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.footer-col-logo {
    width: 18%;
    padding-top: 1%;
}

.footer-col-info {}

.footer-col-redes {
    width: 47%;
}

.footer-col-parrafo {
    padding: 1% 1% 0 0;
    width: 35%;
}

.footer-col-ul {
    padding-top: 46px;
}

.footer-title {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: right;
    letter-spacing: 6px;
}

.footer-p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    text-align: left;
    line-height: 110%;
}

.footer-info-ul {
    list-style-type: none;
    padding-right: 1%;
}

.footer-info-ul li {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    text-align: right;
}

.footer-info-ul li a {
    color: #fff !important;
    font-family: 'Montserrat-ExtraBold';
}

.footer-info-ul li.spacebtt {
    margin-top: 3%;
}

.footer-info-ul2 {
    list-style-type: none;
    padding-left: 0;
}

.footer-info-ul2 li {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    text-align: right;
    display: inline-block;
    margin-right: 5%;
}

.footer-info-ul2 li a {
    color: #fff;
}

.footer-col-parrafo {
    padding-top: 2%;
}

.footer-col-redes {
    padding-top: 2%;
}

.img-logo-footer {
    display: block;
    margin-right: auto;
}

.redes-inline {
    text-align: right;
}

.redes-inline>li {
    margin-right: 5%;
}

.redes-inline>li:last-child {
    margin-right: 0%;
}


.btn-redes {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    border-radius: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 26px;
}

.btn-redes .positioni {
    position: relative;
    top: 0px;
}

.btn-styleredes {
    margin-top: 15px;
    color: #FFFFFF;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-styleredes:hover,
.btn-styleredes:focus,
.btn-styleredes:active,
.btn-styleredes.active {
    color: #E68A3C;
}


/*Estilos flechas carrusel*/

.owl-carousel-arrows {
    position: relative;
    top: 250px;
    z-index: 99;
}

.owl-carousel-arrows .prev,
.owl-carousel-arrows .next {
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 37px;
    height: 63px;
}

.owl-carousel-arrows .prev {
    background-image: url("../images/inicio/arrowleft.png");
    left: 97%;
    position: relative;
}

.owl-carousel-arrows .next {
    background-image: url("../images/inicio/arrowright.png");
}

.owl-carousel-noti-left {
    position: absolute;
    left: 1%;
    bottom: 150px;
    z-index: 999;
}

.owl-carousel-noti-right {
    position: absolute;
    right: -4%;
    bottom: 150px;
    z-index: 999;
}

.owl-carousel-arrows2 {
    z-index: 999;
}

.owl-carousel-arrows2 .prev,
.owl-carousel-arrows2 .next {
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 17px;
    height: 33px;
    position: absolute;
}

.owl-carousel-arrows2 .prev {
    background-image: url("../images/inicio/arrowleft-2.png");
}

.owl-carousel-arrows2 .next {
    background-image: url("../images/inicio/arrowright-2.png");
}

.noticias-l {
    position: absolute;
    left: 1%;
    bottom: 255px;
    z-index: 99;
}

.noticias-r {
    position: absolute;
    right: -5%;
    bottom: 255px;
    z-index: 99;
}


/*ESTILOS GENERALES*/

.fluid-section {}

.dudassantander{
	background-color: #00A9EA;
	padding-top: 50px;
	padding-bottom: 95px;
}
.dudassantander-parrafo{
	font-family: 'Nunito-Regular';
	font-size:3rem;
	line-height: 120%;
	margin-bottom: 4%;
	text-align: center;
}
.dudassantander-a{
	color: #fff;
	border: 2px solid #fff;
	font-family: 'Nunito-Regular';
	font-size:3rem;
	padding: 1% 5% 2%;
	border-radius: 20px;
	cursor: pointer;
}
.dudassantander-a:hover{
	color: #00A9EA;
	border: 2px solid #00A9EA;
	padding: 1% 5% 2%;
	border-radius: 20px;
	background-color: #fff;
}
/*Estilos Personalizados*/

.home-sectione {
    background-color: #fff;
    background-image: url("../images/inicio/bg-1.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-sectione-img {}

.home-sectione-img img {
    position: relative;
    left: 16%;
}

.home-sectione-info {
    padding: 125px 0 0 0;
}

.home-sectione-info h2 {
    color: #A4A5A4;
    font-family: 'Nunito-ExtraBold';
    font-size: 10rem;
    margin-bottom: 2%;
    text-align: left;
}

.home-sectione-info p {
    color: #2B2A29;
    font-family: 'Nunito-Regular';
    font-size: 2.5rem;
    line-height: 120%;
    margin-bottom: 5%;
    text-align: left;
}

.home-sectione-info a {
    background-color: #9DC05D;
    border: 2px solid #9DC05D;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'Nunito-Black';
    font-size: 3rem;
    line-height: 90%;
    text-align: center;
    padding: 10px 15px;
}

.home-sectione-info a:hover {
    background-color: #fff;
    color: #9DC05D;
}

.home-sectione-info-p {
    padding: 0 0 0 0;
}

.home-sectione-info-p2 {
    padding-left: 4%;
    text-align: right;
}

.home-lineas {}

.home-lineas-fluid {
    padding: 0;
}

.home-lineas1 {
    background-color: #F0BE3F;
    padding: 66px 50px;
    height: 440px;
}

.home-lineas1 h2 {
    color: #fff;
    font-family: 'Nunito-ExtraBold';
    font-size: 5rem;
    line-height: 80%;
    margin-top: 10%;
    text-align: center;
}

.home-lineas1-sprite {
    background-image: url("../images/inicio/sprite-1.png");
    background-size: 100%;
    height: 182px;
    background-position: 0 0;
    width: 246px;
    display: block;
    margin: auto;
}

.home-lineas1:hover {
    background-color: #fff;
}

.home-lineas1:hover h2 {
    color: #F0BE3F;
}

.home-lineas1:hover .home-lineas1-sprite {
    background-position: 0 -161px;
}

.home-lineas2 {
    background-color: #A7C048;
    padding: 66px 60px;
    height: 440px;
}

.home-lineas2 h2 {
    color: #fff;
    font-family: 'Nunito-ExtraBold';
    font-size: 5rem;
    line-height: 80%;
    margin-top: 10%;
    text-align: center;
}

.home-lineas2-sprite {
    background-image: url("../images/inicio/sprite-2.png");
    background-size: 100%;
    height: 182px;
    background-position: 0 0;
    width: 246px;
    display: block;
    margin: auto;
}

.home-lineas2:hover {
    background-color: #fff;
}

.home-lineas2:hover h2 {
    color: #A7C048;
}

.home-lineas2:hover .home-lineas2-sprite {
    background-position: 0 -160px;
}

.home-lineas3 {
    background-color: #136D2E;
    padding: 66px 50px;
    height: 440px;
}

.home-lineas3 h2 {
    color: #fff;
    font-family: 'Nunito-ExtraBold';
    font-size: 5rem;
    line-height: 80%;
    margin-top: 10%;
    text-align: center;
}

.home-lineas3-sprite {
    background-image: url("../images/inicio/sprite-3.png");
    background-size: 100%;
    height: 182px;
    background-position: 0 0;
    width: 246px;
    display: block;
    margin: auto;
}

.home-lineas3:hover {
    background-color: #fff;
}

.home-lineas3:hover h2 {
    color: #136D2E;
}

.home-lineas3:hover .home-lineas3-sprite {
    background-position: 0 -182px;
}

.home-lineas4 {
    background-color: #D12634;
    padding: 66px 50px;
    height: 440px;
}

.home-lineas4 h2 {
    color: #fff;
    font-family: 'Nunito-ExtraBold';
    font-size: 5rem;
    line-height: 80%;
    margin-top: 10%;
    text-align: center;
}

.home-lineas4-sprite {
    background-image: url("../images/inicio/sprite-4.png");
    background-size: 100%;
    height: 182px;
    background-position: 0 0;
    width: 246px;
    display: block;
    margin: auto;
}

.home-lineas4:hover {
    background-color: #fff;
}

.home-lineas4:hover h2 {
    color: #D12634;
}

.home-lineas4:hover .home-lineas4-sprite {
    background-position: 0 -181px;
}

.home-sectiontwo {
    background-color: #fff;
    background-image: url("../images/inicio/bg-2.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-sectiontwo-item1 {
    padding-top: 13%;
    padding-bottom: 3%;
}

.home-sectiontwo-item2 {
    padding-top: 24%;
    padding-bottom: 3%;
}

.home-sectiontwo-item3 {
    padding-top: 18%;
    padding-bottom: 3%;
}

.home-sectiontwo-item4 {
    padding-top: 18%;
    padding-bottom: 3%;
}

.home-sectiontwo-p {
    color: #A4A4A4;
    font-family: 'Nunito-Bold';
    font-size: 5rem;
    line-height: 94%;
    text-align: center;
    padding: 0 5%;
}

.home-sectiontwo-p span {
    font-family: 'Nunito-Black';
}

.home-sectiontwo-img {}

.home-sectiontwo-img img {
    position: relative;
    right: 13%;
}

.home-sectionthree {
    position: relative;
}

.home-sectionthree-fluid {
    padding: 0;
}

.home-sectionthree-info {
    text-align: center;
    height: 370px;
    padding: 4% 7% 6%;
}

.home-sectionthree-fecha {
    color: #fff;
    display: block;
    margin: 0 auto 4%;
    padding: 2%;
}

.home-sectionthree-fecha a {
    color: #fff;
    font-family: 'Nunito-Black';
    font-size: 1.7rem;
    float: left;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 2px 20px;
}

.home-sectionthree-fecha p {
    color: #fff;
    font-family: 'Nunito-Bold';
    font-size: 1.7rem;
    float: right;
}

.home-sectionthree-p {
    color: #fff;
    font-family: 'Nunito-Bold';
    font-size: 3rem;
    line-height: 90%;
    height: 205px;
    text-align: left;
}

.home-sectionthree-a {
    border-radius: 30px;
    font-size: 2rem;
    font-family: 'Nunito-Black';
    padding: 3px 24px;
    float: right;
}

.home-sectionthree-a-bg1 {
    background-color: #784C1F;
    color: #fff;
}

.home-sectionthree-a-bg1:hover {
    background-color: #fff;
    color: #784C1F;
}

.home-sectionthree-a-bg2 {
    background-color: #97A221;
    color: #fff;
}

.home-sectionthree-a-bg2:hover {
    background-color: #fff;
    color: #97A221;
}

.home-sectionthree-a-bg3 {
    background-color: #073D17;
    color: #fff;
}

.home-sectionthree-a-bg3:hover {
    background-color: #fff;
    color: #073D17;
}

.home-sectionthree-a-bg4 {
    background-color: #7C151E;
    color: #fff;
}

.home-sectionthree-a-bg4:hover {
    background-color: #fff;
    color: #7C151E;
}

.home-sectionthree-divcontent {
    padding-right: 10%;
    padding-left: 2%;
}

.home-sectionthree-divampliar {}

.home-sectionthree-b1 {
    background-color: #F0BE3F;
}

.home-sectionthree-b2 {
    background-color: #A7C048;
    /*padding: 0 16% 8%;*/
}

.home-sectionthree-b3 {
    background-color: #136D2E;
    /*padding: 0 11% 8%;*/
}

.home-sectionthree-b4 {
    background-color: #D12634;
    /*padding: 0 15% 8%;*/
}

.home-sectionthree-b1dark {
    background-color: #EDA600;
}

.home-sectionthree-b2dark {
    background-color: #97A221;
}

.home-sectionthree-b3dark {
    background-color: #0E5328;
}

.home-sectionthree-b4dark {
    background-color: #AF1923;
}

.home-sectionthree-b1dark:hover {
    background-color: #fff;
    color: #F0BE3F;
}

.home-sectionthree-b2dark:hover {
    background-color: #fff;
    color: #97A221;
}

.home-sectionthree-b3dark:hover {
    background-color: #fff;
    color: #0E5328;
}

.home-sectionthree-b4dark:hover {
    background-color: #fff;
    color: #AF1923;
}

.home-infojc {
    background-color: #fff;
    background-image: url("../images/inicio/bg-3.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 180px;
    padding-bottom: 130px;
}

.home-infojc-fuid {
    padding-left: 140px;
    padding-right: 140px;
}

.home-infojc-info {
    padding: 0 6% 0 6%;
}

.home-infojc-info-h2 {
    color: #A4A5A4;
    font-family: 'Nunito-ExtraBold';
    font-size: 7rem;
    margin-bottom: 2%;
    text-align: left;
}

.home-infojc-info2-h2 {
    color: #A4A5A4;
    font-family: 'Nunito-ExtraBold';
    font-size: 6rem;
    margin-bottom: 2%;
    text-align: left;
    line-height: 82%;
}

.home-infojc-info p {
    color: #2B2A29;
    font-family: 'Nunito-Regular';
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 5%;
}

.home-infojc-info-firma {
    position: relative;
    float: right;
    right: 3%;
}

.home-infojc-info ul {
    padding-left: 0;
    list-style-type: none;
    position: relative;
    top: 0px;
    text-align: right;
}

.home-infojc-info ul li {
    color: #A4A4A4;
    font-family: 'Nunito-Regular';
    font-size: 1.5rem;
    line-height: 100%;
}

.home-infojc-info ul li span {
    font-family: 'Nunito-Black';
    font-size: 2.2rem;
}

.home-infojc-info ul li.pspace {
    padding-right: 50%;
}


/**/

.border-green {
    background-color: #A7C048;
    height: 10px;
    width: 90%;
    display: block;
    border-radius: 20px;
    margin-left: 5%;
}

.aliados {
    background-color: #fff;
    background-image: url("../images/aliados/bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.fluid-aliados {
    padding-left: 90px;
    padding-right: 90px;
}

.aliadoso-h2 {
    color: #A4A5A4;
    font-family: 'Nunito-ExtraBold';
    font-size: 7rem;
    margin-bottom: 2%;
    text-align: left;
}

.aliadoso-p {
    color: #2B2A29;
    font-family: 'Nunito-Regular';
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 5%;
}

.aliadoso-fig1 {
    position: absolute;
    right: 10%;
    top: 90px;
}

.aliadoso-info {
    padding-left: 5%;
    margin-bottom: 3%;
}


/*PRE LOADER*/

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.actionCon {
    overflow: hidden;
    width: 100%;
    height: 500px;
    border: none;
}

.actionType2 {
    position: relative;
    height: 100%;
}

.actionType2 .h_line {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 0%;
    height: 3px;
    background-color: #3d413d;
    animation: hLine 6s ease infinite;
    -webkit-animation: hLine 6s ease infinite;
    -moz-animation: hLine 6s ease infinite;
}

.actionType2 .vLineArea {
    position: initial;
}

.actionType2 .vLineArea .v_line {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 30px;
    background-color: #ff6969;
}

.actionType2 .vLineArea .v_line:nth-child(1) {
    left: 25%;
    margin-top: 0px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    animation: VLine1 6s linear infinite;
    -webkit-animation: VLine1 6s linear infinite;
    -moz-animation: VLine1 6s linear infinite;
}

.actionType2 .vLineArea .v_line:nth-child(2) {
    left: 50%;
    margin-top: -29px;
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    animation: VLine2 6s linear infinite;
    -webkit-animation: VLine2 6s linear infinite;
    -moz-animation: VLine2 6s linear infinite;
}

.actionType2 .vLineArea .v_line:nth-child(3) {
    left: 75%;
    margin-top: 0px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    animation: VLine3 6s linear infinite;
    -webkit-animation: VLine3 6s linear infinite;
    -moz-animation: VLine3 6s linear infinite;
}

@-webkit-keyframes hLine {

    0%,
    30% {
        width: 0;
    }

    70%,
    100% {
        width: 100%;
    }
}

@keyframes hLine {

    0%,
    30% {
        width: 0;
    }

    70%,
    100% {
        width: 100%;
    }
}

@-wekbit-keyframes VLine1 {
    0% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    37% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    42%,
    100% {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes VLine1 {
    0% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    37% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    42%,
    100% {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes VLine2 {
    0% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    42% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    47%,
    100% {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes VLine2 {
    0% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    42% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    47%,
    100% {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes VLine3 {
    0% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    47% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    52%,
    100% {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes VLine3 {
    0% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    47% {
        transform: scale3d(1, 0, 1);
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
    }

    52%,
    100% {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
    }
}


/*------RESPONSIVE----*/

.bannermovil {
    display: none;
    padding-top: 50px;
}

.bannermovil-fluid {
    padding-left: 0;
    padding-right: 0;
}

.home-sectione-img2 {
    display: none;
}

.home-lineasmovil {
    display: none;
}

@media screen and (min-width:200px) and (max-width:479px) {
    .pupup-desktop {
        display: none;
    }

    .pupup-movil {
        display: block;
    }

    .header-main {
        padding-top: 20px;
    }

    .navbar-header {
        display: none !important;
    }

    .navbar-header2 {
        display: block;
    }

    .content-nav {
        padding: 0 20%;
    }

    .logoheader-movil {
        position: relative;
        left: -9px;
    }

    .logo {
        top: 0;
        width: 77%;
        z-index: 999;
    }

    .logo img {
        width: 155px;
        left: 17%;
        position: relative;
    }

    .logoccb-header {
        position: relative;
        right: 0%;
        top: 32px;
        width: 174px;
        z-index: 99;
        display: none;
    }

    .nav-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #324838;
    }

    html {
        overflow-x: hidden !important;
    }

    .navbar-nav {
        margin: 33px 0px 0px;
    }

    .menumovil {
        display: inline-block;
        font-size: 2.8rem;
        margin-left: 10px;
    }

    .navbar-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 10px;
        margin-top: 8px;
        padding: 9px 10px;
        position: relative;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        background-color: #FFC301;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        background-color: #910D3F;
    }

    .navbar-toggle .icon-bar:last-child {
        background-color: #2F297D;
    }

    .navbar-horizontal {
        padding-bottom: 10px;
        padding-top: 10px;
        background-image: none;
    }

    .nav-horizontal {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
    }

    .nav-horizontal__li {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #A4A5A4 !important;
        border-radius: 30px;
    }

    .dropdown-menu {
        background-color: #A4A5A4 !important;
        min-width: auto;
        padding: 10px;
        text-align: left;
        font-size: 1.7rem !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent !important;
    }

    /*.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:hover{
		background-color: #D98E28 !important;
	}*/
    .dropdown-menu>li>a.pactos-quees {
        width: 55%;
    }

    .dropdown-menu>li>a.pactos-vision {
        width: 90%;
    }

    .dropdown-menu>li>a.pactos-historia {
        width: 55%;
    }

    #rsDemoWrapper {
        display: none;
    }

    .bannermovil {
        display: block;
        padding-top: 20px;
    }

    .nav-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .figure1 {
        display: none;
    }

    /**/
    .home-sectione {
        padding-bottom: 90px;
        padding-top: 50px;
    }

    .home-sectione-info {
        padding: 0 0 50px 0;
    }

    .home-sectione-info h2 {
        font-size: 5rem;
        text-align: center;
    }

    .home-sectione-info-p {
        padding: 0 20px;
    }

    .home-sectione-info p {
        font-size: 1.7rem;
        text-align: center;
    }

    .home-sectione-info-p2 {
        padding: 0 20px;
        text-align: center;
    }

    .home-sectione-info a {
        font-size: 2rem;
        display: block;
        margin: auto;
        width: 55%;
    }

    .home-sectione-img {
        display: none;
    }

    .home-sectione-img2 {
        display: block;
    }

    .home-lineas {
        display: none;
    }

    .home-lineasmovil {
        display: block;
    }

    .home-lineas1:hover {
        background-color: #F0BE3F;
    }

    .home-lineas2:hover {
        background-color: #A7C048;
    }

    .home-lineas3:hover {
        background-color: #136D2E;
    }

    .home-lineas4:hover {
        background-color: #D12634;
    }

    .home-lineas1-sprite h2 {
        font-size: 4rem;
    }

    .home-lineas1 h2 {
        font-size: 4rem;
    }

    .home-lineas2 h2 {
        font-size: 4rem;
    }

    .home-lineas3 h2 {
        font-size: 4rem;
    }

    .home-lineas4 h2 {
        font-size: 4rem;
    }

    .home-lineas1:hover h2 {
        color: #fff;
    }

    .home-lineas2:hover h2 {
        color: #fff;
    }

    .home-lineas3:hover h2 {
        color: #fff;
    }

    .home-lineas4:hover h2 {
        color: #fff;
    }

    .home-sectiontwo-p {
        font-size: 3rem;
    }

    .owl-carousel-arrows {
        display: none;
    }

    .home-sectiontwo-img img {
        right: 0;
    }

    .home-sectionthree-fecha {}

    .home-sectionthree-p {
        font-size: 2.2rem;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .owl-carousel-noti-right {
        right: 6%;
    }

    .home-infojc {
        padding-top: 40px;
    }

    .home-infojc-fuid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-infojc-info p {
        text-align: center;
    }

    .home-infojc-info ul li {
        font-size: 1.7rem;
    }

    .home-infojc-info ul li span {
        font-size: 2rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 0;
    }

    .home-sectiontwo-item2 {
        padding-top: 20%;
    }

    .home-sectiontwo-item3 {
        padding-top: 12%;
    }

    .home-sectiontwo-item4 {
        padding-top: 12%;
    }

    .home-infojc-info-h2 {
        text-align: center;
        font-size: 5rem;
    }

    .aliados {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .fluid-aliados {
        padding-left: 10px;
        padding-right: 10px;
    }
   
    .home-infojc-info-h2 {
        font-size: 6rem;
        margin-bottom: 8%;
        text-align: center;
    }

    .aliadoso-fig1 {
        top: 30px;
        width: 42%;
    }

    .home-sectionthree-info {
        height: 330px;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-p {
        height: 180px;
    }

    /**/
    .noticias-l {
        display: none;
    }

    .noticias-r {
        display: none;
    }

    /* Footer */
    .footer {
		background-color: #000;
		padding: 50px 0 70px;
	}

	.redes-inline>li {
		margin-right: 7px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn-redes {
		font-size: 28px;
		width: 28px;
		height: 28px;
	}

	.footer-fluid {
		padding-left: 54px !important;
		padding-right: 54px !important;
	}

	.footer-col-parrafo {
		padding: 1% 0% 0 0;
		width: 100%;
	}

	.footer-col-logo {
		padding: 4% 16% !important;
		width: 100% !important;
		margin-bottom: 5%;
	}

	.footer-info-ul2 li {
		font-size: 1.2rem;
		margin-right: 3%;
		display: block;
		text-align: center;
	}

	.footer-info-ul li {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-p {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-col-info {
		width: 100%;
	}

	.footer-col-ul {
		width: 100%;
		padding-top: 20px;
	}

	.footer-col-redes {
		width: 100%;
	}

	.btn-styleredes {
		top: 5px;
	}

	.redes-inline {
		text-align: center;
	}

	.footer-title {
		font-size: 1.4rem;
		text-align: center;
	}

	.footer-info-ul {
		padding-left: 0;
	}

	.img-logo-footer {
		margin-left: auto;
	}

}

@media screen and (min-width:480px) and (max-width:599px) {
    .pupup-desktop {
        display: none;
    }

    .pupup-movil {
        display: block;
        width: auto;
        height: auto;
    }

    .logo {
        top: 0;
        width: 77%;
        z-index: 999;
    }

    .logo img {
        width: 139px;
        left: 0%;
        position: relative;
    }

    .logoccb-header {
        right: 25%;
        top: 15px;
        width: 174px;
        z-index: 99;
    }

    .nav-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #324838;
    }

    html {
        overflow-x: hidden !important;
    }

    .navbar-nav {
        margin: 53px 0px 0px;
    }

    .menumovil {
        display: block;
        position: absolute;
        right: 5.5%;
    }

    .navbar-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 34px;
        padding: 9px 10px;
        position: relative;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        background-color: #FFC301;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        background-color: #910D3F;
    }

    .navbar-toggle .icon-bar:last-child {
        background-color: #2F297D;
    }

    .navbar-horizontal {
        padding-bottom: 10px;
        padding-top: 10px;
        background-image: none;
    }

    .nav-horizontal {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
    }

    .nav-horizontal__li {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #A4A5A4 !important;
        border-radius: 30px;
    }

    .dropdown-menu {
        background-color: #A4A5A4 !important;
        min-width: auto;
        padding: 10px;
        text-align: center;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent !important;
    }

    /*.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:hover{
		background-color: #D98E28 !important;
	}*/
    #rsDemoWrapper {
        display: none;
    }

    .bannermovil {
        display: block;
        padding-top: 30px;
    }

    .nav-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .figure1 {
        display: none;
    }

    /**/
    .home-sectione {
        padding-bottom: 90px;
        padding-top: 50px;
    }

    .home-sectione-info {
        padding: 0 0 50px 0;
    }

    .home-sectione-info h2 {
        font-size: 5rem;
        text-align: center;
    }

    .home-sectione-info-p {
        padding: 0 20px;
    }

    .home-sectione-info p {
        font-size: 1.7rem;
        text-align: center;
    }

    .home-sectione-info-p2 {
        padding: 0 20px;
        text-align: center;
    }

    .home-sectione-info a {
        font-size: 2rem;
        display: block;
        margin: auto;
        width: 55%;
    }

    .home-sectione-img {
        display: none;
    }

    .home-sectione-img2 {
        display: block;
    }

    .home-lineas {
        display: none;
    }

    .home-lineasmovil {
        display: block;
    }

    .home-lineas1:hover {
        background-color: #F0BE3F;
    }

    .home-lineas2:hover {
        background-color: #A7C048;
    }

    .home-lineas3:hover {
        background-color: #136D2E;
    }

    .home-lineas4:hover {
        background-color: #D12634;
    }

    .home-lineas1-sprite h2 {
        font-size: 4rem;
    }

    .home-lineas1 h2 {
        font-size: 4rem;
    }

    .home-lineas2 h2 {
        font-size: 4rem;
    }

    .home-lineas3 h2 {
        font-size: 4rem;
    }

    .home-lineas4 h2 {
        font-size: 4rem;
    }

    .home-lineas1:hover h2 {
        color: #fff;
    }

    .home-lineas2:hover h2 {
        color: #fff;
    }

    .home-lineas3:hover h2 {
        color: #fff;
    }

    .home-lineas4:hover h2 {
        color: #fff;
    }

    .home-sectiontwo-p {
        font-size: 3rem;
    }

    .owl-carousel-arrows {
        display: none;
    }

    .home-sectiontwo-img img {
        right: 0;
    }

    .home-sectionthree-fecha {}

    .home-sectionthree-p {
        font-size: 2.2rem;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .owl-carousel-noti-right {
        right: 6%;
    }

    .home-infojc {
        padding-top: 90px;
    }

    .home-infojc-fuid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-infojc-info p {
        text-align: center;
    }

    .home-infojc-info ul li {
        font-size: 1.7rem;
    }

    .home-infojc-info ul li span {
        font-size: 2rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 0;
    }

    .home-sectiontwo-item2 {
        padding-top: 20%;
    }

    .home-sectiontwo-item3 {
        padding-top: 12%;
    }

    .home-sectiontwo-item4 {
        padding-top: 12%;
    }

    .home-infojc-info-h2 {
        text-align: center;
        font-size: 6rem;
    }

    .aliados {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .fluid-aliados {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-infojc-info-h2 {
        font-size: 6rem;
        margin-bottom: 8%;
        text-align: center;
    }

    .aliadoso-fig1 {
        top: 30px;
        width: 42%;
    }

    .home-sectionthree-info {
        height: 330px;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-p {
        height: 150px;
    }

    /**/
    .noticias-l {
        display: none;
    }

    .noticias-r {
        display: none;
    }

    /* fotter */
    .footer {
		background-color: #000;
		padding: 50px 0 70px;
	}

	.redes-inline>li {
		margin-right: 7px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn-redes {
		font-size: 28px;
		width: 28px;
		height: 28px;
	}

	.footer-fluid {
		padding-left: 54px !important;
		padding-right: 54px !important;
	}

	.footer-col-parrafo {
		padding: 1% 0% 0 0;
		width: 100%;
	}

	.footer-col-logo {
		padding: 4% 16% !important;
		width: 100% !important;
		margin-bottom: 5%;
	}

	.footer-info-ul2 li {
		font-size: 1.2rem;
		margin-right: 3%;
		display: block;
		text-align: center;
	}

	.footer-info-ul li {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-p {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-col-info {
		width: 100%;
	}

	.footer-col-ul {
		width: 100%;
		padding-top: 20px;
	}

	.footer-col-redes {
		width: 100%;
	}

	.btn-styleredes {
		top: 5px;
	}

	.redes-inline {
		text-align: center;
	}

	.footer-title {
		font-size: 1.4rem;
		text-align: center;
	}

	.footer-info-ul {
		padding-left: 0;
	}

	.img-logo-footer {
		margin-left: auto;
	}

}

@media screen and (min-width:600px) and (max-width:767px) {
    .pupup-desktop {
        display: none;
    }

    .pupup-movil {
        display: block;
    }

    .logo {
        top: 0;
        width: 77%;
        z-index: 999;
    }

    .logo img {
        width: 130px;
        left: 0%;
        position: relative;
    }

    .logoccb-header {
        right: 38%;
        top: 0px;
        width: 210px;
        z-index: 99;
    }

    .nav-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #324838;
    }

    html {
        overflow-x: hidden !important;
    }

    .navbar-nav {
        margin: 53px 0px 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent !important;
    }

    .navbar-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 33px;
        padding: 9px 10px;
        position: relative;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        background-color: #FFC301;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        background-color: #910D3F;
    }

    .navbar-toggle .icon-bar:last-child {
        background-color: #2F297D;
    }

    .menumovil {
        display: block;
        position: absolute;
        right: 5%;
    }

    .navbar-horizontal {
        padding-bottom: 10px;
        padding-top: 10px;
        background-image: none;
    }

    .nav-horizontal {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
    }

    .nav-horizontal__li {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #A4A5A4 !important;
        border-radius: 30px;
    }

    .dropdown-menu {
        background-color: #A4A5A4 !important;
        min-width: auto;
        padding: 10px;
        text-align: center;
    }

    /*.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:hover{
		background-color: #D98E28 !important;
	}*/
    #rsDemoWrapper {
        display: none;
    }

    .bannermovil {
        display: block;
        padding-top: 30px;
    }

    .nav-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .figure1 {
        display: none;
    }

    /**/
    .home-sectione {
        padding-bottom: 90px;
        padding-top: 50px;
    }

    .home-sectione-info {
        padding: 0 0 50px 0;
    }

    .home-sectione-info h2 {
        font-size: 5rem;
        text-align: center;
    }

    .home-sectione-info-p {
        padding: 0 20px;
    }

    .home-sectione-info p {
        font-size: 1.7rem;
        text-align: center;
    }

    .home-sectione-info-p2 {
        padding: 0 20px;
        text-align: center;
    }

    .home-sectione-info a {
        font-size: 2rem;
        display: block;
        margin: auto;
        width: 55%;
    }

    .home-sectione-img {
        display: none;
    }

    .home-sectione-img2 {
        display: block;
    }

    .home-lineas {
        display: none;
    }

    .home-lineasmovil {
        display: block;
    }

    .home-lineas1:hover {
        background-color: #F0BE3F;
    }

    .home-lineas2:hover {
        background-color: #A7C048;
    }

    .home-lineas3:hover {
        background-color: #136D2E;
    }

    .home-lineas4:hover {
        background-color: #D12634;
    }

    .home-lineas1-sprite h2 {
        font-size: 4rem;
    }

    .home-lineas1 h2 {
        font-size: 4rem;
    }

    .home-lineas2 h2 {
        font-size: 4rem;
    }

    .home-lineas3 h2 {
        font-size: 4rem;
    }

    .home-lineas4 h2 {
        font-size: 4rem;
    }

    .home-lineas1:hover h2 {
        color: #fff;
    }

    .home-lineas2:hover h2 {
        color: #fff;
    }

    .home-lineas3:hover h2 {
        color: #fff;
    }

    .home-lineas4:hover h2 {
        color: #fff;
    }

    .home-sectiontwo-p {
        font-size: 3rem;
    }

    .owl-carousel-arrows {
        display: none;
    }

    .home-sectiontwo-img img {
        right: 0;
    }

    .home-sectionthree-fecha {}

    .home-sectionthree-p {
        font-size: 2.5rem;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .owl-carousel-noti-right {
        right: 6%;
    }

    .home-infojc {
        padding-top: 90px;
    }

    .home-infojc-fuid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-infojc-info p {
        text-align: center;
    }

    .home-infojc-info ul li {
        font-size: 1.7rem;
    }

    .home-infojc-info ul li span {
        font-size: 2rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 0;
    }

    .home-sectiontwo-item2 {
        padding-top: 14%;
    }

    .home-sectiontwo-item3 {
        padding-top: 12%;
    }

    .home-sectiontwo-item4 {
        padding-top: 12%;
    }

    .home-infojc-info-h2 {
        text-align: center;
        font-size: 6rem;
    }

    .aliados {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .fluid-aliados {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aliadoso-fig1 {
        top: 30px;
        width: 42%;
    }

    .home-sectionthree-info {
        height: 330px;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-p {
        height: 150px;
    }

    /**/
    .noticias-l {
        display: none;
    }

    .noticias-r {
        display: none;
    }
/*Footer*/
    .footer {
		background-color: #000;
		padding: 50px 0 70px;
	}

	.redes-inline>li {
		margin-right: 7px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn-redes {
		font-size: 28px;
		width: 28px;
		height: 28px;
	}

	.footer-fluid {
		padding-left: 54px !important;
		padding-right: 54px !important;
	}

	.footer-col-parrafo {
		padding: 1% 0% 0 0;
		width: 100%;
	}

	.footer-col-logo {
		padding: 4% 16% !important;
		width: 100% !important;
		margin-bottom: 5%;
	}

	.footer-info-ul2 li {
		font-size: 1.2rem;
		margin-right: 3%;
		display: block;
		text-align: center;
	}

	.footer-info-ul li {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-p {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-col-info {
		width: 100%;
	}

	.footer-col-ul {
		width: 100%;
		padding-top: 20px;
	}

	.footer-col-redes {
		width: 100%;
	}

	.btn-styleredes {
		top: 5px;
	}

	.redes-inline {
		text-align: center;
	}

	.footer-title {
		font-size: 1.4rem;
		text-align: center;
	}

	.footer-info-ul {
		padding-left: 0;
	}

	.img-logo-footer {
		margin-left: auto;
	}


}

@media screen and (min-width:768px) and (max-width:799px) {
    .pupup-desktop {
        display: none;
    }

    .pupup-movil {
        display: block;
    }

    .logo {
        top: 0;
        width: 77%;
        z-index: 999;
    }

    .logo img {
        width: 180px;
        left: 0%;
        position: relative;
    }

    .logoccb-header {
        right: 38%;
        top: 11px;
        width: 225px;
        z-index: 99;
    }

    .nav-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #324838;
    }

    html {
        overflow-x: hidden !important;
    }

    .navbar-nav {
        margin: 86px 0px 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent !important;
    }

    .navbar-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 38px;
        padding: 9px 10px;
        position: relative;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        background-color: #FFC301;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        background-color: #910D3F;
    }

    .navbar-toggle .icon-bar:last-child {
        background-color: #2F297D;
    }

    .navbar-horizontal {
        padding-bottom: 10px;
        padding-top: 10px;
        background-image: none;
    }

    .nav-horizontal {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
    }

    .nav-horizontal__li {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #A4A5A4 !important;
        border-radius: 30px;
    }

    .dropdown-menu {
        background-color: #A4A5A4 !important;
        min-width: auto;
        padding: 10px;
        text-align: center;
        width: 100%;
        position: relative;
    }

    .menumovil {
        display: block;
        position: absolute;
        right: 3%;
    }

    /*.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:hover{
		background-color: #D98E28 !important;
	}*/
    #rsDemoWrapper {
        display: none;
    }

    .bannermovil {
        display: block;
    }

    .nav-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .figure1 {
        display: none;
    }

    /**/
    .home-sectione {
        padding-bottom: 90px;
        padding-top: 50px;
    }

    .home-sectione-info {
        padding: 0 0 50px 0;
    }

    .home-sectione-info h2 {
        font-size: 5rem;
        text-align: center;
    }

    .home-sectione-info-p {
        padding: 0 20px;
    }

    .home-sectione-info p {
        font-size: 1.7rem;
    }

    .home-sectione-info-p2 {
        padding: 0 20px;
        text-align: center;
    }

    .home-sectione-info a {
        font-size: 2rem;
        display: block;
        margin: auto;
        width: 55%;
    }

    .home-sectione-img {
        display: none;
    }

    .home-sectione-img2 {
        display: block;
    }

    .home-lineas {
        display: none;
    }

    .home-lineasmovil {
        display: block;
    }

    .home-lineas1:hover {
        background-color: #F0BE3F;
    }

    .home-lineas2:hover {
        background-color: #A7C048;
    }

    .home-lineas3:hover {
        background-color: #136D2E;
    }

    .home-lineas4:hover {
        background-color: #D12634;
    }

    .home-lineas1-sprite h2 {
        font-size: 4rem;
    }

    .home-lineas1 h2 {
        font-size: 4rem;
    }

    .home-lineas2 h2 {
        font-size: 4rem;
    }

    .home-lineas3 h2 {
        font-size: 4rem;
    }

    .home-lineas4 h2 {
        font-size: 4rem;
    }

    .home-lineas1:hover h2 {
        color: #fff;
    }

    .home-lineas2:hover h2 {
        color: #fff;
    }

    .home-lineas3:hover h2 {
        color: #fff;
    }

    .home-lineas4:hover h2 {
        color: #fff;
    }

    .home-sectiontwo-p {
        font-size: 3rem;
    }

    .owl-carousel-arrows {
        display: none;
    }

    .home-sectiontwo-img img {
        right: 0;
    }

    .home-sectionthree-fecha {}

    .home-sectionthree-p {
        font-size: 2rem;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .owl-carousel-noti-right {
        right: 0%;
    }

    .home-infojc {
        padding-top: 90px;
    }

    .home-infojc-fuid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-infojc-info p {
        text-align: center;
    }

    .home-infojc-info ul li {
        font-size: 1.7rem;
    }

    .home-infojc-info ul li span {
        font-size: 2rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 0;
    }

    .home-sectiontwo-item2 {
        padding-top: 14%;
    }

    .home-sectiontwo-item3 {
        padding-top: 12%;
    }

    .home-sectiontwo-item4 {
        padding-top: 12%;
    }

    .home-infojc-info-h2 {
        text-align: center;
        font-size: 6rem;
    }

    .aliados {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .fluid-aliados {
        padding-left: 10px;
        padding-right: 10px;
    }
        
    .home-sectionthree-info {
        height: 330px;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-p {
        height: 150px;
    }

    /**/
    .noticias-l {
        display: none;
    }

    .noticias-r {
        display: none;
    }
    .footer {
		background-color: #000;
		padding: 50px 0 70px;
	}

	.redes-inline>li {
		margin-right: 7px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn-redes {
		font-size: 28px;
		width: 28px;
		height: 28px;
	}

	.footer-fluid {
		padding-left: 54px !important;
		padding-right: 54px !important;
	}

	.footer-col-parrafo {
		padding: 1% 0% 0 0;
		width: 100%;
	}

	.footer-col-logo {
		padding: 4% 16% !important;
		width: 100% !important;
		margin-bottom: 5%;
	}

	.footer-info-ul2 li {
		font-size: 1.2rem;
		margin-right: 3%;
		display: block;
		text-align: center;
	}

	.footer-info-ul li {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-p {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-col-info {
		width: 100%;
	}

	.footer-col-ul {
		width: 100%;
		padding-top: 20px;
	}

	.footer-col-redes {
		width: 100%;
	}

	.btn-styleredes {
		top: 5px;
	}

	.redes-inline {
		text-align: center;
	}

	.footer-title {
		font-size: 1.4rem;
		text-align: center;
	}

	.footer-info-ul {
		padding-left: 0;
	}

	.img-logo-footer {
		margin-left: auto;
	}


}

@media screen and (min-width:800px) and (max-width:1023px) {
    .pupup-movil {
        display: none;
    }

    .logo {
        top: 0;
        width: 77%;
        z-index: 999;
    }

    .logo img {
        width: 180px;
        left: 0%;
        position: relative;
    }

    .logoccb-header {
        right: 38%;
        top: 11px;
        width: 225px;
        z-index: 99;
    }

    .nav-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #324838;
    }

    html {
        overflow-x: hidden !important;
    }

    .navbar-nav {
        margin: 86px 0px 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent !important;
    }

    .navbar-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 38px;
        padding: 9px 10px;
        position: relative;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        background-color: #FFC301;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        background-color: #910D3F;
    }

    .navbar-toggle .icon-bar:last-child {
        background-color: #2F297D;
    }

    .navbar-horizontal {
        padding-bottom: 10px;
        padding-top: 10px;
        background-image: none;
    }

    .nav-horizontal {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
    }

    .nav-horizontal__li {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #A4A5A4 !important;
        border-radius: 30px;
    }

    .dropdown-menu {
        background-color: #A4A5A4 !important;
        min-width: auto;
        padding: 10px;
        text-align: center;
        width: 100%;
        position: relative;
    }

    .menumovil {
        display: block;
        position: absolute;
        right: 3%;
    }

    /*.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a.pactos-vision:hover{
		background-color: #D98E28 !important;
	}*/
    #rsDemoWrapper {
        display: none;
    }

    .bannermovil {
        display: block;
    }

    .nav-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .figure1 {
        display: none;
    }

    /**/
    .home-sectione {
        padding-bottom: 90px;
        padding-top: 50px;
    }

    .home-sectione-info {
        padding: 0 0 50px 0;
    }

    .home-sectione-info h2 {
        font-size: 5rem;
        text-align: center;
    }

    .home-sectione-info-p {
        padding: 0 20px;
    }

    .home-sectione-info p {
        font-size: 1.7rem;
    }

    .home-sectione-info-p2 {
        padding: 0 20px;
        text-align: center;
    }

    .home-sectione-info a {
        font-size: 2rem;
        display: block;
        margin: auto;
        width: 55%;
    }

    .home-sectione-img {
        display: none;
    }

    .home-sectione-img2 {
        display: block;
    }

    .home-lineas {
        display: none;
    }

    .home-lineasmovil {
        display: block;
    }

    .home-lineas1:hover {
        background-color: #F0BE3F;
    }

    .home-lineas2:hover {
        background-color: #A7C048;
    }

    .home-lineas3:hover {
        background-color: #136D2E;
    }

    .home-lineas4:hover {
        background-color: #D12634;
    }

    .home-lineas1-sprite h2 {
        font-size: 4rem;
    }

    .home-lineas1 h2 {
        font-size: 4rem;
    }

    .home-lineas2 h2 {
        font-size: 4rem;
    }

    .home-lineas3 h2 {
        font-size: 4rem;
    }

    .home-lineas4 h2 {
        font-size: 4rem;
    }

    .home-lineas1:hover h2 {
        color: #fff;
    }

    .home-lineas2:hover h2 {
        color: #fff;
    }

    .home-lineas3:hover h2 {
        color: #fff;
    }

    .home-lineas4:hover h2 {
        color: #fff;
    }

    .home-sectiontwo-p {
        font-size: 3rem;
    }

    .owl-carousel-arrows {
        display: none;
    }

    .home-sectiontwo-img img {
        right: 0;
    }

    .home-sectionthree-fecha {}

    .home-sectionthree-p {
        font-size: 2rem;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .owl-carousel-noti-right {
        right: 0%;
    }

    .home-infojc {
        padding-top: 90px;
    }

    .home-infojc-fuid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-infojc-info p {
        text-align: center;
    }

    .home-infojc-info ul li {
        font-size: 1.7rem;
    }

    .home-infojc-info ul li span {
        font-size: 2rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 0;
    }

    .home-sectiontwo-item2 {
        padding-top: 14%;
    }

    .home-sectiontwo-item3 {
        padding-top: 12%;
    }

    .home-sectiontwo-item4 {
        padding-top: 12%;
    }

    .home-infojc-info-h2 {
        text-align: center;
        font-size: 6rem;
    }

    .aliados {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .fluid-aliados {
        padding-left: 10px;
        padding-right: 10px;
    }

   
    .home-sectionthree-info {
        height: 330px;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-p {
        height: 150px;
    }

    /**/
    .noticias-l {
        display: none;
    }

    .noticias-r {
        display: none;
    }
    .footer {
		background-color: #000;
		padding: 50px 0 70px;
	}

	.redes-inline>li {
		margin-right: 7px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn-redes {
		font-size: 28px;
		width: 28px;
		height: 28px;
	}

	.footer-fluid {
		padding-left: 54px !important;
		padding-right: 54px !important;
	}

	.footer-col-parrafo {
		padding: 1% 0% 0 0;
		width: 100%;
	}

	.footer-col-logo {
		padding: 4% 16% !important;
		width: 100% !important;
		margin-bottom: 5%;
	}

	.footer-info-ul2 li {
		font-size: 1.2rem;
		margin-right: 3%;
		display: block;
		text-align: center;
	}

	.footer-info-ul li {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-p {
		font-size: 1.2rem;
		text-align: center;
	}

	.footer-col-info {
		width: 100%;
	}

	.footer-col-ul {
		width: 100%;
		padding-top: 20px;
	}

	.footer-col-redes {
		width: 100%;
	}

	.btn-styleredes {
		top: 5px;
	}

	.redes-inline {
		text-align: center;
	}

	.footer-title {
		font-size: 1.4rem;
		text-align: center;
	}

	.footer-info-ul {
		padding-left: 0;
	}

	.img-logo-footer {
		margin-left: auto;
	}

    

}

@media (min-width: 768px) and (max-width: 1023px) {
    .pupup-movil {
        display: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .pupup-movil {
        display: none;
    }

    .logo {
        top: -65px;
    }

    .logo img {
        width: 170px;
    }

    .logoccb-header {
        width: 16%;
    }

    .nav-fluid {
        padding-left: 30px;
        padding-right: 70px;
    }

    .nav-horizontal {
        width: 100%;
        left: 0%;
    }

    .navbar-horizontal {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .nav-horizontal__li {
        font-size: 1.4rem;
    }

    .dropdown-menu {
        padding: 30px 0 0;
    }

    .dropdown-menu>li {
        font-size: 1.6rem;
    }

    /* HOME */
    .home-sectione-info {
        padding: 50px 0 0 0;
    }

    .home-sectione-info h2 {
        font-size: 6rem;
    }

    .home-sectione-info p {
        font-size: 1.6rem;
    }

    .home-sectione-info a {
        font-size: 2rem;
    }

    .home-lineas {
        display: none;
    }

    .home-lineasmovil {
        display: block;
    }

    .home-lineas1:hover {
        background-color: #F0BE3F;
    }

    .home-lineas2:hover {
        background-color: #A7C048;
    }

    .home-lineas3:hover {
        background-color: #136D2E;
    }

    .home-lineas4:hover {
        background-color: #D12634;
    }

    .home-lineas1-sprite h2 {
        font-size: 3rem;
    }

    .home-lineas1 h2 {
        font-size: 3rem;
    }

    .home-lineas2 h2 {
        font-size: 3rem;
    }

    .home-lineas3 h2 {
        font-size: 3rem;
    }

    .home-lineas4 h2 {
        font-size: 3rem;
    }

    .home-lineas1:hover h2 {
        color: #fff;
    }

    .home-lineas2:hover h2 {
        color: #fff;
    }

    .home-lineas3:hover h2 {
        color: #fff;
    }

    .home-lineas4:hover h2 {
        color: #fff;
    }

    .home-lineas2-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas2:hover .home-lineas2-sprite {
        background-position: 0 -137px;
    }

    .home-lineas3-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas3:hover .home-lineas3-sprite {
        background-position: 0 -155px;
    }

    .home-lineas4-sprite {
        height: 159px;
        width: 208px;
    }

    .home-lineas4:hover .home-lineas4-sprite {
        background-position: 0 -157px;
    }

    .home-lineas1 {
        padding: 56px 50px;
        height: 315px;
    }

    .home-lineas2 {
        padding: 56px 50px;
        height: 315px;
    }

    .home-lineas3 {
        padding: 56px 50px;
        height: 315px;
    }

    .home-lineas4 {
        padding: 56px 50px;
        height: 315px;
    }

    .home-sectiontwo-p {
        font-size: 2.5rem;
    }

    .owl-carousel-arrows {
        top: 92px;
    }

    .home-sectionthree-p {
        font-size: 1.8rem;
    }

    .home-sectionthree-a {
        font-size: 1.7rem;
    }

    .home-sectionthree-fecha {
        font-size: 1.2rem;
    }

    .home-infojc {
        padding-top: 110px;
    }

    .home-infojc-fuid {
        padding-left: 70px;
        padding-right: 70px;
    }

    .home-infojc-info p {
        font-size: 1.6rem;
    }

    .home-infojc-info ul li {
        font-size: 1.8rem;
    }

    .home-infojc-info ul li span {
        font-size: 2.5rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 43%;
    }

    .home-infojc-info {
        padding: 0;
    }

    .aliados {
        padding-bottom: 80px;
        padding-top: 80px;
    }


    /*Footer*/
    .footer-fluid {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .footer-p {
        font-size: 1.1rem;
    }

    .footer-info-ul2 li {
        font-size: 1.1rem;
    }

    .footer-title {
        font-size: 1.3rem;
    }

    .footer-info-ul li {
        font-size: 1.1rem;
    }

    .redes-inline li a img {
        width: 35px;
    }

    .redes-inline>li {
        margin-right: 3.2%;
    }


    .home-sectiontwo-img img {
        right: 8%;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-divampliar {
        padding: 0;
    }

    /**/
    .noticias-l {
        bottom: 203px;
    }

    .noticias-r {
        bottom: 203px;
        right: -3%;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .pupup-movil {
        display: none;
    }

    .logo {
        top: -65px;
    }

    .logoccb-header {
        width: 16%;
    }

    .nav-fluid {
        padding-left: 30px;
        padding-right: 70px;
    }

    .navbar-horizontal {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .nav-horizontal__li {
        font-size: 1.4rem;
    }

    .dropdown-menu {
        padding: 30px 0 0;
    }

    .dropdown-menu>li {
        font-size: 1.6rem;
    }

    /* HOME */
    .home-sectione-info {
        padding: 70px 0 0 0;
    }

    .home-sectione-info h2 {
        font-size: 7rem;
    }

    .home-sectione-info p {
        font-size: 1.6rem;
    }

    .home-sectione-info a {
        font-size: 2rem;
    }

    .home-lineas1 h2 {
        font-size: 3.8rem;
    }

    .home-lineas2 h2 {
        font-size: 3.8rem;
    }

    .home-lineas3 h2 {
        font-size: 3.8rem;
    }

    .home-lineas4 h2 {
        font-size: 3.8rem;
    }

    .home-lineas1-sprite {
        height: 153px;
        width: 208px;
    }

    .home-lineas1:hover .home-lineas1-sprite {
        background-position: 0 -137px;
    }

    .home-lineas2-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas2:hover .home-lineas2-sprite {
        background-position: 0 -137px;
    }

    .home-lineas3-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas3:hover .home-lineas3-sprite {
        background-position: 0 -155px;
    }

    .home-lineas4-sprite {
        height: 159px;
        width: 208px;
    }

    .home-lineas4:hover .home-lineas4-sprite {
        background-position: 0 -157px;
    }

    .home-lineas1 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas2 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas3 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas4 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-sectiontwo-p {
        font-size: 3.2rem;
    }

    .owl-carousel-arrows {
        top: 145px;
    }

    .home-sectionthree-p {
        font-size: 2.2rem;
        height: 163px;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .home-sectionthree-fecha {
        font-size: 1.2rem;
    }

    .home-infojc-info p {
        font-size: 1.6rem;
    }

    .home-infojc-info ul li {
        font-size: 1.8rem;
    }

    .home-infojc-info ul li span {
        font-size: 2.5rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 43%;
    }

    .home-infojc-fuid {
        padding-left: 50px;
        padding-right: 100px;
    }

    .aliados {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    /*Footer*/
    .footer-fluid {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .footer-p {
        font-size: 1.2rem;
    }

    .footer-info-ul2 li {
        font-size: 1.2rem;
    }

    .footer-title {
        font-size: 1.5rem;
    }

    .footer-info-ul li {
        font-size: 1.2rem;
    }

    .redes-inline li a img {
        width: 40px;
    }

    .redes-inline>li {
        margin-right: 3.2%;
    }

    /**/

    .home-infojc {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .home-infojc-info {
        padding: 0 4% 0 0%;
    }

    .home-infojc-info-firma {
        width: 24%;
    }

    .home-sectiontwo-img img {
        right: 8%;
    }

    .aliadoso-info {
        padding-left: 1%;
    }

    .aliadoso-p {
        font-size: 1.5rem;
    }

    .fluid-aliados {
        padding-left: 33px;
        padding-right: 33px;
    }

    .home-sectiontwo-img img {
        right: 8%;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-divampliar {
        padding: 0;
    }

    /**/
    .noticias-l {
        bottom: 203px;
    }

    .noticias-r {
        bottom: 203px;
        right: -4%;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .pupup-movil {
        display: none;
    }

    .logo {
        top: -65px;
    }

    .logoccb-header {
        width: 16%;
    }

    .nav-fluid {
        padding-left: 30px;
        padding-right: 70px;
    }

    .navbar-horizontal {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .nav-horizontal__li {
        font-size: 1.4rem;
    }

    .dropdown-menu {
        padding: 30px 0 0;
    }

    .dropdown-menu>li {
        font-size: 1.6rem;
    }

    /* HOME */
    .home-sectione-info {
        padding: 70px 0 0 0;
    }

    .home-sectione-info h2 {
        font-size: 7rem;
    }

    .home-sectione-info p {
        font-size: 1.6rem;
    }

    .home-sectione-info a {
        font-size: 2rem;
    }

    .home-lineas1 h2 {
        font-size: 3.8rem;
    }

    .home-lineas2 h2 {
        font-size: 3.8rem;
    }

    .home-lineas3 h2 {
        font-size: 3.8rem;
    }

    .home-lineas4 h2 {
        font-size: 3.8rem;
    }

    .home-lineas1-sprite {
        height: 153px;
        width: 208px;
    }

    .home-lineas1:hover .home-lineas1-sprite {
        background-position: 0 -137px;
    }

    .home-lineas2-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas2:hover .home-lineas2-sprite {
        background-position: 0 -137px;
    }

    .home-lineas3-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas3:hover .home-lineas3-sprite {
        background-position: 0 -155px;
    }

    .home-lineas4-sprite {
        height: 159px;
        width: 208px;
    }

    .home-lineas4:hover .home-lineas4-sprite {
        background-position: 0 -157px;
    }

    .home-lineas1 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas2 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas3 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas4 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-sectiontwo-p {
        font-size: 3.2rem;
    }

    .owl-carousel-arrows {
        top: 145px;
    }

    .home-sectionthree-p {
        font-size: 2.2rem;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .home-sectionthree-fecha {
        font-size: 1.2rem;
    }

    .home-infojc-info p {
        font-size: 1.6rem;
    }

    .home-infojc-info ul li {
        font-size: 1.8rem;
    }

    .home-infojc-info ul li span {
        font-size: 2.5rem;
    }

    .home-infojc-info ul li.pspace {
        padding-right: 43%;
    }

    .aliados {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    /*Footer*/
    .footer-fluid {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .footer-p {
        font-size: 1.2rem;
    }

    .footer-info-ul2 li {
        font-size: 1.2rem;
    }

    .footer-title {
        font-size: 1.5rem;
    }

    .footer-info-ul li {
        font-size: 1.2rem;
    }

    .redes-inline li a img {
        width: 40px;
    }

    .redes-inline>li {
        margin-right: 3.2%;
    }

    .home-infojc {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .home-infojc-info {
        padding: 0 4% 0 0%;
    }

    .home-infojc-info-firma {
        width: 24%;
    }

    .home-sectiontwo-img img {
        right: 8%;
    }

    .aliadoso-info {
        padding-left: 3%;
    }

    .aliadoso-p {
        font-size: 1.5rem;
    }

    .home-sectiontwo-img img {
        right: 8%;
    }

    .home-sectionthree-divcontent {
        padding-right: 0;
        padding-left: 0;
    }

    .home-sectionthree-divampliar {
        padding: 0;
    }

    /**/
    .noticias-l {
        bottom: 187px;
    }

    .noticias-r {
        bottom: 187px;
        right: -4%;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .pupup-movil {
        display: none;
    }

    .logo {
        top: -65px;
    }

    .logoccb-header {
        width: 16%;
        right: 1%;
    }

    .nav-fluid {
        padding-left: 30px;
    }

    .navbar-horizontal {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .nav-horizontal__li {
        font-size: 1.6rem;
    }

    .dropdown-menu {
        padding: 30px 0 0;
    }

    .dropdown-menu>li {
        font-size: 1.6rem;
    }

    /* HOME */
    .home-sectione-info {
        padding: 70px 0 0 0;
    }

    .home-sectione-info h2 {
        font-size: 7rem;
    }

    .home-sectione-info p {
        font-size: 1.8rem;
    }

    .home-sectione-info a {
        font-size: 2.3rem;
    }

    .home-lineas1 h2 {
        font-size: 3.8rem;
    }

    .home-lineas2 h2 {
        font-size: 3.8rem;
    }

    .home-lineas3 h2 {
        font-size: 3.8rem;
    }

    .home-lineas4 h2 {
        font-size: 3.8rem;
    }

    .home-lineas1-sprite {
        height: 153px;
        width: 208px;
    }

    .home-lineas1:hover .home-lineas1-sprite {
        background-position: 0 -137px;
    }

    .home-lineas2-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas2:hover .home-lineas2-sprite {
        background-position: 0 -137px;
    }

    .home-lineas3-sprite {
        height: 152px;
        width: 208px;
    }

    .home-lineas3:hover .home-lineas3-sprite {
        background-position: 0 -155px;
    }

    .home-lineas4-sprite {
        height: 159px;
        width: 208px;
    }

    .home-lineas4:hover .home-lineas4-sprite {
        background-position: 0 -157px;
    }

    .home-lineas1 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas2 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas3 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-lineas4 {
        padding: 56px 50px;
        height: 390px;
    }

    .home-sectiontwo-p {
        font-size: 3.8rem;
    }

    .owl-carousel-arrows {
        top: 170px;
    }

    .home-sectionthree-p {
        font-size: 2.2rem;
    }

    .home-sectionthree-a {
        font-size: 2rem;
    }

    .home-sectionthree-fecha {
        font-size: 1.2rem;
    }

    .home-sectionthree-info {
        padding: 4% 5% 6%;
    }

    .aliados {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    /*Footer*/
    .footer-p {
        font-size: 1.2rem;
    }

    .footer-info-ul2 li {
        font-size: 1.2rem;
    }

    .footer-title {
        font-size: 1.5rem;
    }

    .footer-info-ul li {
        font-size: 1.2rem;
    }

    .redes-inline li a img {
        width: 40px;
    }

    .redes-inline>li {
        margin-right: 3.2%;
    }

    /**/

    .home-infojc {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .home-infojc-info {
        padding: 0 4% 0 0%;
    }

    .home-infojc-info-firma {
        width: 24%;
    }

    .home-sectiontwo-img img {
        right: 8%;
    }

    .aliadoso-p {
        font-size: 1.5rem;
    }

    /**/
    .noticias-l {
        bottom: 187px;
    }

    .noticias-r {
        bottom: 187px;
    }
}

@media screen and (min-width:1600px) and (max-width:1679px) {
    .pupup-movil {
        display: none;
    }

    .logo {
        top: -65px;
    }

    .logoccb-header {
        width: 18%;
        right: 1%;
    }

    .nav-fluid {
        padding-left: 30px;
    }

    .navbar-horizontal {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .nav-horizontal__li {
        font-size: 1.8rem;
    }

    .dropdown-menu {
        padding: 30px 0 0;
    }

    .dropdown-menu>li {
        font-size: 1.8rem;
    }

    /* HOME */
    .home-sectione-info {
        padding: 70px 0 0 0;
    }

    .home-sectione-info h2 {
        font-size: 9rem;
    }

    .home-sectione-info p {
        font-size: 2rem;
    }

    .home-sectione-info a {
        font-size: 2.3rem;
    }

    .home-lineas1 h2 {
        font-size: 4rem;
    }

    .home-lineas2 h2 {
        font-size: 4rem;
    }

    .home-lineas3 h2 {
        font-size: 4rem;
    }

    .home-lineas4 h2 {
        font-size: 4rem;
    }

    .home-sectiontwo-p {
        font-size: 4.2rem;
    }

    .owl-carousel-arrows {
        top: 200px;
    }

    .home-sectionthree-p {
        font-size: 2.3rem;
    }

    /*Footer*/
    .footer-p {
        font-size: 1.4rem;
    }

    .footer-info-ul2 li {
        font-size: 1.4rem;
    }

    .footer-title {
        font-size: 1.8rem;
    }

    .footer-info-ul li {
        font-size: 1.4rem;
    }

    .redes-inline li a img {
        width: 45px;
    }

    .redes-inline>li {
        margin-right: 3.8%;
    }


}

@media screen and (min-width:1680px) and (max-width:1919px) {
    .pupup-movil {
        display: none;
    }

    .logo {
        top: -65px;
    }

    .logoccb-header {
        width: 18%;
        right: 1%;
    }

    .nav-fluid {
        padding-left: 30px;
    }

    .navbar-horizontal {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .nav-horizontal__li {
        font-size: 1.8rem;
    }

    .dropdown-menu {
        padding: 30px 0 0;
    }

    .dropdown-menu>li {
        font-size: 1.8rem;
    }

    /* HOME */
    .home-sectione-info {
        padding: 70px 0 0 0;
    }

    .home-sectione-info h2 {
        font-size: 9rem;
    }

    .home-sectione-info p {
        font-size: 2.1rem;
    }

    .home-sectione-info a {
        font-size: 2.3rem;
    }

    .home-lineas1 h2 {
        font-size: 4rem;
    }

    .home-lineas2 h2 {
        font-size: 4rem;
    }

    .home-lineas3 h2 {
        font-size: 4rem;
    }

    .home-lineas4 h2 {
        font-size: 4rem;
    }

    .home-sectiontwo-p {
        font-size: 4.5rem;
    }

    .owl-carousel-arrows {
        top: 200px;
    }

    .home-infojc-info {
        padding: 0 5% 0 2%;
    }

    .home-sectiontwo-img img {
        right: 9%;
    }

    .home-sectionthree-p {
        font-size: 2.65rem;
    }

    .aliadoso-p {
        font-size: 1.8rem;
    }

    /*Footer*/
    .footer-p {
        font-size: 1.5rem;
    }

    .footer-info-ul2 li {
        font-size: 1.5rem;
    }

    .footer-title {
        font-size: 2rem;
    }

    .footer-info-ul li {
        font-size: 1.5rem;
    }

    .redes-inline li a img {
        width: 45px;
    }

    .redes-inline>li {
        margin-right: 3.8%;
    }

}