@charset "UTF-8";
/* CSS Document */

/* general */

html, body{
    height: 100%;
}

body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    font-family:"proxima-nova",'Helvetica Neue', 'Open Sans', sans-serif;
    font-style: normal;
    color: #000;
}

.contenedor {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.contenedorBlog{
    width: 98%;
	height:100% !important;
    float: left;
    position: relative;
}

.subcont {
    position: relative;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    height: auto;
    float: left;
    text-align: center;
    z-index: 9;
    margin-top: 100px;
}

.subcontBlog {
    position: relative;
    width: 100%;
	height:100% !important;
    z-index: 9;
    margin-top: 60px;
}
.swich{
border: solid 10px #3d57a7;
}


.ancla {
    position: absolute;
    margin-top: 0px;
}

.down {
    position: absolute;
    width: 40px; 
    height: 43px; 
    background: url(../img/down.png) no-repeat ;
    background-size: contain;
    left: 50%;
    margin-left: -20px;
    opacity: .7;
}


.logo {
    max-width: 415px;
    width: 100%;
    height: auto;
}



.logo-contacto {
    max-width: 100%;
    height: 70px;
    background: url(../img/logo.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    margin: 0 auto;
}
/* menu */
.menu {
    position: fixed;
    width: 100%;
    min-height: 70px;
    background-color: #000;
    -webkit-box-shadow: 0 1px 2px 1px rgba(02,0,0,.4);
    box-shadow: 0 1px 2px 1px rgba(02,0,0,.4);
    z-index: 999;
}

.menu-subcont {
    background: #ffffff;
    max-width: 900px;
    margin:0 auto;
        
}

.logo-menu {
    width: 175px;
    height: 60px;
    margin-top: 5px;
    float: left;
    background:  url(../img/logo-menu.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #000;
}

.redes-cont{
    position: absolute;
    top: 55px;
    right: 10px;
    height: 30px;
    z-index:1;
}
.red{
    opacity: 1;
}

.red:hover{
    opacity: .8;
}
.fb{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/fb.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.tw{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/tw.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.yt{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/yt.png) no-repeat;
    background-size: contain;
    background-position: center;
}


/* footer */
.footer {
    width: 100%;
    height: 25px;
    position: relative;
    background: #eb3b32;
    float: left;
}

.cont-footer {
    width: 100%;
    height: 20px;
    font-size: .7em;  
    position: relative;
    margin-top: 5px;
}

.column-contacto {
    width: 28%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
}

.comentario {
    height: 80px;
}
    #send_message { 
    width:auto;
   line-height: 20px;
   border:none;
   cursor:pointer;
background:#00aeef;
color:#FFFFFF;
   border-radius: 5px;
}


.input {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 5px;
    padding-left: 15px;
    border-radius: 2px;
    border: solid 1px #fff;
}


.icono-contacto {
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    background: url(../img/icono-cont.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    text-align: center;
    color: #393939;
}

.sobre-contacto {
    position: absolute;
    
     width: 100px;
    height: 146px;
    background: url(../img/sobre.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.back-contacto {
    background-color: #fff;
    background-position: right;
    height: auto !important;
    padding-bottom: 0px !important;
    
}

.direccion-cont {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.direccion-cont-last {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.direccion-icon {
     position: relative;
    width: 30px;
    height: 50px;
    float: left;
    background: url(../img/dir-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
.tel-icon {
     position: relative;
    width: 30px;
    height: 25px;
    float: left;
    background: url(../img/tel-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
.mail-icon {
     position: relative;
    width: 30px;
    height: 30px;
    float: left;
    background: url(../img/mail-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.texto-contacto-cont {
    width: 100%;
    padding-left: left: 20px;
    font-size: .9em;
}

.texto-contacto {
    line-height: 2em;
}

.texto-contacto-cont a {
    color:#fff;
}

.texto-contacto-cont a:hover {
    text-decoration: underline;
}


   
.inicio-back {
    background: url(../img/back-home.jpg);
    background-size: cover;
    background-position: center;
     background-attachment: fixed;
    background-color: #000;
    height: 100% !important;
}

.column {
    width:48%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-width: 200px;
    text-align: left;
}

.aviso-legal {
    background: #fff;
    padding: 15px;
    
}



.boton-baja {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 40px;
    text-align: center;
}

.back-inicio {
    width: 100%;
    height: auto;
}

.logo-somos {
    max-width: 369px;
    width: 100%;
    height: auto;
    
}

.info-cont {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.info-contBlog {
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
}

.globos {
    width: 100%;
    height: auto;
}

.column-paquetes {
    width: 31%;
   height: 300px;
    min-width: 200px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}
.column-paquetes img {
    width: 80%;
    height: auto;
}

.promo-cont {
    width: 80%;
    margin: 0 auto;
    height: 140px;
    position: relative;
    background: #d8f5ff;
    border-radius: 10px;
    margin-top: 40px;
margin-bottom: 30px;
}

.promo-icon {
    width: auto;
    height: auto;
    float: left;
    margin-left: -60px;
    margin-top: -20px;
}

.texto-paquetes {
    padding-top: 40px;
    text-align: left;
    font-size: 1.5em;
    font-weight: 400;
}


.col-in {
    width: 58%;
    margin-top: 20%;
}
.col-in2 {
    width: 38%;
}

.inicio {
    background: url(../img/back-home.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
}

.logo-home {
    position: absolute;
    margin-top: 20%;
    width: 100%;
    text-align: center;
}
.texto-home {
    position: absolute;
    margin-top: 32%;
    width: 100%;
    text-align: center;
}


.info-somos-cont {
    width: 50%;
    float: left;
    position: relative;
}


.pleca-titulo {
    max-width: 200px;
height: 4px;
    background: #ed156a;
    margin: 0 auto;
    position: relative;
    
}

.cont-info-labor {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
}

.line {
    width: 100%; float: left;
}

.column4 {
    width: 23%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
    min-width: 120px;
}

.column4:hover .icono-hacemos{
    border: solid 1px #619ecd;
    
}

.column4:hover .icono-cliente{
    opacity: .8;
}
.column4:hover .info-hacemos{
   color: #619ecd;
    
}



.icono-somos {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #619ecd;
    margin: 0 auto;
    margin-bottom: 10px;
}
.icono-hacemos {
    border-radius: 50%;
    border: solid 1px #fff; 
}

.info-hacemos {
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    padding: 10px;
    min-height: 80px;
    color: #fff;
}


.back-gris{
    background: #4e5d64;
    color: #fff !important;
}

.back-hacemos {
    background: url(../img/back-hacemos.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff !important;
}

.img-hacemos {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    border-radius: 50%;
}

.hacemos-txt {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    font-weight: 200;
    
}
.hacemos-txt h1{
    font-size: 1.2em;
    font-weight: 200;
}
.hacemos-txt p{
    font-size: .9em;
}
.hacemos-txt ul{
    list-style:lower-latin;
    font-size: .9em;
}

.line-hacemos {
    text-align: center;
}

.back-azul {
    background: #0589c3;
    color: #fff !important;
}

.separador {
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
}

@media only screen and (max-width: 900px) {
    
    .subcont {
   
    width: 90%;
    left: 3%;
        right: 3%;
    margin-left: inherit;
    height: auto;
    float: left;
    text-align: center;
    z-index: 9;
    margin-top: 10px;
    margin-bottom: 100px;
   
}

.subcontBlog {
   
    width: 100%;
      
    height: 100% !important;
    float: left;
    text-align: center;
    z-index: 9;
    margin-top: 70px;
    margin-bottom: 100px;
   
}
    
.contenedor{
    min-height: 650px;
}



    
.logo-menu {
    width: 100%;
}
    .logo-home {
    margin-top: 30%;
}
.texto-home {
    margin-top: 50%;
    
}
    
 .ancla {
    position: absolute;
    margin-top:600px;
}
.column {
    width:38%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 200px;
}
    .column-areas {
    width:40%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 200px;
}
    .line-ipad{
        width: 100%;
        float: left;
    }
.modular-ipad {
    width: 100%;
    float: left;
    display: block;
}
    
.quitar {
    display: none;
}

    
}

@media only screen and (max-width: 650px) {
    .img-hacemos{
        width: 100%;
    }
    .hacemos-txt{
        width: 100%;
    }
    .menu{
        position: relative;
        min-height: 110px;
    }
    .logo-home {
    margin-top: 50%;
}
.texto-home {
    margin-top: 80%;
    
}
    .column4 {
    width: 48%;
        min-height: 250px;
    }
    .promo-cont{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .texto-paquetes{
        text-align: inherit;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .promo-icon{
        float: none;
        margin-left: inherit;
    }
    
.col-in {
    width: 100%;
}
.col-in2 {
    width: 100%;
}

    .aviso-legal {
    background: #fff;
    padding: 15px;
        font-size: .4em;
    
}
.quitar {
    display:block;
}

    .column-next {
    width: 100%;
    height: 62px;
    float: left;
    background: url(../img/abajo.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}
    .titulo{
        font-size: 1.5em;
    }
    .input{
        width: 90%;
    }
.banner-inicio{
    display:none;
   
}

.banner-inicio-responsive{
  display:block;
position:relative;
    max-width:504px;
    margin:0px auto 0px;
}
.banner-beneficios{
    display: none;
}
.banner-beneficios-responsive{
    display:block;
    position:relative;
    max-width:100%;
    margin:0 auto;
}
    
.column {
    width:90%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 200px;
}
.column-areas {
    width:90%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 200px;
}
    
.column-contacto {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
    
    .banner-cotiza {
    display: none;
}
}


.img-exp {
    max-width: 713px;
    width: 100%;
}

.info-somos {
    font-size: .9em;
}
