@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
*{
	margin:0;
	padding: 0;
}

body{
	background: rgb(255,255,255);
	font-family: 'Lato', sans-serif;
}

header{
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 130px;
    z-index: 100;
    border-bottom: 10px solid #293275;
}

.link:hover{
    color: #293275;
}

#logo {
    display: inline-block;
    float: left;
    position: absolute;
    z-index: 200;
    margin-left: 2%;
}

#menu {
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding-top: 35px;
    float: right;
}

#menu ul {
    list-style: none;
    font-size: .9em;
    display: block;
    margin: 0;
    float: right;
}

#menu li {
    display: block;
    float: left;
    text-transform: uppercase;
    list-style: none;
    height: 50px;
    padding-top: 30px;
    margin-right: 15px;
}

#menu li a {
    text-align: center;
    color: #293275;
    padding: 2px 2px;
    display: block;
    text-decoration: none;
    display: inline;
}

.activo{
    border-bottom: 2px solid #293275;
}
.sub:hover{
    border-bottom: 2px solid #293275;
}


h1,h2,h3,h4{
    text-align: left;
    font-weight: 300;
    line-height: 34px;
    font-family: 'Lato', sans-serif;
    color:#293275;
    font-size: 28px;
}

p{
    font-family: 'Lato', sans-serif;
    color:#293275;
    font-weight: 400;
    text-align: justify;
}

a{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #293275;
    font-weight: 400;
    text-align: justify;
}
a:hover{
    color: #00a89c;
}
ol {
  font-weight: bold;
}

ol > li > * {
  font-weight: normal;
}

.come-back{
  width: 200px !important;
    height: 50px;
}
.come-back img{
    width: 100%;
}

.come-back:hover{
    opacity: 0.5;
}

.num li{
    font-family: 'Lato', sans-serif;
    color:#293275;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 20px;
    margin-left: 15px;
}

.-cursiva li{
    margin-bottom: 3px;
    font-style: italic;
}


.bg-body{
    background-image: url(../images/bg-body.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.contenedor {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin:0 auto;
}

.quienes{
    width: 85%;
    margin: 0 auto;
    padding-top:30%;
    padding-left: 10%;
    border-left: 10px solid;  
    border-color: rgba(0,168,156,1);
border-color: -moz-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,168,156,1)), color-stop(12%, rgba(0,168,156,1)), color-stop(100%, rgba(188,215,95,1)));
border-color: -webkit-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: -o-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: -ms-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: linear-gradient(to bottom, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a89c', endColorstr='#bcd75f', GradientType=0 );
}
#borde{
    width: 85%;
    margin: 0 auto;
 border-left: 10px solid;  
    border-color: rgba(0,168,156,1);
border-color: -moz-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,168,156,1)), color-stop(12%, rgba(0,168,156,1)), color-stop(100%, rgba(188,215,95,1)));
border-color: -webkit-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: -o-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: -ms-linear-gradient(top, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
border-color: linear-gradient(to bottom, rgba(0,168,156,1) 0%, rgba(0,168,156,1) 12%, rgba(188,215,95,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a89c', endColorstr='#bcd75f', GradientType=0 );
}
.quienes h1,h2,h3{
    margin-bottom: 8%;
}
.quienes p{
    margin: 0 0 20px 0;
}
.quienes span{
    font-size: 13px;
    font-weight: 400;
}
.quienes img{
    width: 100%;
}
.quienes img:hover{
    opacity: 0.7;
}
.noticia{
    margin-bottom: 45px;
}
.-bottom{
    margin-bottom: 0px;
}
.-top{
    padding-top: 15%;
    padding-bottom: 15px;
}
.-top-min{
    padding-top: 5%;
}
.-border{
    border-left: 0px;
}
.img-center {
    max-width: 620px;
    width: 100%;
    margin:0 auto;
}
.side{
    padding-top: 30%;
    width: 90%;
    margin:0 auto;
}
.side-text{
    margin-bottom: 13%;
}
.side img{
    width: 100%;
}
.side2{
    padding-top: 10%;
    width: 90%;
    margin:0 auto;
}
.side2 img{
    width: 100%;
    margin-bottom: 30%;
}

.side-promo{
    width: 90%;
    height: auto;
    margin:0 auto; 
}
.side-promo img{
    width: 100%;
}
/*.side-promo h2, .side-promo2 h2{
    margin: 25px 0 20px 0;
}

.side-promo p, .side-promo2 p{
    margin: 0 0 10px 0;
}*/

.side-promo2{
    width: 90%;
    margin: 0 auto;
    height: auto
}
.side-promo2 img{
    width: 100%;
}

.tw{
    width: 90%;
    height: auto;
    margin:0 auto;
    margin-bottom: 10%;
}
.fb{
    width: 90%;
    height: 450px;
    margin:0 auto;
    margin-bottom: 10%;
}
.grand{
    font-size: 18px;
}
.carrusel{
    width: 80%;
    margin:0 auto;
}
.carrusel h4{
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: center;
}

.slider{
    width: 100%;
    height: auto;
    margin:0 auto;
    margin: 8% 0 8% 0;
}
.-clear{
    width: 100%;
    height: 120px;
    margin:0 auto;
    background: transparent;
}

.asociado-img{
    margin-top: 8%;
    margin-bottom: 8%;
}
footer{
    width: 100%;
    height: 245px;
    background-color: #293275;
}

.foot-img{
    width: 80%;
    margin: 0 auto;
    padding-top: 15%;
}
.foot-img img{
    width: 100%;
}

.lista{
    width: 90%;
    margin:0 auto;
    margin-top:12%;
    padding-top: 20%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 10%;
}
.lista ul{
    list-style: none;
    color: white;
    text-transform: uppercase;
    font-weight: 200;
}
.lista ul li a{
    color: white;
    text-decoration: none
}

.video-comerciales{
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.video-comerciales iframe{
    width: 100%;
    height: 400px;
}

.newsletter{
    width: 90%;
    height: auto;
    margin:0 auto;
    padding: 3%;
    margin-top: 3%;
    border-bottom: 2px solid white;
}
.newsletter h3{
    text-align: justify;
    font-size: 14px;
    margin-bottom: 5px;
    color: white;
    font-weight: 200;
    line-height: 18px;
}

.text-foot{
    width: 75%;
    margin:0 auto;
    margin-top:4%;
}


.text-foot a{
    color: white;
    font-size: 11px;
    text-decoration: none;
}
.text-foot p{
    color: white;
    font-size: 11px;
    text-align: left;
    align-items: center;
}
.text-foot img{
    float: right;
    margin-left: 10px;
}

.btn-sub{
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;

background:-webkit-gradient(linear, 86% 0%, 3% 44%, from(#B8BC00), to(#00990E))

}

.btn-sub:hover{
        cursor: pointer;
        color: white;
        border: 0.5px solid white;
}

.marcas-slide{
    width: 80%;
    margin:0 auto;
    height: auto;
    margin-top: 10%;
}
input[type="text"], input[type="email"]{
       width: 90%;
    height: 50px;
    margin: 10px 10px 10px 20px;
    background-color:#293275;
    color:white;
    font-size: 15px;
    padding-left: 10px;
    border: solid 1px#293275;
    transition: box-shadow 0.3s, border 0.3s;

}

input[type="text"]:focus,
input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
.mensaje{
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    left: 10px;
    
}
.mensaje textarea{
    width: 90%;
    height: 190px;
    margin: 10px 10px;
    background-color: #293275;
    color:white;
    font-size: 15px;
    padding: 15px 10px;
    border: solid 1px#293275;
  transition: box-shadow 0.3s, border 0.3s;
}
.mensaje button{
    width: 20%;
    height: 40px;
    background-color: #293275;
    position: relative;
    left: 10px;
    border: solid 1px #293275;
    transition: box-shadow 0.3s, border 0.3s;
    color: white

}
.mensaje button:hover{
    background-color: white;
    color: #293275;
    border: solid 1px #293275;
  transition: box-shadow 0.3s, border 0.3s;
  cursor: pointer;
}

.leer-mas{
    width: 250px;
    height: 50px;
    background: #293275;
    color: white;
    padding: 5px 20px 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.leer-mas:hover{
    border: 1px solid #293275;
    color: #293275;
    background: white;
    cursor: pointer;
}

.empresa{
    width: 80%;
    margin:0 auto;
}
.empresa img{
    width: 100%;
    transition: filter .2s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); 
}
.empresa img:hover{
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
}
.alianzas{
   text-align: center;
    padding-top: 8%;
    font-size: 3em;
}


.vip{
    margin-left: 25%;
    border: 1px solid;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
    background: #df1f3b;
    color: white;
}

.vip:hover{
  border:1px solid #df1f3b;
  background:white;
  color: #df1f3b;
}


.pag {
  display: none;
}
.pag-active {
  display: block;
}
.pagination {
display: block;
    padding-left: 0;
    margin: 0 auto;
    border-radius: 4px;
    width: 80%;
    max-width: 460px;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
#logo{
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    float: left;
    width: 200px;
    height: 60px;
    text-indent: -9999px;
    margin: 10px; 
}

header{
    width: 100%;
    padding: 0;
    height: 80px;
    background: white;
    position: fixed;
    z-index: 100;
}
#slider-main{
    padding-top: 80px;
}
 /* Estilos #nav-mobile y lo ocultamos */
    #nav-mobile{
        display: none;
        background: url(../images/nav-icon.png) no-repeat center center;
        background-size: 50%;
        float: right;
        width: 80px;
        height: 65px;
        position: absolute;
        right: 0;
        top:10px;

    }   
        /* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
        #nav-mobile.nav-active{
            opacity: 0.5;
        }
    
    
     /* mostramos #nav-mobile */
    #nav-mobile{ display: block; }

    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
    #menu{
        width: 100%;
        float: none;
        padding-top: 80px;

    }
        /* Convertimos nuestra lista de enlaces en un menú horizontal */
        #menu ul{
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            box-shadow: 0 1px 2px rgba(0,0,0,.5);
            max-height: 0;
            overflow: hidden;
            width: 100%;
             z-index: 500;
        }
            /* estilos para los LI del menu */
            #menu li{
                    background: rgba(41, 50, 117, 0.89);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: none;
    padding: 0;
    width: 100%;
    height: 50px;
    z-index: 500;
    text-align: center;
    padding-top: 15px;
    padding-right: 20px;
            }

            /* Quitamos el borde del ultimo item del menú */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
                    padding: 15px 0;
                    height: auto;
                    line-height: normal;
                    color: white;
                }
                #menu li a:hover{opacity: 0.8;}

        /* Agregamos una animación al despligue del menú */
        #menu ul.open-menu{
            max-height: 600px;
            -webkit-transition: max-height .4s;
            -moz-transition: max-height .4s;
            -ms-transition: max-height .4s;
            -o-transition: max-height .4s;
            transition: max-height .4s;
        }
#borde{
    width: 90%;
    margin:0 auto;
    border-left: 0px;
}

.quienes{
        width: 90%;
    padding-left: 0px;
    border-left: 0px;
}
.quienes p {
    margin: 0;
}

.side, .side2{
    width: 100%;
    padding-top: 20px;
}
.mensaje{
    left: 0px;
}

input[type="text"],input[type="email"],.mensaje textarea{
    margin: 10px 0 10px 0;
    width: 100%;
}

.mensaje button{
    left: 0px;
    width: 30%;
}

.-top{
    padding-bottom: 0;
}
.leer-mas {
    width: 110px;
    height: 35px;
    background: #293275;
    color: white;
    padding: 5px 20px 10px 20px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    margin-top: 10px;    
}
.noticia {
    margin-bottom: 15px;
}

}

@media only screen and (min-width: 320px) and (max-width: 639px) {
 


.side-text{
    margin-bottom: 0;
}

.carrusel h4 {
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: center;
}

.side2 img {
    width: 100%;
    margin-bottom: 10%;
}

footer {
    height: auto;
} 

.text-foot{
    width: 100%;
}
.lista {
    width: 100%;
}
.newsletter {
    width: 100%;
}

.text-foot img {
    float: right;
    margin-top: 20px;
    margin-right: 5%;
    margin-bottom: 10px;
}
.text-foot p {
    color: white;
    font-size: 10px;
}

.side-promo,.side-promo2 {
    padding-top: 5; 
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
}
.carrusel {
    width: 90%;
}

.video-comerciales{
    margin:15px 0 15px 0;
}

}

@media only screen and (min-width: 640px) and (max-width: 1000px) {




footer {
    height: auto;
} 


}
