:root {
    --amarillo: #FEB62A;
    --azul: #2196f3;
    --negro: #24292d;
    --blanco: white;
}
body.site{
    border-top: none !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins'
}

html{
    background: var(--negro);
}

body{
    transition: all .35s;
}

.main-body{
    background: var(--blanco);
    transition: all .35s;
}

body.site{
    background: var(--negro) !important;
}

html,body{
    margin: 0  !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

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

.itemid-537 .row-fluid .span3{
    width: 33%;
}

.itemid-537 .row-fluid .span9 {
    width: 63%;
    margin-left: 4%;
}
.telefonos{
  position: fixed;
    bottom: 70px;
    right: 20px;
}
.telefonos a{
    background: var(--azul);
  	position:relative;
    color: white;
    display: block;
    padding: 11px 23px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24);
}
.telefonos a:before{
      content: "\e964";
    font-family: 'IcoMoon';
    font-style: normal;
    margin-right: 10px;
}
#cargador{
    position:fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #24292d;
    transition: all .3s;
    z-index: 1111111;
}
#rueda{
	border: solid 10px white;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-top-color: #2196f3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: rotar 1.75s infinite;
    -webkit-animation: rotar 1.75s infinite;

}
@keyframes rotar{
    0%{ transform: rotate(0deg)}
    100%{ transform: rotate(360deg)}
}
@-webkit-keyframes rotar{
    0%{ -webkit-transform: rotate(0deg)}
    100%{ -webkit-transform: rotate(360deg)}
}

#menu-movil{
    position: fixed;
    right: 0;
    top: 0;
    height: auto;
    z-index: 112;
    width: 320px;
    color: white;
    overflow: auto;
    background: var(--azul);
    box-sizing: border-box;
    height: 100%;
    box-shadow: 0px 0px 4px black;
    transition: all .35s;
    transform: translateX(330px)
}

#menu-movil .cerrar{
    box-sizing: border-box;
    display: block;
    text-align: right;
    padding: 20px;
    color: #164971;
    background: #0075d2;
    border-bottom: solid #ffffff59;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
}
.menu-movil-inner{}
.menu-movil-inner ul{
    margin: 0;
}
.menu-movil-inner ul li{}
.menu-movil-inner ul li a{
color: inherit;
    display: block;
    font-size: 13px;
    line-height: normal;
    font-family: arial;
    font-size: 14px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins';
    border-bottom: solid 1px #3ca2f3;
    box-shadow: 0px 0px 1px #2886d0;
    position: relative;
    letter-spacing: .7px;
    transition: all .25s;
    box-sizing: border-box;
}

.menu-movil-inner ul li.active > a, .menu-movil-inner ul li a:hover{
    background: #0075d2;
    padding-left: 45px !important ;
}

.menu-movil-inner ul li.active > a:before{
    content: "\ea3e";
    font-family: 'IcoMoon';
    font-style: normal;
    font-size: 12px;
    margin-right: 7px;
}

.menu-movil-inner ul li.parent ul{
    margin-left: 40px;
    background: #248fe2;
    border-left: solid 1px #3ca2f3;
    border-bottom: solid 1px #3ca2f3;
}
.menu-movil-inner ul li.parent ul li{}
.menu-movil-inner ul li.parent ul li a{
text-transform: none;
    letter-spacing: .5px;
    border: navajowhite;
    box-shadow: none;
    font-size: 13px;
    padding: 12px 19px;
}

.movil{
    display: none;
    justify-content: space-between;
    align-items: center;
    color: white;
    box-sizing: border-box;
}

.movil h3{
    font-family: arial;
    font-size: 15px ;
}

.btn-movil{
    border: none;
    background: none;
    box-sizing: border-box;
    padding: 25px 20px;
    position: relative;
    outline: none !important;
}
.btn-movil span{
    display: block;
    height: 3px;
    background: var(--blanco);
    transition: all .25s ease;
    width: 35px;
}
.btn-movil span:nth-child(2){
    margin: 7px 0;
}

.container-fluid{
    padding: 0 !important;
}
.header{
    margin: 0;
    border-top: solid 3px var(--azul);
    background: var(--blanco);
}

.header .limite{
    display: flex;
    align-items: center;
}
.header .logo{
    width: 20%;
}

.amarillo{
    color: #FEB62A;
}

.header-inner{
    position:relative;
    width: 80%;
}

div.itemListCategory {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0 0 30px 0;
    padding: 10px 20px;
    border-bottom: solid 3px whitesmoke;
    line-height: normal;
    font-family: 'Poppins';
}

body.com_rsform form h2, body.com_rsform .span3 .moduletable_info h3, div.itemHeader h2.itemTitle, #sidebar .moduletable > h3{
    margin-bottom: 40px;
    margin-top: 0;
    position: relative;
    padding-top: 15px;
}

body.com_rsform form h2:before, body.com_rsform .span3 .moduletable_info h3:before, div.itemHeader h2.itemTitle:before, #sidebar .moduletable > h3:before{
    content: "";
    width: 20px;
    height: 3px;
    background: var(--amarillo);
    position: absolute;
    top: 0px;
    left: 0;
}

#k2Container.link-equipos, #k2Container.link-descargas{
    max-width: 850px;
    margin: auto;
}
#k2Container.link-equipos div.groupLeading{
    margin: 0;
}
#k2Container.link-equipos div.groupLeading h3{
    box-sizing: border-box;
    padding: 0;
}
#k2Container.link-equipos div.groupLeading h3 a{
    box-sizing: border-box;
    border-bottom: solid 3px #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: 18px;
    background: whitesmoke;
    transition: all .25s;
    display: block;
    font-size: 15px;
    padding: 17px 20px;
    position: relative;
    transition: all .25s;
}

#k2Container.link-equipos div.groupLeading h3 a:hover{
    padding-left: 40px;
}

#k2Container.link-equipos div.groupLeading h3 a:before {
    content: "\ea3e";
    font-family: 'IcoMoon';
    font-style: normal;
    font-size: 12px;
}
#k2Container.link-equipos .catItemBody{
    padding: 0;
}

.jsn-es-nav-circlepop .jsn-es-icon-wrap::before, .jsn-es-nav-circlepop .jsn-es-icon-wrap::after{
    background:#2196f3 ;
}

.jsn-es-slider ul{
    
}

.jsn-es-slider h2{
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 0;
}

.jsn-es-slider button{
    background: var(--amarillo);
    color: white;
    box-sizing: border-box;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: none;
}

.jsn-es-slider h2:before{
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    top: 43%;
    right: 100%;
    background: var(--amarillo);
}

.jsn-es-slider h3{
    margin: 0px;
    line-height: normal;
    font-size: 55px;
    color: #2196f3;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
}

.jsn-es-slider h4{
    margin: 0px;
    line-height: normal;
    font-size: 32px;
    color: var(--amarillo);
    font-family: arial;
}

.jsn-es-slider ul li{
    font-size: 16px;
    color: #8c8c8c;
    line-height: 30px;
}

.especial{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: normal;
    font-family: 'Poppins';
}

.especial-2{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    font-family: 'Poppins';
    margin-top: 20px;
}

.listado{}
.listado li{
    line-height: 200%;
    border-bottom: dotted 1px #e6e8e8;
    box-sizing: border-box;
    padding: 6px 10px;
}

.well{
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #e6e8e8;
}

.well .page-header{
    box-sizing: border-box;
    padding: 20px 36px;
    background: white;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.44;
    font-family: Archivo, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #222931;
}

.well .custom{
    padding: 29px 36px 45px;
    border-color: #e6e8e8;
    background-color: #f8f9f9;
    box-shadow: none;
    border-radius: 0;
}

.menu-principal{
    background: #2196f3;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 60px;
    box-shadow: 150px 0px #2196f3, 300px 0px #2196f3, 600px 0px #2196f3, 900px 0px #2196f3, 1200px 0px #2196F3;
}
.menu-principal ul{
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.menu-principal ul li{
    display: inline-block;
}
.menu-principal ul li a, .menu-principal ul li span{
    display: block;
    color: white;
    box-sizing: border-box;
    padding: 35px 20px;
    font-weight: 600;
    transition: all .25s ease-in;
    font-family: 'Poppins';
    font-size: 14px;
}

.menu-principal ul li a:hover , .menu-principal ul li.active a, .menu-principal ul li span:hover{
    background:#0075d2 ;
}

.menu-principal ul li .nav-child{
    display: none;
}

.menu_equipos{}
.menu_equipos li{}
.menu_equipos li a, .menu_equipos li span{
	text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    border: solid 1px #e6e8e8;
    margin-bottom: 10px;
    padding: 13px;
    color: #222931;
	transition:all .5s;}

.menu_equipos li.current a, .menu_equipos li a:hover{
    background: #222931;
    color: #FEB62A;
    box-shadow: 3px 0px #FEB62A inset;
    padding-left: 30px;}

.limite{
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.link-galeria .itemSocialSharing{
	max-width: 500px;
    margin: auto;
    display: flex;
    justify-content: center;}

.link-galeria ul.sigProArtistic li.sigProThumb a.sigProLink img.sigProImg, .link-galeria ul.sigProArtistic li.sigProThumb a.sigProLink:hover img.sigProImg{
	background-size: cover;
	}

.link-galeria .sigProContainer{
	flex-wrap: wrap;
    display: flex;
    background: #fafafa;
    justify-content: center;
    margin: auto;
	}
.link-galeria ul.sigProArtistic li.sigProThumb a.sigProLink{
	background:transparent;
	border:none !important;
	padding:10px;
	transition: all .25s ease-in;
	}
.link-galeria ul.sigProArtistic li.sigProThumb a.sigProLink:hover{
	background:#2196f3 !important;}

iframe{
    display: block;
}

strong.formRequired {
    font-weight: bold;
    font-style: normal;
    margin-left: 3px;
    color: #790000;
    margin-left: 4px;
}

.form-horizontal .control-label {
    float: none;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    margin: 0 0 2px 0;
    padding: 0;
}

.form-horizontal .controls{
    margin: 0;
    padding: 0;
}

.form-horizontal .controls input, .form-horizontal .controls textarea {
    display: block;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    border-radius: 0px;
    background-color: #f8f9f9;
    color: #848a90;
    box-shadow: inset 0 0 0 1px #e6e8e8;
    border: none;
    padding: 11px;
}
.custom_banner{
    height: 400px;
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.74) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    font-weight: 700;
    line-height: 7.8em;
    letter-spacing: 5.6px;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.78);
    font-family: 'Poppins';
}
.moduletablesomos{
    max-width: 330px;
}
.moduletablesomos ul{
    padding: 0 !important;
}
.moduletablesomos ul li{}
.moduletablesomos ul li .moduleItemIntrotext{}
.moduletablesomos ul li .moduleItemImage{}
.moduletablesomos ul li .moduleItemImage img{
    float: none !important;
    max-width: 170px;
    margin: 0 0 20px 0 !important;
}

.limite.main{
    box-sizing: border-box;
    padding-top:60px;
    padding-bottom: 45px;
}

.itemid-435 .limite.main{
    padding:0;
}

.middle{
    text-align: center;
    background:#2196f3;
    color: white;
}
.middle h3{
    font-size: 35px;
    margin: 0;
    line-height: normal;
    padding: 60px 0;
    font-family: 'Poppins';
}

.top .custom{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 30px;
}
.top .custom p{
    margin: 0;
}

.top{
    box-sizing: border-box;
    padding-left: 80px;
    font-size: 12px;
    box-shadow: 300px 0px #24292d, 600px 0px #24292d, 900px 0px #24292d, 1200px 0px #24292D;
}

div.itemBackToTop{
    display: none;
}

.descargas-categoria{}
.descargas-categoria div.groupLeading{}
div.catItemView.descargas-categoria{
    padding: 0;
    box-sizing: border-box;
    max-width: 850px;
    margin: auto;
}

.descargar{
    box-sizing: border-box;
    border: solid 3px #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: 18px;
    background: whitesmoke;
    transition: all .25s;
}
.descargar:hover{
    padding-left: 30px;
    background: #2196f3;
}
.descargar:hover h3, .descargar:hover p {
    color: white !important;
}
.descargas-inner{
    padding: 10px 25px;
    box-sizing: border-box;
    min-height: 60px;
}
.descargas-inner h3{
margin: 0;
    line-height: normal;
    font-size: 15px;
    margin-bottom: 5px;
    color: #24292d;
}
.descargas-inner .catItemIntroText{
    padding: 0;
}
.descargas-inner .catItemIntroText p{
    font-size: smaller;
    color: gray;
    margin: 0;
}
.descargar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.descargar ul li{
    
}
.descargar ul a{
    display: block;
    box-sizing: border-box;
    padding: 23px 25px;
    background: var(--amarillo);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    transition: all .25s;
    position: relative;
    box-shadow: 0px 10px var(--amarillo), 0px -10px var(--amarillo);
}

.descargar ul a:before{
    content: "\e9e7";
    font-family: 'IcoMoon';
    font-style: normal;
}

.descargar ul a:hover{
    background: #2196f3;
    box-shadow: 0px 10px #2196f3, 0px -10px #2196f3;
}

footer, .top{
    background: #24292d;
    color: #858e9b;
}
footer a{
    color: inherit;
}

footer h3{
    color: white;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

footer .limite > div .nav > li > a{
    margin-bottom: 7px;
}

footer a.moduleItemReadMore, #Enviar{
    display: inline-block;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #FEB62A;
    color: white;
}
#Enviar{
    text-transform: uppercase;
    padding: 13px 20px;
}

footer .menu li a:before{
    content: "\ea32";
    color: #FEB62A;
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
    margin-right: 10px;
    transition: .3s all;
}

.direccion:before{
    content: "\e969";
    font-family: 'IcoMoon';
    font-style: normal;
    margin-right: 10px;
}
.telefono:before{
    content: "\e964";
    font-family: 'IcoMoon';
    font-style: normal;
    margin-right: 10px;
}
.horario:before{
    content: "\e970";
    font-family: 'IcoMoon';
    font-style: normal;
    margin-right: 10px;
}
.mail:before{
    content: "\e967";
    font-family: 'IcoMoon';
    font-style: normal;
    margin-right: 10px;
}

footer .moduletable_info{
    max-width: 220px;
}

footer .limite{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 20px;
}

.custom_info > div{
    display: flex;
    margin-bottom: 35px;
}

.custom_info > div.redes a{
  color:white;
}
.custom_info > div.redes a img{
    background: #2c77ff;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
}

#bottom{
    box-sizing: border-box;
    padding: 25px 0;
    background: #f8f9f9;
}
#bottom .nav{
    margin: 0;
}
#bottom .nav li{
    display: inline-block;
}
#bottom .nav li a, #bottom .nav li span{
    display: block;
    box-sizing: border-box;
}

#bottom .limite > ul li a, #bottom .limite > ul li span{
    color: #5f656d;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    box-sizing: border-box;
    padding: 5px 8px;
}

#bottom .bottom-b{
    display: flex;
    color: #aeb6be;
    padding: 10px 0;
}
#bottom .bottom-b a{
    margin: 0px 10px;
}
#bottom .bottom-b ul{
    
}

@media screen and (max-width:1366px){
    
    .jsn-es-slider h3{
        font-size: 48px;
    }
    
}

@media screen and (max-width:1100px){
    
    .row-fluid.limite.main main.span9:nth-child(1){
        width: 69.468085%;
    }
    .row-fluid.limite.main main.span9:nth-child(1) + div.span3{
        width: 28.404255%;
    }
    
    .menu-principal ul li a, .menu-principal ul li span {
        display: block;
        color: white;
        box-sizing: border-box;
        padding: 28px 15px;
        font-weight: 600;
        transition: all .25s ease-in;
        font-family: 'Poppins';
        font-size: 13px;
    }
    .header .logo {
        width: 15%;
    }
    .header-inner {
        position: relative;
        width: 85%;
    }
    .top .custom{
        padding: 10px 8px;
    }
    iframe{
        max-height: 380px;
    }
    
    .top{
        
    }
    .menu-principal{
        padding-left: 40px;
    }
    
}


@media screen and (max-width:1024px){
    .jsn-es-slider ul li {
        font-size: 13px;
        line-height: 25px;
    }
    
    .jsn-es-slider h3{
        font-size: 35px;
    }
}

@media screen and (max-width:980px){
    
    .middle h3 {
        font-size: 30px;
        padding: 45px 0;
    }
    
    .especial {
    font-size: 30px;
    line-height: 130%;
    }
    
    .custom_banner{
        font-size: 45px;
        height: 320px;
    }
    
    .breadcrumb{
        display: none;
    }
    
    .lateral-iz{
        display: flex;
        flex-direction: column-reverse;
    }
    .lateral-iz > div, .lateral-iz main{
        margin: 0 !important;
        width:100% !important;
    }
}

@media screen and (max-width:890px){
        footer .limite{
        justify-content: left;
        flex-wrap: wrap;
    }
    footer .limite .moduletablesomos{
        max-width: none;
        width: 100%;
        border-bottom: solid 1px #2b3135;
        margin-bottom: 10px;
    }
    footer .limite .moduletable, footer .limite .moduletable_info{
        width: 50%;
    }
    
}


@media screen and (max-width:800px){
    
    #menu-movil.mostrar{
        transform: translateX(0px);
    }
    
    .opacar{
        opacity: .1;
    }
    
    .row-fluid.limite.main main.span9:nth-child(1), .row-fluid.limite.main main.span9:nth-child(1) + div.span3{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .row-fluid.limite.main main.span9:nth-child(1) + div.span3{
        display: flex;
        justify-content: space-between;
    }
    .row-fluid.limite.main main.span9:nth-child(1) + div.span3 .well{
        width: 48%;
    }
    
    .header .logo {
        width: 200px;
        text-align: center;
    }
    .header .logo img{
        max-width: 120px;
        width: 100%;
    }
    .top, .menu-principal ul.menu{
        display: none;
    }
    .movil{
        display: flex;
    }
    header{
        position: fixed;
        top: 0;
        width: 100%;
        left: 0px;
        z-index: 111;
        border-bottom: solid 1px #f3f3f3;
    }
    .container-fluid{
        box-sizing: border-box;
        padding-top: 70px !important;
    }
    
}

@media screen and (max-width:782px){
  .telefonos {
      position: fixed;
      bottom: 90px;
      right: 20px;
	}
  .telefonos a {
    background: #2196f3;
    position: relative;
    color: white;
    display: block;
    padding: 18px 20px;
    border-radius: 50%;}
  
  .telefonos a span{
    display:none;
  }
  
  .telefonos a:before{
    margin-right: 0px;
    font-size: 20px;
  }
}

@media screen and (max-width:767px){
    
    .jsn-es-slider h3{
        margin: auto;
        font-size: 20px;
        text-align: center;
    }
    .jsn-es-slider h4{
        margin: auto;
        font-size: 15px;
        text-align: center;
    }
    
}

@media screen and (max-width:680px){
    .descargas-inner {
        padding: 10px 10px;
    }
    .descargas-inner h3{
        font-size: 13px;
        margin-bottom: 0px;
    }
    .descargar ul a{
        padding: 17px 18px;
        font-size: 12px;
        text-align: center;
    }
    .descargar ul a:before{
        display: block;
    }
    .descargar:hover {
        padding-left: 12px;}
    .custom_banner {
        font-size: 38px;
        height: 230px;
    }
}

@media screen and (max-width:550px){
    .header .logo {
        width: 130px;
    }
    .btn-movil{
        padding: 25px 15px;
    }
    footer .limite .moduletable, footer .limite .moduletable_info {
        width: 100%;
    }
    .custom_banner {
        font-size: 28px;
        height: 200px;
    }
    .custom_banner{
        letter-spacing:4px;
    }
    .especial {
    font-size: 20px;
    line-height: 130%;
}
    #bottom .bottom-b {
        display: flex;
        color: #aeb6be;
        padding: 10px 0;
        flex-direction: column;
        text-align: center;
    }
    #bottom .limite ul.nav{
        display: none;
    }
    .row-fluid.limite.main main.span9:nth-child(1) + div.span3{
        flex-direction: column-reverse;
    }
    .row-fluid.limite.main main.span9:nth-child(1) + div.span3 .well {
    width: 100%;
    }
    .especial-2{
        font-size: 17px;
    }
    #k2Container.link-equipos div.groupLeading h3 a {
        font-size: 13px;
        padding: 14px 23px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px){
    .middle h3{
        font-size: 22px;
        padding: 35px 0;
    }
    
    .descargar{
        flex-direction: column;
        margin-bottom: 30px;
        border: none;
    }
    .descargar:hover {
        padding-left: 0px;
    }
    
    .descargar .catItemAttachmentsBlocks{
        width:100%;
    }
    
    .descargas-inner{
        width: 100%;
    }
    
    .descargar ul a {
        padding: 10px 18px;
        box-shadow: none;
    }
    .descargar ul a:hover {
        background: #1982d6;
        box-shadow: none;
    }
    .movil h3{
        font-size: 11px;
    }
}

@media screen and (max-width:380px){
    .movil h3{
        display: none;
    }
}