@charset "UTF-8";
/* STYLE */
@import url(font-awesome.css) screen;
@import url(bootstrap.min.css) screen;
/*@import url(pe-icon-7-stroke.css) screen;*/

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);


/* ======================
   1. GENERAL SECTION
 ====================== */

* {
    margin: 0;
    padding: 0px;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    background-color: #FFFFFF;
    color: #777;
    padding: 0;
    margin: 0;
    /*overflow-x: hidden;*/
    /*background: url(../img/background.jpg);
    background-size: cover;*/
}

li{
    text-decoration: none;
    list-style:none;
}

a{
    color: #000000;
}

p{
    padding: 5px 0px;
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
}
a img {
    border: none;
    vertical-align: bottom;
}



.fte_blanca{
    color: #FFFFFF;
}
.fte_negra{
    color: #000;
}
.fte_roja{
    color: #C42026;
}
.fte_griso{
    color: #262626;
}
.fte_gris{
    color: #5D5E5E;
}
.fte_grisc{
    color: #8E8E8E;
}
.fte_MC{
    font-size: 11px;
}
.fte_CH{
    font-size: 12px;
}
.fte_MD{
    font-size: 18px;
}
.fte_GD{
    font-size: 38px;
}
.fte_negrita{
    font-weight: bold;
}
.fte_Raleway{
    font-family: "Raleway", Helvetica, sans-serif;
}
.fte_Roboto{
    font-family: "Roboto", Helvetica, sans-serif;
}
.fte_Open{
    font-family: "Open Sans", Helvetica, sans-serif;
}
.alinearIzq {
    float: left;
}
.alinearDer {
    float: right;
}
.alinearCen {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/* Padding ____________________________________________*/

/* padding-top */
.pad-t5{
    padding-top: 5px;
}
.pad-t10{
    padding-top: 10px;
}
.pad-t15{
    padding-top: 15px;
}
.pad-t20{
    padding-top: 20px;
}
.pad-t25{
    padding-top: 25px;
}
.pad-t30{
    padding-top: 30px;
}
.pad-t80{
    padding-top: 80px;
}
/* padding-right*/
.pad-r5{
    padding-right: 5px;
}
.pad-r10{
    padding-right: 10px;
}
.pad-r15{
    padding-right: 15px;
}
.pad-r20{
    padding-right: 20px;
}
.pad-r25{
    padding-right: 25px;
}
.pad-r30{
    padding-right: 30px;
}
/* padding-bottom*/
.pad-b5{
    padding-bottom: 5px;
}
.pad-b10{
    padding-bottom: 10px;
}
.pad-b15{
    padding-bottom: 15px;
}
.pad-b20{
    padding-bottom: 20px;
}
.pad-b25{
    padding-bottom: 25px;
}
.pad-b30{
    padding-bottom: 30px;
}
.pad-b70{
    padding-bottom: 70px;
}
/* padding-left*/
.pad-l5{
    padding-left: 5px;
}
.pad-l10{
    padding-left: 10px;
}
.pad-l15{
    padding-left: 15px;
}
.pad-l20{
    padding-left: 20px;
}
.pad-l25{
    padding-left: 25px;
}
.pad-l30{
    padding-left: 30px;
}

/* Margin ____________________________________________*/

/* margin-top */
.mar-t5{
    margin-top: 5px;
}
.mar-t10{
    margin-top: 10px;
}
.mar-t15{
    margin-top: 15px;
}
.mar-t20{
    margin-top: 20px;
}
.mar-t25{
    margin-top: 25px;
}
.mar-t30{
    margin-top: 30px;
}
.mar-t60{
    margin-top: 60px;
}
.mar-t80{
    margin-top: 80px;
}
/* margin-right*/
.mar-r5{
    margin-right: 5px;
}
.mar-r10{
    margin-right: 10px;
}
.mar-r15{
    margin-right: 15px;
}
.mar-r20{
    margin-right: 20px;
}
.mar-r25{
    margin-right: 25px;
}
.mar-r30{
    margin-right: 30px;
}
/* margin-bottom*/
.mar-b5{
    margin-bottom: 5px;
}
.mar-b10{
    margin-bottom: 10px;
}
.mar-b15{
    margin-bottom: 15px;
}
.mar-b20{
    margin-bottom: 20px;
}
.mar-b25{
    margin-bottom: 25px;
}
.mar-b30{
    margin-bottom: 30px;
}
.mar-b70{
    margin-bottom: 70px;
}
/* margin-left*/
.mar-l5{
    margin-left: 5px;
}
.mar-l10{
    margin-left: 10px;
}
.mar-l15{
    margin-left: 15px;
}
.mar-l20{
    margin-left: 20px;
}
.mar-l25{
    margin-left: 25px;
}
.mar-l30{
    margin-left: 30px;
}



/* =================================
    HEADER
===================================*/

/* HEADER-SUPERIOR */
#HEADER-SUPERIOR{
    background: #fff;
}
#HEADER-SUPERIOR li{
    float: left;
    margin-left: 20px;
}
#HEADER-SUPERIOR li:first-child{
    margin-left: 0px;
}
#HEADER-SUPERIOR li>a{
    color: #5e5e5e;
    line-height: 34px;
    display: block;
    font-size: 0.8333em;
}
.iconitoCircular{
    background: #262626;
    color: #C42026;
    padding-top: 4px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 13px;
}
.iconitoCuadrado{
    background: #262626;
    color: #FFFFFF;
    padding-top: 6px;
    border-radius: 2px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 13px;
}
.iconitoCuadrado:hover{
    background: #8E8E8E;
    color: #262626;
}


#logotipo{
    /*position: absolute;
    max-width: 370px;
    left: 20px;
    top: 45px;
    z-index: 1000;*/
}



/* HEADER MENU*/
.navbar {
    position: relative;
    margin-bottom: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
    margin-top: 6px;
}
.navbar-default {
    border-color: transparent !important;
    background-color: transparent !important;
}

.navbar-nav>li>.dropdown-menu {
    background: #5d5e5e !important;
}
.dropdown-menu>li>a {
    white-space: nowrap;
    color: #FFFFFF !important;
    padding: 12px 20px 12px 18px;
    display: block;
    font-size: 0.9167em;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.dropdown-menu>li>a:hover{
    background: #04afe7;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.navbar-default .navbar-nav>li{
	margin-right:3px;}
.navbar-default .navbar-nav>li>a {
    height: 48px;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: bold;
    color: #fff !important;
	background: #d82007 !important;
	border-bottom:solid 2px #000;
	transition:all ease-in-out 0.3s;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
	background: #000 !important;
	border-bottom:solid 2px #d82007;
	transition:all ease-in-out 0.3s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #d82007 !important;
    
    background-color: transparent !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FFFFFF;
}



#subBtnMarcas > a {
    background-color: #D5D5D5 !important;
    color: black !important;
    border-bottom: solid 2px white;
}
ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 700;
    color: #B6B6B6 !important;
    background: transparent !important;
    text-transform: uppercase;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
}
.dropdown-menu .divider {
    background-color: #262626 !important;
}



/*=========================================
    INICIO HOME
============================================*/
/*slide*/  

.BANNER{
    position: relative;
    max-height: 500px;
    padding:0px 0px;
}

.BANNER_IMG{
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    overflow-y: hidden;
}

.BANNER_OVERLAY{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0;
    height: 100%;
}

.banner_textos{
    width: 80%;
    position: absolute;
    bottom: 10%;
    text-align:right;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 2px 2px 3px #000;
    background: rgba(0,0,0,.7);
    border: 1px dotted #8E8E8E;
    padding: 0px 15px;
    margin-left: 15%;
}
.banner_textos span{
    font-weight: bold;
    color: #8E8E8E;
}


.titulo_seccion {
    margin-bottom: 20px !important;
    text-align: center;
    height: 80px !important;
}
.titulo_seccion p {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 14px;
}
.titulo_seccion span {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 4px;
    width: 20px;
    display: block;
    margin-bottom: 23px;
    line-height: 1;
}
.titulo_seccion:after {
    content: '';
    display: block;
    width: 200px;
    height: 4px;
    background-color: #c42026;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}
.titulo_seccion span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #c42026;
    -webkit-transform: skew(0deg, 150deg);
    -moz-transform: skew(0deg, 150deg);
    -ms-transform: skew(0deg, 150deg);
    -o-transform: skew(0deg, 150deg);
    transform: skew(0deg, 150deg);
}
.titulo_seccion span:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: #c42026;
    -webkit-transform: skew(0deg, -150deg);
    -moz-transform: skew(0deg, -150deg);
    -ms-transform: skew(0deg, -150deg);
    -o-transform: skew(0deg, -150deg);
    transform: skew(0deg, -150deg);
}



/*=========================================
    MISIÓN - VISIÓN
===========================================*/
.offer-section {
    display: block;
    padding: 40px 0 40px;
    position: relative;
    width: 100%;
    background: url(../img/misionvision_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    color: #fff;
}
.offer-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.indiustria_item {
    width: 100%;
    min-height: 450px;
    margin-bottom: 15px;
    padding-top: 15px;
    background: rgba(38,38,38,0.7);
}
.indiustria_imagen {
    position: relative;
    width: 100%;
}
.indiustria_imagen img {
    display: block;
    width: 250px;
    height: 250px;
    /*border-radius: 50%;*/
    margin: auto;
    box-shadow: 1px 1px 1px #777;
}
.indiustria_imagen img.thumbnail {
    background-color: rgba(196,32,38,0.7) !important;
    border: 1px solid #000 !important;
}
.indiustria_imagen:hover .overlay {
    background: rgba(196,32,38,0.8);
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 250px;
    /*border-radius: 50%;*/
    transition: .5s ease;
    background: transparent;
    margin: auto;
}
.indiustria_imagen:hover .text {
    color: white;
}
.text {
    width: 250px;
    color: transparent;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 1s ease;
    text-align: center;
}
.indiustria_titulo {
    width: 90%;
    text-align: left;
    color: #C42026;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #C42026;
    padding-top: 15px;
    margin: auto;
}
.indiustria_parrafo {
    width: 90%;
    color: #8E8E8E;
    font-size: 14px;
    text-align: justify;
    margin: auto;
    padding-top: 15px;
}

/*===================================
    SECTORES
=====================================*/
.sectores_item {
    padding: 15px;
    background: rgba(0,0,0,0.9);
    border: 1px solid #FFF;
    min-height: 260px;
    margin-bottom: 30px;
}
.sectores_icono {
    width: 60px;
    display: inline-block;
}
.sectores_txt {
    width: 90%;
    display: inline-block;
    position: relative;
    top: -25px;
    padding: 0px 0px 0px 15px;
    margin-left: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #8E8E8E;
    font-size: 18px;
}



/*=======================================
    MARCAS
=========================================*/
iframe, embed, object {
    max-width: 100%;
}


/*=====================================
    CONTACTO
=======================================*/

#formulario{
    background-image: url(../img/contacto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact-section{
    
    display: block;
    position: relative;
}

.contact-section .titie-section{
    display: block;
    margin-bottom: 20px;
}
.contact-section .titie-section h1{
    color: #fff;
}
.contact-section .left-content{}
.contact-section .left-content h1{
    font-size: 40px;
    font-style:italic;
    margin: 0;
    padding: 0;
    color: #5BCA01;
    line-height: 1;
    font-weight: 300;
}
.contact-section .left-content h1 span{
    color: #d82007;
    font-weight: bold;
}

.contact-section .left-content h3{
    color: #FFF;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-section .left-content p{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Roboto';
}
.contact-section .left-content p b{
    color: #d72007;
}

.contact-section .left-content p{}
.contact-info{
    display: block;
    margin-top: 10px;
}

.contact-info p{
    margin: 0;
}
.social-media{
    display: block;
    margin-top: 10px;
}
.social-media ul{
    margin: 0;
    padding: 0;
    display: block;
}
.social-media ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.social-media ul li a{
    color: #d82007;
}
.social-media ul li a i{
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    text-align: center;
    padding: 7px 0;
}
.social-media ul li a:hover i{
    background: #000;
    border: 1px solid #FFFFFF;
}
.contact-form{
    margin-top: 10px;
    display: block;
}
.contact-form .col-md-6{
    display: block;
    margin-bottom: 30px;
}

.contact-form .input-group{
    width: 100%;
    display: block;
}
/*  COLORES DE LOS PLACEHOLDERS */
input[type="text"].form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d72007;
}
input[type="text"].form-control::-moz-placeholder { /* Firefox 19+ */
    color: #d72007;
}
input[type="text"].form-control:-ms-input-placeholder { /* IE 10+ */
    color: #d72007;
}
input[type="text"].form-control:-moz-placeholder { /* Firefox 18- */
    color: #d72007;
}
textarea.form-control::-webkit-input-placeholder {  
    color: #d72007;
}
textarea.form-control::-moz-placeholder {  
    color: #d72007;
}
textarea.form-control:-ms-input-placeholder {  
    color: #d72007;
}
textarea.form-control:-moz-placeholder { 
    color: #d72007;
}
/*-------*/
.contact-form .input-group input.form-control, .contact-form .input-group textarea.form-control{
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #d82007;
    height: 50px;
    margin-bottom: 10px;
    color: #d72007;
}
.contact-form .input-group input.form-control:focus, .contact-form .input-group textarea.form-control:focus{
    border: 1px solid #d72007;
}
.contact-form .input-group input.form-control:hover, .contact-form .input-group textarea.form-control:hover{
    border: 1px solid #FFFFFF;
}
.contact-form .input-group textarea.form-control{
    height: 150px;
}
/* Texto cuando se hace hover*/
.contact-form .input-group .form-control:focus, .contact-form .input-group .form-control:hover{
    border: 1px solid #d72007;
    box-shadow: none;
    color: #d72007 !important;
}

.contact-form .input-group input.contact-submit{
    display: inline-block;
    background: #d72007 !important;
    padding: 10px 40px;
    border: none;
    color: #fff !important;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.contact-form .input-group input.contact-submit:hover{
    background: #FFFFFF !important;
    color: #000 !important;
}



/*======================================
    F O O T E R
========================================*/

/* NOTICIAS SUSCRIBETE */
.noticiastxt p{
    color: #ffffff;
    margin-bottom: -3px;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
}
.noticiastxt span{
    font-size: 26px;
    font-weight: 600 !important;
    margin-top: 0px !important;
}
.noticiasinputs .form-control {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 0 17px;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.noticiasinputs .submit {
    border: none;
    background: transparent;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 19px
}
.noticiasinputs .submit i {
    font-size: 24px;
}
.btn.btn-md {
    padding-top: 10px;
    padding-bottom: 10px;
}
input::placeholder {
  color: #FFFFFF !important;
}

.ir-arriba.in {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.ir-arriba {
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 100px;
    right: 10px;
    width: 44px;
    height: 44px;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    background-color: #222;
    cursor: pointer;
}
.ir-arriba i {
    font-size: 22px;
    line-height: 44px;
}

/* PIE PÁGINA */
.footerEmpresa{
    background-color: rgb(25, 25, 25);
    color: rgb(186, 186, 186);
    font-size: 16px;
    height: 100%;
}
.footerEmpresa::before{
    content: "";
    display: block;
    background-color: rgb(25, 25, 25);
    width: 1000%;
    right: 100%;
    position: absolute;
    bottom: 0px;
    top: 0px;
        
}
.footerContactoCiudades{
    background-color: rgb(34, 34, 34);
    overflow-x: hidden;
}
.footerContactoCiudades::after {
    content: '';
    display: block;
    background-color: rgb(34, 34, 34);
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}

/* redes sociales*/

.social-profiles a {
    display: inline-block;
    transition: all 0.3s;
}
.social-profiles a i {
    color: #FFFFFF;
}
.social-profiles.circle a + a {
    margin-left: 3px;
}
.social-profiles.circle i {
    background-color: rgba(158,186,196,0.1);
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.social-profiles.circle.icon-small i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #C42026;
}
.social-profiles.circle i:hover {
    background-color: #8E8E8E;
    color: #fff;
}

.widget-title {
    color: #fff;
    border-bottom-color: #eee;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
    border-bottom: 0;
    padding-left: 0;
}
.footer-get-in-touch {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    color: #bababa;
    font-size: 16px;
}
.footer-get-in-touch li {
    display: block;
    line-height: 2.2;
}
.footer-get-in-touch li span {
    display: table-cell;
    vertical-align: top;
}
.footer-get-in-touch li span:first-child {
    padding-right: 10px;
    padding-top: 7px;
    vertical-align: top;
    color: #C42026 !important;
}

.ere-widget-listing-property-taxonomy ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ere-widget-listing-property-taxonomy ul li a {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.ere-widget-listing-property-taxonomy.taxonomy-2-columns ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 6px;
}

.bottom-bar-inner{
    background-color: #fff;
    color: #8f8f8f;
}
.copyright{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

/*Boton Whatsapp*/

.btn-flotante {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    box-sizing: border-box;
}

.btn-flotante:hover {
    transform: translateY(-7px);
}

.btn-flotante img {
    height: 60px;
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}


/*Boton Whatsapp*/


/*
    RESPONSIVE STYLE
 */
@media (max-width: 1200px){

}

@media (max-width: 992px){
    .banner_textos{
        font-size: 26px;
    }
}



@media (max-width: 767px){
    .banner_textos{
        font-size: 22px;
    }
}

@media (max-width: 620px){
    .banner_textos{
        font-size: 14px;
    }
   /* #logotipo{
        max-width: 200px;
        left: 20px;
        top: 60px;
    }*/
}
