@import"font-awesome.css";

body{
    font: 16px/16px 'Roboto', sans-serif !important;
}

section{
    margin-top: 4%;
}

#page.hfeed.site{
    margin-top:0px
}

/*************** HEADER *****************/

body.boxed .boxed-wrap .is-sticky {
    width: 1240px;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.header.is-sticky {
    width: 100%;
    z-index: 99;
    box-shadow: 0px -1px 25px #ddd;
}

.header .logo {
    margin-top: 40px;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 135px;
    height: 25px;
}

.header.is-sticky .logo {
    margin-top: 23px;
}

.header .logo a {
    display: block;
    height: 100%;
}

/* Header 2
-------------------------------------------------------------- */

.blog #logo, .single-post #logo {
    width: 200px;
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-2 {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.header-2 .header-wrap {
    position: relative;
}

.header-2 .header-wrap .row{
    margin-right: 0px; 
    margin-left: 0px; 
}

.header-2 header {
    height: 104px;
}

.header-2.is-sticky {
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.header-2 .logo {
    margin-top: 40px;
    margin-left: 50px;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-2.is-sticky .logo {
    margin-top: 15px;
}

.header-2 .logo a {
    display: block;
    height: 100%;
}

.header-2 .logo {
    width: 135px;
    height: 56px;
}

.header-2 #mainnav {
    position: relative;
    display: block;
    float: right;
    margin-right: 5%;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-2 #mainnav ul {
    list-style: none;
    margin: 0;
}

.header-2 #mainnav > ul > li {
    float: left;
    padding: 0 16px;
}

.header-2 #mainnav > ul > li > a:after {
    width: 0;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 0;
    background-color: #6BA329;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-2.is-sticky #mainnav > ul > li > a:after {
    bottom: 18px;
}

.header-2 #mainnav > ul > li:hover a:after {
    width: 100%;
}

.header-2.prin #mainnav > ul > li > a {color: #fff;}

.header-2 #mainnav > ul > li > a {
    color: #2C4F55;
    position: relative;
    display: block;
    font-weight: 400;
    text-decoration: none;
    height: 104px;
    line-height: 104px;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.services-page .header-2 #mainnav > ul > li > a{
    color: #000;
}

.contact-page .header-2 #mainnav > ul > li > a{
    color: #000;
}

.header-2.is-sticky #mainnav > ul > li > a {
    height: 71px;
    line-height: 71px;
    color: #fff;
}

.header-2.is-sticky #mainnav > ul > li > a:after{
    background-color: #ffffff;
}

.services-page .header-2.is-sticky #mainnav > ul > li > a{
    color: #fff;
}

.contact-page .header-2.is-sticky #mainnav > ul > li > a{
    color: #fff;
}

.header-2 #mainnav > ul > li:last-child {
    padding-right: 0;
}

.header-2 #mainnav ul li {
    position: relative;
}

.header-2 #mainnav ul li ul {
    width: 199px;
    position: absolute;
    top: 69px;
    left: 15px; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainnav ul li ul.submenu.right-submenu {
    left: auto !important;
    right: 0;
}

.header-2.is-sticky #mainnav ul li ul {
    top: 53px;
}

.header-2 #mainnav ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

.header-2 #mainnav ul li ul li ul {
    left: 100%;
    top: -3px;
}

.header-2 #mainnav li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-2 #mainnav .submenu {
    z-index: 99999;
    background-color: #fff;
}

.header-2 #mainnav .submenu li a {
    display: block;
    line-height: 30px;
    padding: 7px 18px;
    color: #4c4c4c;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-2 #mainnav .submenu li:hover > a {
    color: #459ce4;
}

.header-2 #mainnav .submenu li:first-child a {
    border-top: 0;
}

.header-2 #mainnav li:hover > ul.submenu {
    left: 0;
}

.header-2 #mainnav li:hover > ul.submenu ul.submenu {
    left: 100%;
    top: -3px;
}

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #1c1c1c;
    z-index: 1000;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #252525;
    cursor: pointer;
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    color: #fff;
}

.btn-menu {
    float: right;
    font-size: 28px;
    color: #000;
    text-align: center;
    cursor: pointer;
    display: none;
    height: 102px;
    line-height: 102px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.activo:after {
    width: 100% !important;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 0;
    background-color: #6BA329;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu{
    padding-bottom: 20px;
    display: table;
    padding-top: 14px;
}
/************ SLIDER ***********/ 

.roll-slider {
    overflow: hidden;
    height: 100% !important;
}

.roll-slider .main-slider {
    height: 713px;
    padding-bottom: 63px;
}

.flexslider {
    border: 0;
    margin: 0;
}

.roll-slider .main-slider .slides {
    overflow: hidden;
}

.roll-slider .main-slider .flex-viewport, .roll-slider .main-slider ul.slides, .roll-slider .main-slider ul.slides li, .roll-slider .main-slider ul.slides li div.img, .roll-slider .main-slider ul.slides li div.content, .roll-slider .main-slider ul.slides li div.row, .roll-slider .main-slider ul.slides li div.col-md-12 {
    height: 100% !important;
}

.roll-slider .main-slider .overlay {
    z-index: 1;
}

.overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.3;
}

.roll-slider .main-slider ul.slides li div.img {
    background-position: center;
    background-size: cover;
}

.roll-slider .main-slider .flex-viewport, .roll-slider .main-slider ul.slides, .roll-slider .main-slider ul.slides li, .roll-slider .main-slider ul.slides li div.img, .roll-slider .main-slider ul.slides li div.content, .roll-slider .main-slider ul.slides li div.row, .roll-slider .main-slider ul.slides li div.col-md-12 {
    height: 100% !important;
}

.roll-slider .main-slider ul.slides li div.col-md-12 div.text {
    position: absolute;
    /*top: 31%;*/
    z-index: 2;
}

.roll-slider .flexslider.main-slider .slides img.spec {
    width: 673px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.roll-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.roll-slider .main-slider ul.slides li div.content .big-text {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 6vw;
    font-weight: lighter;
    line-height: 6vw;
    margin-bottom: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
}

.roll-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.roll-slider .main-slider .flex-control-nav {
    bottom: 0;
    z-index: 3;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.roll-slider .main-slider .flex-control-paging li a.flex-active {
    background: #fff;
    border: 2px solid #000;
    cursor: default;
}

.roll-slider .main-slider .flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #6BA329;
}

.flex-control-paging li a.flex-active {
    background: #000;
    cursor: default;
}

.roll-slider .main-slider .flex-control-paging li a.flex-active {
    background: #fff;
    border: 2px solid #2C4F55;
    cursor: default;
}

.texto1{
    top: 435px;
}
.texto2, .texto3{
    top: 270px;
}

/************ FOOTER ***********/ 

#bottom-menu{
    overflow:hidden;
    text-align:right;
    line-height: 20px;
    float: right;
    padding-top: 11px;
    margin: -5px auto 0px;
    text-align: center;
}

#bottom-menu a{
    display:inline-block;
    text-decoration:none;
    text-transform:capitalize;
    color:#fff;
    font-size:14px;
    line-height: 33px;
    font-weight: bold;
    margin: 0;
    -webkit-transition:color .4s ease;
    -moz-transition:color .4s ease;
    -o-transition:color .4s ease;
    transition:.4s ease;
}

#bottom-menu span{
    color:#7b949f;
    font-size:16px;
    font-weight: 300;
    padding: 0px 13px;
}

#bottom-menu a:hover{color: #6BA329;}

#bottom-menu a:first-child{margin-left:0;}

.copy{
    position: relative;
    margin-top: -20px !important;
    float: right;
}

.copy a{
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

footer{
    color: #fff;
    padding: 1% 4% 16px 4%;
    width: 100%;
    /*height: 50%;*/
    background-color: #585858;
    overflow: auto;
}

.foot-logo{
    position: relative;
    display: block;
    cursor: pointer;
    margin-top: 13px;
}

.copy span{
    color:#7b949f;
    font-size:16px;
    font-weight: 300;
    padding: 0px 2px;
}

.copy a:hover{
    color: #579f95;
    -webkit-transition:color .4s ease;
    -moz-transition:color .4s ease;
    -o-transition:color .4s ease;
    transition:.4s ease;
}
.redes-sociales{
    display: inline-block;
    margin-right: 20px;
}

.redes-sociales ul{
    list-style: none;
    padding-left: 0;
}

.redes-sociales ul li{
    display: inline-block;
    margin-right: 10px;
}
/*.redes-sociales ul li:hover{
    
}*/
.redes-sociales ul li:nth-child(3){
    margin-right: 0;
}
.redes-sociales ul li a{
    border: 2px  solid #fff;
    border-radius: 50%;
    width: 36px;
    font-size: 16px !important;
}
.redes-sociales ul li a:hover{
    background-color: #fff;
    color: #585858 !important;
}
/********** FIN FOOTER *************/

.margin-logo{
    margin-right: auto;
    margin-left: auto;
}

.caja-enlaces{
    width: 100%;
    display: inline-block;
}

.enlaces{
    float: right;
    padding: 29px;
}

.enlaces a {
    text-decoration: none;
    color: #579f95;
}

.enlaces a:hover, .enlaces a:link, .enlaces a:visited {
    color: #579f95;
    text-decoration: none;
}

.centrado{
    overflow: auto;
    display: inline-block;
}

.icon-responsive{
    max-width: 80px;
    max-height: 80px;
}

.seccion{
    /*overflow: auto;*/
    font-weight: 500; 
    line-height: 30px;
    font-size: large;
    margin: 15px;
    border-radius: 20px; 
    padding: 3%;
    background-color: #f4f4f4;
    text-align: center;
}

.seccion i{
    font-size: 17px;
    color: #717175;
    font-weight: 300;
}

.seccion a:hover{
    text-decoration: none
}  

.seccion hr, .slider-promociones hr, .principal_blog hr{
    border: none;
    margin-top: 0px;
    height: 1px;
    background-color: #2C4F55;  
}

.entry-content p, .entry-summary p {
    line-height: 23px;
}

.titulo-sec{
    font-size: 21px;
    font-weight: 400;
    color: #5a5b5a;
    /*padding-bottom: 25px;*/
}

/******************* FACEBOOK FEED *****************/

.col-md-4-face{
    width: auto;
    float: left;
}

.fb_iframe_widget {
    display: block !important; 
    text-align: center;
    margin-bottom: 30px;
}

.fb_iframe_widget iframe{
    border-radius: 5px;
    z-index: 100;
}

/*************** TWITTER FEED ***********/



/*********** PRINCIPAL **********/

.botones-loc-principal{
    text-align: center;
}

.bxslider_prinpipal{
    list-style: none;
}

.slider-prin{
    margin-top: 0px;
}

.slider-marcas{
    width: 100%;
    overflow: auto;
    text-align: center;
}

.slider-marcas li{
    padding: 10px;
}


.slider-marcas h3{
    color: #5a5b5a;
    margin-bottom: 2%;
}

.slider-promociones{
    margin-top: 6%;
    text-align: center;
    margin-bottom: 100px; 
}

.slider-promociones hr {
    width: 210px;
}

.slider-promociones .bx-wrapper, .principal_blog .bx-wrapper{
    margin-top: 30px;
}

.botones-loc-principal{
    margin-top: 30px;
}

.contenido-foot{
    background-color: transparent;
    margin-top: 0px;
    padding: 0px;
}

.contenido-foot hr{
    width: 230px;
}

#contenedor_principal{
    margin-top: 0
}

.contenedor-principal{
    margin-left: 20%;
    margin-right: 20%;
}

.contenedor-equipo{
    margin-left: 5%;
    margin-right: 5%;
}

.contenedor-rrss{
    margin-left: 10%;
    margin-right: 10%;
}

.map-principal{
    height: 300px !important;
}

.principal_dir{
    text-align: center;
    margin-bottom: 6%;
}

.tlf-principal{
    margin-top: 10px;
}

.telefono{
    font-size: 30px;
}

.principal_dir span{
    font-size: medium;
    font-weight: 300;
    line-height: 22px;
} 

.principal_dir span .dir-res{
    color: #6BA329 ;
}

.principal_dir button{
    font: 20px/20px 'Roboto', sans-serif;
    font-weight: 400; 
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    background-color: #6BA329;
    width: 200px;
    height: 40px;
    border-radius: 5px;
}

.s-button{
    margin-left: 20px;
}

.principal_dir button:hover{
    -webkit-transition:.4s ease;
    -moz-transition:.4s ease;
    -o-transition:.4s ease;
    transition:.4s ease;
    border: 1px solid #2C4F55;
    color: #2C4F55;
    background-color: #fff;
}

.principal_dir img{
    margin-bottom: 19px;
    max-width: 80px;
}

.principal_hor{
    margin-bottom: 30px;
}

.principal_hor .seccion{
    text-align: left !important;
}

.principal_hor .hora_desc{
    max-width: 100%;
    font-size: 18px;
    color: #6E6E6E;
}

.principal_hor .info{
    width: 70%;
    float: right;
    display: inline-block;
    font-size: large !important;
}

.cursiva_hor{
    display: block;
    line-height: 23px;
}

.principal_blog{
    margin-top: 8%;
    text-align: center;
}

.principal_blog hr {
    width: 370px;
}

.row-equipo{
    margin-top: 30px;
    padding-left: 0px;
}

.row-equipo a{
    position: relative;
}

.equipo-overlay{
    border-radius: 100%;
    position: absolute;
    top: -93px;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 200px;
    opacity: 0;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
}

.enlace_alvaro:hover .equipo-overlay{
    opacity: 0.3;

}

.equipo-overlay i.fa{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 100px;
    color: #fff;
}

.row-equipo li{
    margin-top: 30px;
    width: 30%;
    float: none;
    display: inline-block;
    text-align: center;
    color: #767676;
    transition: .4s ease;
}

.row-equipo li i{
    font-weight: 400;
    font-size: 17px;
}

.row-equipo li span{
    font-size: 19px;
}

.row-equipo li img{
    margin-bottom: 10px;
    border-radius: 100%;
}

.seccion-equipo{
    background-color: transparent;
    margin-top: 0px;
    padding-top: 0px;
}

.seccion-equipo hr{
    width: 130px;
}

.section-map{
    margin-top: 0px;
    overflow: visible;
}

.textoDestacadas {
    font-size: 14px;
    color: #5d5d5d;
}

.tituloDestacadas {
    color: #717175;
    margin-top: 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;   
}

.titulo-principal{
    font-size: 22px;
    color: #5a5b5a;
}

.bxslider-promociones a, .bxslider-blog a{
    text-decoration: none;
    font-weight: 300;
}

#colaboraciones h3{
    color: #5a5b5a;
    margin-bottom: 4%;
    position: relative;
    text-align: center;
}

#colaboraciones h3:before{
    width: 220px;
    height: 1px;
    background: #5a5b5a;
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}

.logo-colaborador{
    height: 140px;
    margin-top: 20px;
    vertical-align: middle;
    position: relative;
}

.logo-colaborador img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*********** HORARIO **********/

.cerrado{
    padding-left: 10px;
    border-left: 4px solid #C30;
}

.column{
    float: left;
}

.col-izqda{
    padding-right: 20px; 
    border-right: 1px solid #579f95;
    text-align: right;
}

.col-dcha{
    padding-left: 20px;
    text-align: left;
}

.horario-icono-titulo{
    margin-bottom: 10px;
}

.seccion-horario hr{
    width: 180px;
}

.seccion-horario img{
    margin-bottom: 5px;
    display: inline-block;
    max-width: 80px;
}

.días-hor{
    font-weight: 400;
}

.caja-hor-prin{
    margin: 0px 10%;
}

.borde-dcha{
    border-right: 1px solid #16444F;
}

.direccion{
    padding: 0 10px;
}
/***************** CONTACTO *********************/

.seccion-contacto i{
    line-height: 25px;
    display: block;
    text-align: center;
}

.seccion-contacto i span{
    margin: 0 auto;
    display: block;
    width: 70%;
}

.seccion-contacto .telefono{
    display: inline-block !important;
    width: auto !important;
}

.caja-tel{
    display: inline-block;
}

.seccion-contacto hr{
    width: 180px;
}

.seccion-contacto img{
    width: 66px;
    margin-bottom: 5px;
}

.formulario{
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
}

.formulario h3{
    color: #5a5b5a;
}

#formulario textarea{
    width:100%;
    height:170px;
    resize:none;
    margin:23px 0 0 0;
    overflow:auto;
    color:#717175;
    outline:none;
    border:none;
    font:400 18px 'Roboto', sans-serif;
    padding:10px 15px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background-color: #D2D3D5;
}

#formulario input[type="text"]{
    width:100%;
    border:none;
    font:400 18px 'Roboto', sans-serif;
    padding:7px 15px;
    margin:23px 0 0;
    color:#717175;
    outline:none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background-color: #D2D3D5;
}

#formulario button[type="submit"]{
    outline:none;
    margin-top: 23px;
    cursor:pointer;
    color: #fff;
    text-transform:capitalize;
    font:300 18px 'Roboto', sans-serif;
    padding:10px 75px 10px 15px;
    border: none;
    background: #6BA329 url('../img/icons/CONTACTO/comment-hover.png') no-repeat 93% 10px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-transition:.4s ease;
    -moz-transition:.4s ease;
    -o-transition:.4s ease;
    transition:.4s ease;
    float: right;
}

#formulario button[type="submit"]:hover{
    border: 1px solid #6BA329 ;
    background-color: #fff;
    color: #6BA329;
    font-weight: 400;
    background-image:url('../img/icons/CONTACTO/comment.png');
    clear: both;
}

.error{
    color: #C30;
}

.success,
.loading{
    color:#579f95;
    padding:10px 0px 0px;
}

.comprobar-form{
    margin-top: 20px;
}

/***************** LOCALIZACIÓN *********************/

.map-section{
    height:600px;
}

#map_canvas{
    width:100%;
    height:100%;
}

#content-boolean{
    overflow:hidden;
    background-color:#fff;
    padding:10px;
    padding-top:0px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color:#062e48;
    line-height: 20px;
}

#content-boolean h1{
    font-size:15px;
    padding-top:0;
}

#content-boolean p{
    font-size:15px;
    margin:0;
}

.localizacion hr{
    width: 230px
}

/***************** SERVICIOS *********************/

.contenedor-servicios{
    margin-bottom: 7%;
}

.contenedor-servicios hr{
    width: 180px;
}

.seccion-servicio{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.seccion-servicio span:first-child i{
    color: #848484;
    font-size: 25px;
    font-variant: small-caps;
    font-weight: 400;
}

.seccion-servicio p{
    text-align : justify;
    font-size:17px;
    line-height: 25px !important;
}

.seccion-servicio img{
    margin-top: 17px;
}

.seccion-servicio div{
    margin-top: 20px;
}

.oculta-md{
    visibility: hidden;
}
/******************* MEDIA QUERYS *********************/


@media only screen and (min-width:1200px){

    .container {
        width: 1200px;
    }

    .icons img{
        width: 20%;
        height: 20%;
        display: inline-block !important;
        margin-right: 10px;
        float: right;
    }

    .main-slider .img{
        background-position: 0px -100px !important;
    }

    .roll-slider .main-slider ul.slides li div.content .big-text{
        font-size: 5vw;
    }

    .p-rigth{
        float: right !important;
    }

    .section-head{
        width: 100%;
        position: relative;
        display: block;
    }

    .logo-header {
        margin-top: 50px;
    }
}
@media only screen and (min-width:2000px){
    .roll-slider .main-slider .flex-viewport, .roll-slider .main-slider ul.slides, .roll-slider .main-slider ul.slides li, .roll-slider .main-slider ul.slides li div.img, .roll-slider .main-slider ul.slides li div.content, .roll-slider .main-slider ul.slides li div.row, .roll-slider .main-slider ul.slides li div.col-md-12{
        height: 850px !important;
    }
    .slides .overlay{
        height: 850px !important
    }
    .roll-slider{
        height: 900px !important;
    }
    .roll-slider .main-slider{
        height: 850px  !important;
        padding-bottom: 0px !important;
    }
    .roll-slider .main-slider .flex-control-nav{
        bottom: -50px;
    }
    .main-slider .img{
        background-position: 0px -150px !important;
    }
    .roll-slider .main-slider ul.slides li div.col-md-12 div.text {
        top: 15%;
    }
    .roll-slider .main-slider ul.slides li div.content .big-text {
        font-size: 5vw;
        line-height: 4.5vw;
    }

    .row-equipo li{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width:1024px) {
    #menu-header{padding-top: 5%;}
}

@media only screen and (max-width:992px){

    .activo:after{
        bottom: 0px;
    }

    .header-2 {
        background-color: #292929;
        z-index: 999;
        position: relative;
    }

    .header-2 .logo {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 5px !important;
    }

    .header2 .logo a{
        text-align: center;
        width: 100%;
    }

    .btn-menu {
        display: block;
        height: 60px;
        line-height: 60px; 
    }

    .header-2 .btn-menu i{
        color: #fff;
    }

    .icons{
        padding-bottom: 10px;
        position: relative;
        left: 49%;
        transform: translate(-51%);
        -webkit-transform: translate(-51%);
    }


    .icons img{
        display: inline-block !important;
        margin: 10px;
        width: 30px !important;
        height: 30px !important;
    }

    .col-menu{
        padding-right: 0px !important;
    }

    .contenedor-principal {
        margin: 6%;
        border-radius: 10px !important;
    }

    .hora_logo, .hora_desc{
        text-align: center;
    }

    .p-rigth{
        float: none !important;
    }

    .roll-slider .main-slider .flex-viewport, .roll-slider .main-slider ul.slides, .roll-slider .main-slider ul.slides li, .roll-slider .main-slider ul.slides li div.img, .roll-slider .main-slider ul.slides li div.content, .roll-slider .main-slider ul.slides li div.row, .roll-slider .main-slider ul.slides li div.col-md-12{
        height: 450px !important;
    }
    .slides .overlay{
        height: 450px !important
    }
    .roll-slider{
        height: 500px !important;
    }
    .roll-slider .main-slider{
        height: 450px;
        padding-bottom: 0px !important;
    }
    .roll-slider .main-slider .flex-control-nav{
        bottom: -50px;
    }
    .main-slider .img{
        background-position: 0px 0px !important;
    }

    #twitter-widget-0{
        margin-bottom: 20px !important;
        margin-left: 10px;
    }

    .roll-slider .main-slider ul.slides li div.content .big-text{
        font-size: 5vw;
        line-height: 5vw;
    }

    .texto1{
        top: 330px;
    }
    .texto2, .texto3{
        top: 300px;
    }

    .seccion-servicio{
        text-align: center !important;
    }

    .seccion-servicio p{
        margin-top: 10px;
    }

    .seccion-servicio img {
        margin-bottom: 0px; 
        margin-top: 0px; 
    }

    .seccion-servicio span:first-child i {
        margin-left: 0px;
    }

    .oculta-sm{
        display: none;
    }

    .oculta-md{
        visibility: visible;
    }

}

@media only screen and (max-width:877px) {

    .caja-tel{
        display: block;
    }
    .col-md-4-face{
        width: 100%;
        margin-bottom: 20px;
    }

    #twitter-widget-0{
        min-width: 280px !important;
    }

    .seccion-contacto i span{
        width: 80%;
    }
}

@media only screen and (max-width:767px) {

    #bottom-menu{
        float: none;
        padding-top: 15px;
    }

    .contenido-foot h3{
        text-align: center;
    }

    .contenido-foot{
        padding-left: 0%;
        padding-right: 0%;
    }

    .copy{
        float: none;
        text-align: center;
        margin-top: -10px !important;
    }

    #formulario button[type="submit"]{
        float: none;
    }

    .foot-logo{
        text-align: center;
        margin: 10px auto;
    }

    .icons img{
        display: inline-block !important;
        margin-right: 10px;
    }

    #menu-header{
        text-align: center;
    }

    #menu-header a{
        font-size: 14px;
        line-height: 30px;
        float: none !important;
    }

    .map-section{
        height:400px;
    }

    .seccion{
        font-size: medium !important;
    }

    .titulo-sec{
        font-size: large;
    }

    .principal_dir span{
        font-size: medium;
        line-height: 25px;
    }

    .principal_dir button{
        font: 18px/18px 'Roboto', sans-serif;
        width: 150px;
        height: 30px;
    }

    .principal_hor .hora_desc i{
        font-size: medium;
    }

    .redes-sociales {
        display: block;
    }

    .seccion-servicio:first-of-type{
        border-top: none;
    }

    .seccion-servicio{
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        text-align: center !important;
        border-top: 1px #6BA329 dotted;
    }

    .seccion-servicio span:first-child{
        font-size: medium !important;
    }

    .seccion-servicio p{  
        font-size:15px;
    }

    .seccion-servicio img{
        margin-top: 17px;
    }

    .slider-marcas h3{
        margin-bottom: 6%;
    }

    #twitter-widget-0{
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .localizacion hr{
        width: 140px
    }

    .contenedor-servicios hr {
        width: 130px;
    }

    .seccion-contacto hr{
        width: 130px;
    }

    .row-equipo li{
        width: 49% !important;
    }

    .borde-dcha{
        padding-bottom: 10px;
        margin: 0 auto 10px auto;;
        width: 180px;
        border-right: none;
        border-bottom: 1px dotted #6BA329;
    }

    .logo-colaborador{
        height: auto;
        position: relative;
    }

    .logo-colaborador img{
        position: relative;
    }

}

@media only screen and (max-width:480px){

    .cerrado{
        font-size: medium;
    }

    .centrado i{
        font-size: small;
    }

    .col-menu{
        padding-right: 0px !important;
    }

    .contenedor-principal {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .enlaces{
        float: none;
        padding: 18px;
        text-align: center;
    }

    .equipo-overlay{
        top: -96px;
    }

    footer{
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 30px;

    }

    .footer-rrss{
        margin-top: 20% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
        border-radius: 0px !important;
        padding: 0px  !important;
    }

    .footer-rrss h3{
        margin-top: 20px;
    }

    .f-button {
        margin-bottom: 9px;
    }

    .hora_logo, .hora_desc, .pad-resp{
        padding-left: 0px;
        padding-right: 0px;
    }

    #twitter-widget-0{
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #cff.cff-fixed-height{
        height: auto !important;
        overflow-y: hidden;
    }

    .logo-header {
        width: 80%;
        margin-left: auto;
        margin-right: auto; 
    }

    .map-section{
        height:250px;
        margin-top: 20px;
    }

    .principal_hor img{
        min-width: 28%;
        min-height: 28%;
    }

    .principal_hor .info{
        float: left;
        font-size: small !important;
    }

    .seccion-equipo .col-md-3:first-child{
        margin-top: 0px;
    }

    .seccion-equipo .col-md-3{
        margin-top: 30px;
    }

    .seccion{
        font-size: small !important;
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 25px;
    } 

    .seccion-contacto i {
        font-size: medium;
    }

    .slider-marcas h3{
        margin-bottom: 8%;
    }

    .slider-promociones {
        margin-top: 45px;
        margin-bottom: 80px;
    }

    .icon-responsive{
        width: 25%;
    }

    .seccion span{
        font-size: large !important;
    }

    .principal_dir span{
        font-size: medium !important;
        line-height: 25px;
        display: block;
    }

    .principal_dir button{
        font: 17px/17px 'Roboto', sans-serif !important;
        width: 120px !important;
        height: 25px !important;
    }

    .roll-slider {
        height: 350px !important;
    }
    .roll-slider .main-slider {
        height: 300px;
        padding-bottom: 0px !important;
    }
    .roll-slider .main-slider .flex-viewport, .roll-slider .main-slider ul.slides, .roll-slider .main-slider ul.slides li, .roll-slider .main-slider ul.slides li div.img, .roll-slider .main-slider ul.slides li div.content, .roll-slider .main-slider ul.slides li div.row, .roll-slider .main-slider ul.slides li div.col-md-12{
        height: 300px !important
    }
    .slides .overlay {
        display: none;
    }
    .roll-slider .main-slider ul.slides li div.content .big-text {
        display: none;
    }
    .roll-slider .main-slider ul.slides li div.img{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .main-slider .img {
        background-position: 0px 80px !important;
    }
    .seccion-servicio{
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
    }

    .seccion-horario hr{
        width: 95% !important;
    }

    .seccion-contacto i span{
        font-size: medium !important;
        width: 100%  !important;
    }

    .row-equipo li {
        width: 100% !important;
    }

    .principal_blog hr {
        width: 95% !important; 
    }
    .telefono{
        font-size: 20px;
    }
}

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

    #bottom-menu a{
        margin-right:12px;
        margin-left:12px;
        font-size:12px;
    }
    #bottom-menu span{
        padding: 0 5px;
    }

    .btn-menu-resp{right:21px;}
}

@media only screen and (max-width:1200px) {

    .icons img{
        width: 30px;
        height: 30px;
        display: inline-block !important;
        margin-right: 10px;
        float: right;
    }

    .p-rigth{
        float: right;
    }

    .section-head{
        width: 100%;
        position: relative;
        display: block;
    }

    .contenedor-principal {
        margin-left: 10%;
        margin-right: 10%;
    }

    .contenedor-equipo {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }

    .row-equipo li{
        width: 32%;
    }

}

@-webkit-keyframes roll-slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInLeft {
    -webkit-animation-name: roll-slideInLeft;
    animation-name: roll-slideInLeft;
}

@-webkit-keyframes roll-slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInRight {
    -webkit-animation-name: roll-slideInRight;
    animation-name: roll-slideInRight;
}

@-webkit-keyframes roll-slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInUp {
    -webkit-animation-name: roll-slideInUp;
    animation-name: roll-slideInUp;
}

@-webkit-keyframes roll-slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInDown {
    -webkit-animation-name: roll-slideInDown;
    animation-name: roll-slideInDown;
}

@-webkit-keyframes roll-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes roll-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flex-active-slide .roll-fadeIn {
    -webkit-animation-name: roll-fadeIn;
    animation-name: roll-fadeIn;
}

@-webkit-keyframes roll-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes roll-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInLeft {
    -webkit-animation-name: roll-fadeInLeft;
    animation-name: roll-fadeInLeft;
}

@-webkit-keyframes roll-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes roll-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInRight {
    -webkit-animation-name: roll-fadeInRight;
    animation-name: roll-fadeInRight;
}

@-webkit-keyframes roll-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes roll-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInUp {
    -webkit-animation-name: roll-fadeInUp;
    animation-name: roll-fadeInUp;
}

@-webkit-keyframes roll-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes roll-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInDown {
    -webkit-animation-name: roll-fadeInDown;
    animation-name: roll-fadeInDown;
}