div:where(.swal2-container) div:where(.swal2-popup){
    background: #001c3d !important;
    padding: 30px !important;
}
div:where(.swal2-container) h2:where(.swal2-title){
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal !important;
    font-size: 22px !important;
}
div:where(.swal2-container) div:where(.swal2-html-container){
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
div:where(.swal2-container) .swal2-input{
    background: #ffffff !important;
    color: #000000 !important;
}
div:where(.swal2-container) div:where(.swal2-footer){
    color: #ffffff !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background: #45a54d !important;
    &:hover{
        background: #347c3a !important;
    }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){
    background: #cc0000 !important;
    &:hover{
        background: #7f0000 !important;
    }
}
.buscador{
    width: 50%;
    border: 1px solid #003067;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
.registro-distribuidor{
    padding: 30px 30px;
}
.azul-login #frm-login{
    width: 100%;
}
.gris-tr{
    background: #F5F5F5;
}
.azul-login{
    background: rgb(0,28,61);
    background: linear-gradient(180deg, rgba(0,28,61,1) 0%, rgba(25,50,80,1) 25%, rgba(50,73,99,1) 50%, rgba(76,96,119,1) 75%, rgba(102,118,138,1) 100%);
    padding: 60px 30px;
    border-radius: 5px;
    text-align: center;
}

.input-password{
    position: relative;
    span.ver-password{
        position: absolute;
        width: 45px;
        height: 45px;
        border-left: .5px solid #dbdbdb;
        z-index: 1;
        top: 0;
        right: 0;
        text-align: center;
        padding: 10px 0;
        border-radius: 0 5px 5px 0;

        &:before{
            content: '\f070';
            font: normal normal normal 15px/1 FontAwesome;
            position: relative;
            width: 15px;
            height: 15px;
            cursor: pointer;
            font-size: 25px;
            color: #001c3d;
        }
        &.ver{
            background: #001c3d;

            &:before{
                content: '\f06e';
                font: normal normal normal 15px/1 FontAwesome;
                position: relative;
                width: 15px;
                height: 15px;
                cursor: pointer;
                font-size: 25px;
                color: #ffffff;
                z-index: 1;
            }
        }
    }
}


.modal{
    overflow: auto !important;
}
.iframe-pdf{
    border: 0;
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
}
body{
	padding: 0;
	&.home-body-video{
		padding: 120px 0 0 0;
	}
    &.body-distribuidores{
        padding: 120px 0 0 0;
    }
    &.overflow-hidden{
        overflow: hidden;
    }
}
h6.logo{
	position: absolute;
	z-index: 9;
	filter: brightness(0) invert(1);
}
#header-main{
	z-index: 999;
	background: transparent;
/*    border-top: 1px solid #CCD1D8;*/
	border-top: 0;
    box-shadow: unset;
    &.otro-home{
    	background: #001C3D !important;
    	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) !important;
    }
    &.head-distribuidores{
        background: #003067;
        a.a-azul{
            color: #ffffff !important;
        }
    }
}
.header-main.isFixed{
	height: 70px !important;
	transition: all .5s;
	.info{
		display: none !important;
	    transition: all .5s;
	}
	h6.logo{
		margin-top: 5px;
	}
}
.home{
	height: 600px;
}
.home h1{
	font-size: 45px;
	line-height: 50px;
}
.h2-es-p{
	font-size: 20px;
	line-height: 25px;
}
.header-main.isFixed.home-video{
	background: #001C3D !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) !important;
}
#header-main .info .phone, #header-main .info .telefono{
	color: #ffffff;
}
#header-main .info a{
	color: #8899a9;
}
.idioma.btn-gral{
	background: #ff9f19;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 40px;
    margin-right: calc(117px + 15px);
    padding: 12px 5px;

    &.en{
    	margin-right: calc(53px + 15px) !important;
    }
	&:hover{
		background: #7f4f0c;
	}
}
#header-main .info .separador{
	display: none;
}
#header-main .menu-main li.activo a:after{
    width: 100%;
    height: 5px;
    background: #0080bb;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
#header-main .menu-main li:hover.sub a.main-sub, #header-main .menu-main li a:hover, #header-main .menu-main li.activo a{
	color: #0080bb;
}
#header-main .menu-main li a{
	color: #ffffff;
}
.slick-slider{
	overflow: hidden;
}
#header-main .menu-main li a{
	font-size: 16px;
}
.slick-prev, .slick-next{
    background: rgba(54, 96, 160, .2);
    height: 45px;
    width: 35px;
    z-index: 1;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus{
	background: #457197;
}
.border{
	border: .5px solid red;
}
.position-sticky{
	position: sticky;
	top: 0;
	transition: all .5s;
}
.right-producto{
	margin-top: 135px;
	&.is-fixed{
		top: 95px;
		transition: all .5s;
	}
}
.div-productos{
	position: relative;
	padding: 5px 0;
	h1{
		font-size: 40px;
		line-height: 45px;
		color: #3660a0;
		font-weight: 700;
		.branding-icono{
			position: relative;
		    display: inline-block;
		    margin-left: 0;
		    object-fit: contain;
		    object-position: center;
		    width: 45px;
		    height: 45px;
    		margin-bottom: 0;
		}
	}
	&:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(0, 48, 103, .1);
		margin-left: 0;
		margin-bottom: -10px;
	}
	&.is-fixed{
		position: sticky;
		z-index: 9;
		top: 74px;
		transition: all .5s;
		background: #fff;
        height: 60px;
        padding: 8px 0;
        h1{
	        font-size: 25px;
        	line-height: 20px;
        	.branding-icono{
        		width: 25px;
        		height: 25px;
	        	margin-bottom: 0;
        	}
        }
        h2{
        	font-size: 15px;
        	line-height: 10px;
        }
        .h20{
        	height: 5px;
        }
        &:after{
        	margin-bottom: 0;
        }
	}
}
.btn{
	float: unset;
    display: inline-block;
}
.top-description .btn-regresar{
	float: unset;
	margin: 0 auto;
}
/*body{
	overflow: unset;
}*/
.top-description img{
	max-height: 300px;
	object-position: center;
	object-fit: contain;
}
.slick-slider{
	margin-top: 30px;
}
.h4-para-que, .caracteristicas-producto h4, .ventajas-producto h4{
	font-size: 18px;
    line-height: 23px;
    color: #0080bb;
    font-weight: 700;
}
.ul-usos{
	li{
		position: relative;
        width: calc(33.33% - 5px);
        height: 90px;
        display: inline-block;
        border-radius: 50px;
        background: rgba(121, 173, 211, .1);
        overflow: hidden;
        padding: 35px 5px 0 110px;
        float: left;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 20px;
		img{
			display: inline-block;
            width: 90px;
            height: 90px;
            object-position: center;
            object-fit: contain;
            border-radius: 50%;
            position: absolute;
            top: 0;
            margin-top: 0;
            left: 0;
		}
	}
}
.caracteristicas-producto{
	ul{
		li{
            width: 50%;
            float: left;
            font-size: 14px;
            line-height: 19px;
            margin-bottom: 12px;
            padding: 0 25px 0 0;
/*            border-bottom: .1px dashed #dbdbdb;*/
            height: 20px;
            margin-bottom: 25px;
		}
	}
}
.top-description h3{
    font-size: 18px;
    line-height: 23px;
}
.caracteristicas-producto p{
    display: inline-block;
    width: 100%;
    position: relative;
    height: 20px;
}
.bomba-1{
	margin: -125px 0 0 -50px;
}

.ui-tabs-vertical {
	width: 200px;
}
.ui-tabs-vertical .ui-tabs-nav {
    padding: 15px;
    float: left;
    width: 250px;
    height: 290px;
    background: #001c3d;
    border: 0;
    border-radius: 0;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left; */
    height: 70px;
    width: 100%;
    /* border-bottom-width: 1px !important; */
    /* border-right-width: 0 !important; */
    /* margin: 0 -1px .2em 0; */
    text-wrap: auto;
    border-radius: 15px;
    border: 0;
    margin: 0;
    margin-bottom: 15px;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	/*padding-bottom: 0; */
    /* padding-right: .1em; */
    /* border-right-width: 1px; */
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display:block;
}
.ui-tabs-vertical .ui-tabs-panel {
	padding: 0;
	float: right;
	width: calc(100% - 250px);
}

.tabs-productos{
    /* border: 0; */
    height: auto;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background: transparent;
    overflow: hidden;
/*    border: .5px solid red;*/

    &.ui-widget.ui-widget-content{
        border: 0;
        border-radius: 15px;
        padding: 15px 0;
/*        box-shadow: 0px 0px 10px 1px rgba(219,219,219, .2);*/
    }
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-active{
    background: #003067;
    a{
    	color: #ffffff;
    }
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding: 15px;
    text-decoration: none;
    background: transparent;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 10px;
    height: 100%;
    font-size: 14px;
    line-height: 19px;
}
.producto-item{
	height: 290px;
	&:hover{
		.front{
	    	opacity: .1;
	    	transition: all .2s;
            position: absolute;
            top: 0;
            z-index: 2;
		}
		.back{
		    z-index: 1;
    		background: rgba(0, 128, 187, .2);
    		transition: all .2s;
    		height: 100%;
		}
	    
	}
}
.producto-item .front{
	height: 290px;
	z-index: 0;
	transition: all .5s;
}
.producto-item .back{
    position: absolute;
    top: 0;
    left: 0;
	height: 0;
 	background: rgb(0, 128, 187);
 	z-index: -1;
 	transition: all .5s;
}
.div-desde{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.producto-item figure{
	margin-top: 20px;
}
.btn-regresar.me-interesa, .btn-ver.btn-selector{
	width: 200px;
}
#header-main .menu-main li .submenu{
    width: 730px;
    padding: 5px 15px;
}
#header-main .menu-main li .submenu ul li{
    width: 100%;
    padding: 5px 15px;
    height: 35px;
    float: left;
    cursor: pointer;
    border-radius: 0;
}
#header-main .menu-main li .submenu ul li:hover{
	border-radius: 0;
}
#header-main .menu-main li .submenu ul li a:first-child{
	line-height: 25px;
}
.div-cincuenta{
	position: relative;
	width: 50%;
	height: auto;
	float: left;
/*	border: .5px solid red;
}
#header-main .menu-main li .submenu strong.categoria{
    background: rgba(0, 128, 187, 1);
    color: #fff;
    height: 30px;
    padding: 4px 15px;
/*    border-radius: 15px;*/
    box-shadow: inset 0px 0px 0px 0px #dbdbdb;
    border-right: .1px solid #ffffff;
}
.h3-productos{
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
}
h5{
	color: #9e9e9e;
}
.tabs-productos-menu.ui-tabs-vertical{
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    font-family: inherit;
}
#header-main .menu-main li .submenu ul{
	background: white;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 270px;
}
.tabs-productos-menu ul.ui-tabs-nav{
    border-right: 1px solid #001c3d !important;
}
.tabs-productos-menu .ui-tabs-panel ul{
    width: 100% !important;
    li{

    }
}
.vertical-menu{
    position: relative;
/*    border: .5px solid red;*/
    height: auto;
    overflow: hidden;
    ul.ul-opciones{
	    position: relative;
    	float: left;
	    height: auto;
	    overflow: hidden;
/*	    border: .5px solid red;*/
        border-right: 1px solid #001c3d !important;
        li{
        	&.active{
    		    background: #003067 !important;
    		    a{
    		    	color: #ffffff !important;
    		    }
        	}
        }
    }
}
.div-contenido{
    position: relative;
    width: calc(100% - 270px);
    float: left;
    height: auto;
    ul{
        width: 100% !important;
    }
}
.mfp-figure figure{
    background: rgba(255, 255, 255, .8);
}
a.a-zoom{
    cursor: zoom-in;
}
.div-mapa{
	position: relative;
	width: 100%;
	height: auto;
    padding: 60px 0;
    overflow: hidden;

	#Gmap{
		border: 0;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 33%;
	    height: 100%;
	    margin-left: 0;
        filter: grayscale(1);
    	transition: all 0.3s ease-in-out;
    	&:hover{
		    filter: grayscale(0);
    	}
	}
	.iframe-derecha{
		position: absolute;
		top: 0;
		right: 0;
		width: 33%;
		height: 100%;
		filter: grayscale(1);
    	transition: all 0.3s ease-in-out;
    	&:hover{
		    filter: grayscale(0);
    	}
	}
}
.a-enlace{
	&:hover{
		color: #00334a;
		font-weight: 700;
	}
}
.a-azul{
	color: #0080bb !important;
	&:hover{
		color: #00334a !important;
	}
}
.spn-fecha-actualizacion{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    height: auto;
    margin-top: 10px;
    font-size: 10px;
}

.btn-certificados-y-reconocimientos{
    padding: 17px 25px;
}
.atable{
	width: 100%;
    height: 100%;
    display: table;
    .ath {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }
}
.secciones-paginas{
	h1, h2, h3, p{
		color: #ffffff;
	}
}
.campo-formulario input, .campo-formulario select, .campo-formulario textarea{
	width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    height: 45px;
}
.bomba-2{
	overflow: hidden;
	height: 400px;
	padding: 66px 0;
}
.bomba-2 img{
	top: 0;
	margin-top: 0;
	margin-right: -15px;
}

.h3-qpumps{
	font-size: 35px;
	line-height: 40px;
}

.img-logo-aboutus{
    width: 500px;
    height: auto;
    margin-bottom: 25px;
}
.spn-fecha-actualizacion{
	text-align: center;
}
.img-personaliza{
	filter: grayscale(1);
    width: 100%;
    height: 45px;
    object-fit: contain;
    object-position: center;
}
.modal-header{
	padding-top: 15%;
}
.cerrar-leads{
    width: 55px;
    height: 50px;
    display: inline-block;
    background: url(../img/iconos.png) no-repeat -48px 0;
    box-shadow: unset !important;
    border: 0;
}
.dist-iniciar-sesion{
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 40px;
    width: auto;
    height: auto;
    padding: 12px 5px;
    color: #000000;
}

.cliente{
	img{
		transition: transform .2s; /* Animation */
		&:hover{
  			transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
		}
	}
}

.empresas img{
	filter: grayscale(1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	position: relative;
}
.spn-serie{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}
.titulo-leads{
	color: #ffffff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    /* box-shadow: 0 0 0 #dbdbdb; */
    text-shadow: 5px 3px rgba(255, 255, 0, .2);
    border-bottom: 1px red;
    margin-bottom: 10px;
}
.lista-opciones{
    position: relative;
    width: 100%;
    height: 180px;
    border: .5px solid #dbdbdb;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 40px;
    background: rgba(219, 219, 219, .2);

    overflow-x: unset;
	overflow-y: scroll;

	/* Works on Firefox */
	scrollbar-width: thin;
	scrollbar-color: #003067 #dbdbdb;

	/* Works on Chrome, Edge, and Safari */
	&::-webkit-scrollbar {
		width: 12px;
	}

	&::-webkit-scrollbar-track {
		background: orange;
	}

	&::-webkit-scrollbar-thumb {
		background-color: blue;
		border-radius: 20px;
		border: 3px solid orange;
	}
}

input[type="radio"].pag-configurador{
    display: none;
    &+label{
    	float: left;
    	cursor: pointer;
        position: relative;
        left: 0;
        top: 0;
        z-index: unset;
        width: calc(33.33% - 18px);
        height: 150px;
        margin-right: 15px;
        border: .5px solid #dbdbdb;
        border-radius: 15px;
        box-shadow: inset 0px 0px 15px 1px rgba(0, 48, 103, .2);
        padding: 15px 15px;
        color: #003067;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
        background: #ffffff;

        img{
        	position: relative;
        	width: 100%;
        	height: 100px;
        	object-position: center;
        	object-fit: contain;
        }
        &.opc-radio-noimg{
        	height: 60px;
        	padding: 20px 0;
        	text-align: center;
        }

        span{
            position: absolute;
            top: 0;
            right: 0;
            margin-top: -10px;
            margin-right: -10px;
            text-align: center;
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #ffffff;
            border: 1px solid #dbdbdb;
            border-radius: 25px;
            /* margin: -3px 8px 0 0; */
            vertical-align: middle;
            /* cursor: pointer;*/
        }
        &:hover{
        	border: .1px solid rgba(0, 255, 0, .5);
        	box-shadow: 0px 0px 7px 1px rgba(0, 255, 0, 1);
        }
    }
    &:checked{
        &+label{
        	background: #003067;
            color: #ffffff;
            box-shadow: 0px 0px 7px 1px rgba(0, 255, 0, 1);
            border: .1px solid rgba(0, 255, 0, .5);

            span{
            	background: #00ff00;
            	border: 0;

                &:after{
                    content: "\f00c";
                    display: inline-block;
                    font: normal normal normal 20px/1 FontAwesome;
                    line-height: 20px;
                    color: #003067;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    vertical-align: top;
                    left: 0;
                    position: relative;
                    font-size: 15px;
                }
            }
        }
    }
}
.detalles-pumps{
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px;
}
.pump-select{
    width: 100%;
    height: 140px;
    object-position: center;
    object-fit: contain;
    border: .1px solid #dbdbdb;
    border-radius: 15px;
    margin-top: 20px;
    display: none;
}
.ul-configurador{
	background: #ffffff !important;
    width: 220px !important;
    padding: 0 !important;

}
.tab-configurador{
	padding: 0 0 0 15px !important;
}
.p-h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.p-resultado{
	font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    color: #003067;
    border-bottom: .1px solid #dbdbdb;
    padding: 15px 0;
}
.wrapper-precio{
	border: .1px solid #0080bb;
}

.formulario-distribuidor{
    label{
        width: 100%;
        display: inline-block;
        position: relative;
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }
    input, textarea, .select{
        border: 1px solid #003067;
        color: #4a627c;
        font-size: 15px;
        line-height: 20px;
    }

}
.btn-recuperar-contrasena{
    color: #ffffff;
}
input:disabled, select:disabled{
    background: #dbdbdb;
    cursor: not-allowed;
}
.btn-cerrar-sesion{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 30px !important;
    margin-top: 30px !important;
    color: #003067;
    width: 200px;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding: 15px;
    margin: 0;
    background: #dbdbdb;
    border-radius: 15px;
}
.footer-ver-lista-pdf{
    padding: 15px 0 15px !important;
    .h30{
        height: 15px !important;
    }
}


/****************************************************
 * MEDIA QUERY
****************************************************/

@media (min-width: 1024px) {
    .div-mapa {
        #Gmap{
            width: 25%;
        }
    }
    .div-mapa {
        .iframe-derecha{
            width: 25%;
        }
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    
	.ui-tabs-vertical .ui-tabs-nav li{
	    width: 100%;
	    clear: unset;
	}
	.div-mapa iframe{
		width: 25% !important;
	}
}
@media (min-width: 320px) and (max-width: 979px) {
    #header-main .menu-main{
    	background: #001C3D;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    .home{
        padding-top: 65px;
    }
	h6.logo{
		position: relative;
	}
	#header-main{
        transition: all .5s;
        height: 255px;
	}
	#header-main .info{
        margin-right: 0;
        text-align: center;
        margin-top: 0;
	}
	#header-main .info .idioma{
        margin-top: 45%;
        display: inline-block;
        height: 25px;
        padding: 12px;
        width: 100px;
        line-height: 0;
        position: absolute;
/*        margin-left: calc(50% - 50px);*/
        margin-left: calc(50% - 130px);
        left: 0;
        &.es{
        	margin-left: calc(50% - 120px);
        }
	}
	.dist-iniciar-sesion{
		margin-top: 45%;
	    height: 25px;
	    padding: 7px 12px;
        margin-right: calc(50% - 34px - 55px);
        &.es{
	        margin-right: calc(50% - 130px);
        }
	}
	body {
        transition: all .5s;
        padding: 0 0 0 0;
        &.home-body-video{
	        padding: 250px 0 0 0;
        }
    }
    .bomba-1{
    	margin: -165px 0 0 0;
    	display: inline-block;
    }
    .tm-align-center{
		text-align: center;
	}
	.home h1{
		font-size: 30px;
	    line-height: 35px;
	    margin-top: 135px;
	}
	.home h1:before{
		position: absolute;
		margin: 0;
	    top: 0;
    	left: 0;
	    margin-top: -35px;
    	margin-left: calc(50% - 45px);
	}
	.ul-usos li{
        width: calc(50% - 5px);
	}
	.caracteristicas-producto ul li {
		width: 100%;
	}
	.ui-tabs-vertical .ui-tabs-nav{
		width: 100%;
	}
	.ui-tabs-vertical .ui-tabs-panel{
	    width: 100%;
	}
	.div-mapa{
	    padding: 0;
	}
	.div-mapa #Gmap{
		position: relative;
    	width: 100%;
    	margin-bottom: 30px;
    	height: 300px;
	}
	#header-main .menu-main li .submenu{
		width: 100%;
		padding: 5px;
	}
	#header-main .menu-main li .submenu ul{
	    width: 100%;
	}
	.div-contenido{
	    width: 100%;
        background: #dbdbdb;
        padding: 15px 0;
	}
	#header-main .menu-main li .submenu ul li{
		height: auto;
	}
	#footer-main .datos{
		text-align: center;
	}
	nav.log{
	    display: none;
	}
	#footer-after{
		text-align: center;
	}
	#footer-after .tright{
		text-align: center;
	}
	.div-desde{
		text-align: center;
	}
	.bomba-2{
		text-align: center;
		height: auto;
	}
	.timeline{
		margin-top: -1px;
	}
	.timeline ul li.in-view div{
		margin-top: 0 !important;
	}
	.timeline ul li{
		padding-top: 40px !important;
	}
	.intro{
    	padding: 100px 0 30px 0;
	}
	.timeline ul li::after{
		bottom: 26% !important;
	}
	.timeline ul li div img{
		height: 220px !important;
	}
	.div-mapa .iframe-derecha{
	    position: relative;
	    width: 100%;
	    height: 300px;
	    margin-bottom: 0;
	}
	.img-logo-aboutus{
		width: 250px;
	}
	.cliente {
	    width: 50%;
	}
	#footer-main input[type='submit']{
		margin-top: 15px;
	}
	.titulo-leads{
		font-size: 30px;
		line-height: 35px;
	}
	#formulario-leads .sub-t, #formulario-garantia .sub-t{
	    font-size: 18px;
    	line-height: 23px;
	}
    .btn-cerrar-sesion{
        position: relative;
        margin-top: 14px !important;
        top: unset;
        left: 0;
        margin-bottom: -52px;
        /* margin-left: calc(50% - 130.5px); */
        margin-right: 0 !important;
        right: unset !important;
        margin-top: 26px !important;
        padding: 8px 0px !important;
        display: inline-block;
        text-align: center;
    }
    #header-main.isFixed .btn-cerrar-sesion{
        margin-top: 5px !important;
    }
    body.body-distribuidores{
        padding: 255px 0 0 0 !important;
    }
    .buscador{
        width: calc(100% - 60px);
        margin: 90px 30px 0 30px;
    }
}








