3299 lines
68 KiB
CSS
3299 lines
68 KiB
CSS
:root{
|
||
--slider-1: url('../assets/img/Banner-Drenax-1-27-04-desktop.jpg');
|
||
--slider-2: url('../assets/img/Banner-Drenax-2-27-04-desktop.jpg');
|
||
--slider-3: url('../assets/img/Banner-Drenax-3-27-04-desktop.jpg');
|
||
}
|
||
|
||
@media (max-width:479px){
|
||
:root{
|
||
--slider-1: url('../assets/img/Banner-Drenax-1-27-04-mobile.jpg');
|
||
--slider-2: url('../assets/img/Banner-Drenax-2-27-04-mobile.jpg');
|
||
--slider-3: url('../assets/img/Banner-Drenax-3-27-04-mobile.jpg');
|
||
}
|
||
.slider_responsive{
|
||
min-height: 460px !important;
|
||
}
|
||
.container-slider_responsive{
|
||
margin-bottom: -16px !important;
|
||
}
|
||
}
|
||
|
||
*{
|
||
margin: 0;
|
||
padding: 0;
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
*::after, *::before{
|
||
box-sizing: border-box;
|
||
}
|
||
#tipo, #para{
|
||
cursor:pointer;
|
||
}
|
||
/*LOADRE*/
|
||
.loader {
|
||
margin: 0 auto;
|
||
margin-top: 10rem;
|
||
border: 16px solid #f3f3f3;
|
||
border-radius: 50%;
|
||
border-top: 16px solid rgb(3, 32, 128);
|
||
width: 120px;
|
||
height: 120px;
|
||
-webkit-animation: spin 2s linear infinite; /* Safari */
|
||
animation: spin 2s linear infinite;
|
||
}
|
||
|
||
/* Safari */
|
||
@-webkit-keyframes spin {
|
||
0% { -webkit-transform: rotate(0deg); }
|
||
100% { -webkit-transform: rotate(360deg); }
|
||
}
|
||
|
||
@keyframes spin {
|
||
0% { transform: rotate(0deg); }
|
||
100% { transform: rotate(360deg); }
|
||
}
|
||
.header-top {
|
||
background-color: #081233;
|
||
}
|
||
.header-top a{
|
||
color: #fff;
|
||
height: 30px;
|
||
}
|
||
.navbar {
|
||
display: block;
|
||
}
|
||
.navbar-expand-lg {
|
||
flex-wrap: nowrap !important;
|
||
flex-flow: wrap !important;
|
||
}
|
||
|
||
.row{
|
||
margin: 0;
|
||
width: 100%;
|
||
}
|
||
.btn-primary{
|
||
width: 6rem;
|
||
background-color: #C13123;
|
||
border: none;
|
||
}
|
||
.btn-sm{
|
||
border-radius: 0;
|
||
}
|
||
.btn-primary:not(:disabled):not(.disabled):active{
|
||
background-color: #C13123;
|
||
}
|
||
.btn-primary:focus{
|
||
box-shadow: none;
|
||
}
|
||
.btn-primary:hover{
|
||
background-color: rgb(172, 44, 33);
|
||
}
|
||
.btn-outline-primary{
|
||
color: #202C5E;
|
||
border-color: #202C5E;
|
||
}
|
||
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover{
|
||
background-color: #202C5E;
|
||
border-color: #202C5E;
|
||
}
|
||
.btn-outline-primary.focus, .btn-outline-primary:focus{
|
||
box-shadow: none;
|
||
}
|
||
|
||
.btn.btn-outline-primary.prox{
|
||
color: #007bff;
|
||
cursor:default;
|
||
pointer-events: none;
|
||
}
|
||
body{
|
||
min-height: 100vh;
|
||
}
|
||
/*NAVIGATOR*/
|
||
nav{
|
||
height: 6rem;
|
||
}
|
||
.navbar{
|
||
padding: 0;
|
||
}
|
||
.nav-container .row{
|
||
display: flex;
|
||
}
|
||
.nav-container, .navbar-collapse, .navbar-nav, .navbar-nav li {
|
||
height: 100%;
|
||
}
|
||
.nav-container {
|
||
height: 75px;
|
||
}
|
||
.navbar-nav {
|
||
margin: 20px 0;
|
||
}
|
||
.nav-item{
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.dropdown-submenu{
|
||
position: relative;
|
||
}
|
||
|
||
.navbar-nav{
|
||
align-items: center;
|
||
}
|
||
.dropdown-submenu:hover>.dropdown-menu {
|
||
display: flex;
|
||
/* top: 5.5rem; */
|
||
position: absolute;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.nav-logo-section{
|
||
width: auto;
|
||
padding: 16px 0;
|
||
}
|
||
.nav-logo { width: 10rem;}
|
||
.nav-logo-esr {
|
||
width: 5rem;
|
||
/* padding-left: 1rem;
|
||
margin-left: 1rem; */
|
||
border-left: solid 2px #ccc;
|
||
}
|
||
.nav-logo-info {
|
||
height: 2rem;
|
||
width: 3rem;
|
||
padding-left: 1rem;
|
||
margin-left: 1rem;
|
||
cursor: pointer;
|
||
}
|
||
.nav-item{
|
||
margin-left: 1.4rem;
|
||
}
|
||
.dropdown-menu{
|
||
border-radius: 0;
|
||
border: none;
|
||
}
|
||
.modal-body{
|
||
text-align: center;
|
||
}
|
||
.modal-body .img-modal{
|
||
max-height: 80vh;
|
||
max-width: 80vw;
|
||
}
|
||
|
||
.close-modal{
|
||
background-color: #18385e;
|
||
}
|
||
.dropdown-menu li{
|
||
text-decoration: none;
|
||
padding: 1rem;
|
||
width: 11rem;
|
||
flex:1;
|
||
}
|
||
.dropdown-menu li a:hover{
|
||
text-decoration: none;
|
||
}
|
||
.dropdown-menu .nav-link{
|
||
padding: 0;
|
||
}
|
||
|
||
/*INICIO*/
|
||
.inicio-white{
|
||
color: #202C5E;
|
||
}
|
||
.header-slider{
|
||
background-position: top center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
margin: 6rem 2.5rem 2.5rem 2.5rem;
|
||
height: calc((100vw * 0.5625) - 2.5rem);
|
||
width: calc(100vw - 5rem);
|
||
border-radius: 10px;
|
||
}
|
||
.no-webp .header-slider{ background-image: url(../assets/img/portada_2021_08.jpg); }
|
||
.webp .header-slider{ background-image: url(../assets/img/portada_2021_08.jpg); }
|
||
|
||
@media (min-width: 1600px) {
|
||
.header-slider{
|
||
background-position: top center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
margin: 6rem auto 2.5rem;
|
||
height: calc(1600px * 0.5625);
|
||
max-width: 1600px;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 900px) {
|
||
.nav-logo-info {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
}
|
||
@media (min-width: 900px) {
|
||
html, body {
|
||
min-width: 432px;
|
||
}
|
||
}
|
||
/*CARD %*/
|
||
.inicio-cards--5{
|
||
display: flex;
|
||
justify-content: center;
|
||
padding: 5rem 5%;
|
||
background-color: #C13123;
|
||
color: #fff;
|
||
text-align: center;
|
||
width: 100%;
|
||
}
|
||
.inicio-cards--5 .card-5 svg{
|
||
width: 7rem;
|
||
margin: 1rem 0 .5rem 0;
|
||
}
|
||
.inicio-cards--5 .card-5--title{
|
||
font-size: 1.5rem;
|
||
font-weight: 700;
|
||
}
|
||
.inicio-cards--5 .card-5--txt{
|
||
font-size: .9rem;
|
||
}
|
||
|
||
.inicio-cards--5 .service-icon{
|
||
width: 7rem;
|
||
margin: 1rem 0 .5rem 0;
|
||
}
|
||
|
||
/*CARD 3*/
|
||
.inicio-cards--3{
|
||
width: 100%;
|
||
color: #fff;
|
||
display: flex;
|
||
justify-content: center;
|
||
padding: 5rem 15%;
|
||
background: linear-gradient(to right, #00143c 0%, #0a1e60 100%);
|
||
position: relative;
|
||
}
|
||
.cards-3--beneficios{
|
||
position: absolute;
|
||
top: 0;
|
||
width: 100%;
|
||
text-align: center;
|
||
background: linear-gradient(to right, #00143c 0%,#182468 51%,rgb(8, 33, 99) 100%);
|
||
}
|
||
.cards-3--beneficios p {
|
||
margin: .7rem 0;
|
||
letter-spacing: 1rem;
|
||
}
|
||
.inicio-cards--3::after{
|
||
content: '';
|
||
position: absolute;
|
||
left: 50%;
|
||
bottom: -20px;
|
||
width: 0;
|
||
height: 0;
|
||
border-left: 20px solid transparent;
|
||
border-right: 20px solid transparent;
|
||
border-top: 20px solid #102056;
|
||
|
||
}
|
||
.inicio-cards--3 .card-3{
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.inicio-cards--3 .card-3--icon{
|
||
width: 30%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.inicio-cards--3 .card-3 svg{
|
||
width: 5rem;
|
||
height: 10rem;
|
||
}
|
||
.inicio-cards--3 .card-3 .card-3--txt{
|
||
font-size: .8rem;
|
||
width: 70%;
|
||
padding-left: 5px;
|
||
}
|
||
|
||
.inicio-cards--3 .esr{
|
||
max-width: 480px;
|
||
text-align: center;
|
||
}
|
||
.inicio-cards--3 .esr p{
|
||
font-size: 0.8rem;
|
||
}
|
||
|
||
.inicio-cards--3 .esr img{
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
/*white zone*/
|
||
.inicio-white{
|
||
padding: 10rem 15%;
|
||
}
|
||
|
||
.inicio-white--video{
|
||
width: 100%;
|
||
height: 30rem;
|
||
border-radius: 20px;
|
||
}
|
||
|
||
.inicio-white--video iframe{
|
||
width: 100%;
|
||
height: 100%;
|
||
margin: 0 auto;
|
||
border-radius: 20px;
|
||
}
|
||
.inicio-white--video.video-small{
|
||
height: 20rem;
|
||
}
|
||
.inicio-white h2{
|
||
font-weight: 400;
|
||
font-size: 2.5rem;
|
||
}
|
||
.inicio-white p{
|
||
color: #4A4A4A;
|
||
margin-top: 20px;
|
||
}
|
||
.inicio-white.row.center-row.videos{
|
||
padding: 4rem 15%;
|
||
}
|
||
.inicio-white.row.center-row.videos h3,
|
||
.inicio-white.row.center-row.videos p
|
||
{
|
||
text-align: center;
|
||
}
|
||
.inicio-white.row.center-row.videos p{
|
||
margin-bottom: 0px;
|
||
}
|
||
.inicio-white.row.center-row.videos h3{
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.inicio-white .img-extra{
|
||
margin-top: 20px;
|
||
}
|
||
.card-5 .clientes{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-between;
|
||
|
||
}
|
||
.cliente{
|
||
width: 40%;
|
||
text-align: center;
|
||
margin-top: 3rem;
|
||
}
|
||
.cliente img{
|
||
width: 100%;
|
||
}
|
||
.clientes-title{
|
||
text-align: center;
|
||
}
|
||
.clientes-container{
|
||
max-width: 800px;
|
||
display: flex;
|
||
margin: 0 auto;
|
||
justify-content: space-between;
|
||
margin-top: 20px;
|
||
flex-wrap: wrap;
|
||
}
|
||
.clientes-container picture{
|
||
width: 33%;
|
||
padding: 20px;
|
||
text-align: center;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.clientes-container picture img{
|
||
width: 160px;
|
||
height: 60px;
|
||
object-fit: contain;
|
||
|
||
}
|
||
.white-section{
|
||
margin-top: 5rem;
|
||
width: 100%;
|
||
max-width: 50rem;
|
||
margin: 5rem auto;
|
||
text-align: center;
|
||
color: #202C5E;
|
||
}
|
||
.white-section .sucursales{
|
||
margin: 3rem 0;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-around;
|
||
}
|
||
.white-section .sucursales .btn{
|
||
height: 45px;
|
||
min-height: 45px;
|
||
width: 120px;
|
||
margin: 0 10px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.white-section .sucursales .btn a,
|
||
.white-section .sucursales .btn{
|
||
font-size: 0.9rem;
|
||
}
|
||
.sucursales .btn-prox-flex{
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.sucursales .prox-text{
|
||
color: #4A4A4A;
|
||
font-size: 0.8rem;
|
||
margin: 0;
|
||
}
|
||
|
||
@media (max-width: 1800px) {
|
||
.inicio-white--video{
|
||
height: 20rem;
|
||
}
|
||
}
|
||
/* @media (max-width: 2560px) {
|
||
.white-section .sucursales .btn{
|
||
margin: 0 3%;
|
||
}
|
||
} */
|
||
.img-bottom{
|
||
height: 30rem;
|
||
width: 100%;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
|
||
.webp .img-bottom{
|
||
background-image: url(../assets/img/qs-2022-drenax.jpg);
|
||
}
|
||
.no-webp .img-bottom{
|
||
background-image: url(../assets/img/qs-2022-drenax.jpg);
|
||
}
|
||
|
||
|
||
.img-bottom h3{
|
||
color: #fff;
|
||
font-size: 3rem;
|
||
margin-top: 5rem;
|
||
}
|
||
footer {
|
||
text-align: left;
|
||
}
|
||
footer .footer-top{
|
||
padding: 5rem 10%;
|
||
background-color: #ccc;
|
||
color: #898989;
|
||
}
|
||
footer .footer-top .footmapa {
|
||
margin: 0;
|
||
text-align: center;
|
||
}
|
||
footer .footer-top .footmapa p{
|
||
margin: 0;
|
||
}
|
||
footer .footer-bot{
|
||
height: 4rem;
|
||
background-color: #081233;
|
||
color: #fff;
|
||
padding-top: 1.3rem;
|
||
text-align: center;
|
||
}
|
||
.footmapa .a-color{
|
||
color: #898989 !important;
|
||
text-decoration: underline;
|
||
}
|
||
footer .office{
|
||
margin-bottom: 20px;
|
||
}
|
||
footer .office p{
|
||
margin-bottom: 0px;
|
||
}
|
||
|
||
/* Footer DrenaxPro */
|
||
.footer-drenaxpro .footer-top {
|
||
background-color: #191990;
|
||
color: #c8c8ff;
|
||
}
|
||
.footer-drenaxpro .footer-top h4 {
|
||
color: #fff;
|
||
}
|
||
.footer-drenaxpro .footer-top a {
|
||
color: #c8c8ff;
|
||
}
|
||
.footer-drenaxpro .footer-top a:hover {
|
||
color: #fff;
|
||
}
|
||
.footer-drenaxpro .footmapa .a-color {
|
||
color: #c8c8ff !important;
|
||
}
|
||
.footer-drenaxpro .footmapa .a-color:hover {
|
||
color: #fff !important;
|
||
}
|
||
.footer-drenaxpro .footer-bot {
|
||
background-color: #0e0e5c;
|
||
}
|
||
.footer-drenaxpro .btn-primary {
|
||
background-color: #C13123;
|
||
border-color: #C13123;
|
||
}
|
||
.footer-drenaxpro .btn-primary:hover {
|
||
background-color: #a02a1e;
|
||
border-color: #a02a1e;
|
||
}
|
||
|
||
|
||
/*QUIENES SOMOS*/
|
||
|
||
.qs-header{
|
||
margin-top: 6rem;
|
||
background-color: #BDBDBD;
|
||
position: relative;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
z-index: -2;
|
||
padding: 5rem 10%;
|
||
width: 100%;
|
||
}
|
||
.qs-header::after{
|
||
content: '';
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 0;
|
||
height: 0;
|
||
border-style: solid;
|
||
border-width: 0 0 500px 800px;
|
||
border-color: transparent transparent #C13123 transparent;
|
||
z-index: -1;
|
||
}
|
||
.qs-header--card{
|
||
background-color: #fff;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
width: 100%;
|
||
}
|
||
.qs-header--card .card-left{
|
||
width: 40%;
|
||
height: 100%;
|
||
color: #202C5E;
|
||
padding: 5%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-around;
|
||
order: 1;
|
||
}
|
||
.qs-header--card .card-left h2{
|
||
font-weight: 400;
|
||
}
|
||
.qs-header--card .card-left p{
|
||
font-size: .8rem;
|
||
}
|
||
.qs-header--card .card-right{
|
||
width: 60%;
|
||
height: 30rem;
|
||
background-position: top;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
order: 2;
|
||
}
|
||
.webp .qs-header--card .card-right{background-image: url(../assets/img/qs-card-right-22.jpg);}
|
||
.no-webp .qs-header--card .card-right{background-image: url(../assets/img/qs-card-right-22.jpg);}
|
||
.qs-estado{
|
||
height: 30rem;
|
||
width: 100%;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
color: #fff;
|
||
position: relative;
|
||
}
|
||
.webp .qs-estado{ background-image: url(../assets/img/Mapa-Drenatron.jpg);}
|
||
.no-webp .qs-estado{ background-image: url(../assets/img/Mapa-Drenatron.jpg);}
|
||
.qs-estado--left{
|
||
width: 9rem;
|
||
position: absolute;
|
||
left: 23vw;
|
||
bottom: 2rem;
|
||
}
|
||
.qs-estado--right{
|
||
width: 20rem;
|
||
position: absolute;
|
||
right: 23vw;
|
||
bottom: 15rem;
|
||
text-align: right;
|
||
}
|
||
.qs-estado--t {
|
||
letter-spacing: .5rem;
|
||
}
|
||
.qs-estado--t span{
|
||
letter-spacing: .1rem;
|
||
font-size: 2rem;
|
||
}
|
||
.qs-estado--b{
|
||
font-size: .8rem;
|
||
}
|
||
.qs-white{
|
||
color: #202C5E;
|
||
padding: 5rem 10%;
|
||
text-align: center;
|
||
}
|
||
.filo{ margin-top: 5rem;}
|
||
.filo h4{
|
||
margin: 1rem;;
|
||
}
|
||
.filo .misionvision .mv-item, .filo .valores .v-item{
|
||
display: flex;
|
||
text-align: center;
|
||
align-items: flex-end;
|
||
margin-top: 1rem;
|
||
}
|
||
.filo .misionvision .mv-icon{
|
||
display: flex;
|
||
}
|
||
.filo .misionvision .mv-txt{
|
||
text-align: left;
|
||
padding-left: 1rem;
|
||
}
|
||
.filo svg{
|
||
width: 5rem;
|
||
fill: #0b1c48;
|
||
}
|
||
|
||
/*timeline*/
|
||
.timeline{
|
||
width: 100%;
|
||
text-align: center;
|
||
padding: 4rem 5%;
|
||
position: relative;
|
||
color: #202C5E;
|
||
}
|
||
.timeline .row{
|
||
display: flex;
|
||
text-align: left;
|
||
padding: 0 10%;
|
||
}
|
||
.tl-item-ar p{
|
||
padding-right: 20%;
|
||
}
|
||
.tl-item-ab p, .tl-item-ab h4{
|
||
padding-left: 20%;
|
||
}
|
||
.timeline .row h4{
|
||
color: #C13123;
|
||
}
|
||
.o-1, .o-2, .o-3{
|
||
align-self: flex-end;
|
||
}
|
||
.o-4, .o-5, .o-6{
|
||
margin-top: 5rem;
|
||
}
|
||
.timeline .tl-line{
|
||
height: .2rem;
|
||
width: 100%;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: 50%;
|
||
border-radius: 50px;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.circle-1, .circle-2, .circle-3, .circle-4, .circle-5, .circle-6{
|
||
min-width: 1.5rem;
|
||
min-height: 1.5rem;
|
||
background-color: #fff;
|
||
border: 3px solid #0b1c48;
|
||
border-radius: 50px;
|
||
margin-left: 12%;
|
||
text-align: center;
|
||
position: relative;
|
||
}
|
||
.circle-1::after{
|
||
content: ' ';
|
||
width: 3px;
|
||
height: 200px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 7px;
|
||
top: -200px;
|
||
}
|
||
.circle-1::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 4px;
|
||
top: -200px;
|
||
}
|
||
.circle-2{
|
||
margin-left: 3%;
|
||
}
|
||
.circle-2:after{
|
||
content: '';
|
||
width: 3px;
|
||
height: 100px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 7px;
|
||
bottom: -100px;
|
||
}
|
||
.circle-2::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 4px;
|
||
bottom: -100px;
|
||
}
|
||
.circle-3{
|
||
margin-left: 17%;
|
||
}
|
||
.circle-3::after{
|
||
content: ' ';
|
||
width: 3px;
|
||
height: 200px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 7px;
|
||
top: -200px;
|
||
}
|
||
.circle-3::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 4px;
|
||
top: -200px;
|
||
}
|
||
.circle-4{
|
||
margin-left: 3%;
|
||
}
|
||
.circle-4:after{
|
||
content: '';
|
||
width: 3px;
|
||
height: 100px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 7px;
|
||
bottom: -100px;
|
||
}
|
||
.circle-4::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 4px;
|
||
bottom: -100px;
|
||
}
|
||
.circle-5{
|
||
margin-left: 17%;
|
||
}
|
||
.circle-5::after{
|
||
content: ' ';
|
||
width: 3px;
|
||
height: 200px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 7px;
|
||
top: -200px;
|
||
}
|
||
.circle-5::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 4px;
|
||
top: -200px;
|
||
}
|
||
.circle-6{
|
||
margin-left: 3%;
|
||
}
|
||
.circle-6:after{
|
||
content: '';
|
||
width: 3px;
|
||
height: 100px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 7px;
|
||
bottom: -100px;
|
||
}
|
||
.circle-6::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 4px;
|
||
bottom: -100px;
|
||
}
|
||
|
||
|
||
/*FAMILIA DRENAX*/
|
||
.fd-header{
|
||
margin-top: 6rem;
|
||
height: 30vw;
|
||
width: 100%;
|
||
position: relative;
|
||
}
|
||
.fd-header .fd-header--img{
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
height: 100%;
|
||
width: 65%;
|
||
background-position: right;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.webp .fd-header .fd-header--img{background-image: url(../assets/img/fam-drenax-header-22-min.png);}
|
||
.no-webp .fd-header .fd-header--img{background-image: url(../assets/img/fam-drenax-header-22-min.png);}
|
||
.fd-header .fd-header--right{
|
||
top: 0;
|
||
right: 0;
|
||
position: absolute;
|
||
background-color: #0b1c48;
|
||
height: 100%;
|
||
width: 100%;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt {
|
||
color: #fff;
|
||
position: absolute;
|
||
top: 5vw;
|
||
right: 10%;
|
||
width: 20%;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt h2{
|
||
font-size: 2rem;
|
||
font-weight: 300;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt span{
|
||
color: #C13123;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt p{
|
||
text-align: right;
|
||
margin-top: 2vw;;
|
||
}
|
||
.fdmi-txt{
|
||
width: 100%;
|
||
background-color: #fff;
|
||
text-align: left;
|
||
padding: 3rem;
|
||
|
||
}
|
||
.fd-main{
|
||
margin-bottom: 5rem;
|
||
}
|
||
.fdmi{
|
||
background-position: top;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.fdmi-1{
|
||
width: 100%;
|
||
height: 25rem;
|
||
}
|
||
.fdmi-2{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
height: 10rem;
|
||
}
|
||
.fdmi-3{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
height: 10rem;
|
||
}
|
||
.fdmi-4{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
height: 10rem;
|
||
}
|
||
.fdmi-5{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
height: 10rem;
|
||
}
|
||
.fdmi-6{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
height: 20rem;
|
||
}
|
||
.fdmi-7,
|
||
.fdmi-8,
|
||
.fdmi-9,
|
||
.fdmi-10{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
height: 20rem;
|
||
}
|
||
.webp .fdmi-1{background-image: url(../assets/img/Colaborador-Drenax-1-min.jpg);}
|
||
.no-webp .fdmi-1{background-image: url(../assets/img/Colaborador-Drenax-1-min.jpg);}
|
||
.webp .fdmi-2{background-image: url(../assets/img/Colaborador-Drenax-2-min.jpg);}
|
||
.no-webp .fdmi-2{background-image: url(../assets/img/Colaborador-Drenax-2-min.jpg);}
|
||
.webp .fdmi-3{background-image: url(../assets/img/Colaborador-Drenax-3-min.jpg);}
|
||
.no-webp .fdmi-3{background-image: url(../assets/img/Colaborador-Drenax-3-min.jpg);}
|
||
.webp .fdmi-4{background-image: url(../assets/img/fd-mainimg--4.webp);}
|
||
.no-webp .fdmi-4{background-image: url(../assets/img/fd-mainimg--4.png);}
|
||
.webp .fdmi-5{background-image: url(../assets/img/fd-mainimg--5.webp);}
|
||
.no-webp .fdmi-5{background-image: url(../assets/img/fd-mainimg--5.png);}
|
||
.webp .fdmi-6{background-image: url(../assets/img/qs-drenax-q-6-hd.jpg);}
|
||
.no-webp .fdmi-6{background-image: url(../assets/img/qs-drenax-q-6-hd.jpg);}
|
||
.no-webp .fdmi-7{background-image: url(../assets/img/Voluntariado-1.jpg);}
|
||
.webp .fdmi-7{background-image: url(../assets/img/Voluntariado-1.jpg);}
|
||
.no-webp .fdmi-8{background-image: url(../assets/img/Voluntariado-2.jpg);}
|
||
.webp .fdmi-8{background-image: url(../assets/img/Voluntariado-2.jpg);}
|
||
.no-webp .fdmi-9{background-image: url(../assets/img/Voluntariado-3.jpg);}
|
||
.webp .fdmi-9{background-image: url(../assets/img/Voluntariado-3.jpg);}
|
||
.no-webp .fdmi-10{background-image: url(../assets/img/Voluntariado-4.jpg);}
|
||
.webp .fdmi-10{background-image: url(../assets/img/Voluntariado-4.jpg);}
|
||
|
||
.fd-bottom{
|
||
width: 100%;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
height: 30vw;
|
||
}
|
||
.webp .fd-bottom{background-image: url(../assets/img/Ganac-2022-min.jpg);}
|
||
.no-webp .fd-bottom{background-image: url(../assets/img/Ganac-2022-min.jpg);}
|
||
|
||
.qs-white.title-voluntariado{
|
||
padding-bottom: 20px;
|
||
}
|
||
.title-voluntariado h3{
|
||
text-align: center;
|
||
}
|
||
.title-voluntariado p{
|
||
color: #4A4A4A;
|
||
}
|
||
.title-voluntariado iframe{
|
||
border-radius: 20px;
|
||
}
|
||
.video-center{
|
||
margin: 0 auto;
|
||
height: 25rem;
|
||
}
|
||
.inicio-white--video.video-small.video-center{
|
||
height: 25rem;
|
||
}
|
||
/*LIMPIEZA DE DRENAJE*/
|
||
.ld-header{
|
||
margin-top: 6rem;
|
||
width: 100%;
|
||
height: 30vw;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
.webp .ld-header{background-image: url(../assets/img/ld-header.webp);}
|
||
.no-webp .ld-header{background-image: url(../assets/img/ld-header.png);}
|
||
.ld-header--txt{
|
||
color: #fff;
|
||
position: absolute;
|
||
bottom: 10%;
|
||
left: 25%;
|
||
display: flex;
|
||
}
|
||
.ld-header--txt .icon-arrow-red{
|
||
width: 1rem;
|
||
height: 1.2rem;
|
||
background-image: url(../assets/icons/arrow-red.svg);
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
margin-right: 1rem;
|
||
margin-top: .3rem;
|
||
}
|
||
.ld-header--txt .ld-header--p{
|
||
font-size: 1rem;
|
||
letter-spacing: .5rem;
|
||
}
|
||
.ld-header--txt .ld-header--p span{
|
||
font-size: 2rem;
|
||
}
|
||
.ld-blue{
|
||
position: relative;
|
||
width: 100%;
|
||
padding: 5% 10%;
|
||
background: linear-gradient(to right, rgb(3, 32, 128) 0%, rgb(3, 26, 75) 100%);
|
||
color: #fff;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
}
|
||
.ld-blue-simple{
|
||
background-color: #191970;
|
||
padding: 5rem 10%;
|
||
color: #fff;
|
||
}
|
||
.ld-blue::after{
|
||
content: '';
|
||
position: absolute;
|
||
left: 49%;
|
||
bottom: -20px;
|
||
width: 0;
|
||
height: 0;
|
||
border-left: 20px solid transparent;
|
||
border-right: 20px solid transparent;
|
||
border-top: 20px solid #102056;
|
||
}
|
||
.ld-blue--left{
|
||
width: 50%;
|
||
}
|
||
.ld-blue--left .camion-img{
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
width: 35vw;
|
||
height: 12vw;
|
||
}
|
||
.webp .ld-blue--left .camion-img{ background-image: url(../assets/img/ld-camion.webp);}
|
||
.no-webp .ld-blue--left .camion-img{ background-image: url(../assets/img/ld-camion.png);}
|
||
.ld-blue--right{
|
||
width: 50%;
|
||
padding-left: 2rem;
|
||
}
|
||
.ld-red{
|
||
background-color: #C13123;
|
||
padding: 5rem 10%;
|
||
color: #fff;
|
||
}
|
||
.ld-red .ld-red--item{
|
||
display: flex;
|
||
}
|
||
.ld-red .ld-red--item .blue-icon{
|
||
width: 10%;
|
||
width: 1rem;
|
||
height: 1rem;
|
||
background-image: url(../assets/icons/arrow-blue.svg);
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
margin-top: .7rem;
|
||
}
|
||
.ld-red .ld-red--item .ld-red--txt{
|
||
width: 90%;
|
||
padding-left: 1rem;
|
||
}
|
||
.ld-red .ld-red--item .ld-red--txt .ld-red--txt_title{ font-size: 1.5rem; }
|
||
.ld-white{ padding: 5rem 10%; }
|
||
.ld-white--img {
|
||
margin-top: 1rem;
|
||
width: 90%;
|
||
height: 10rem;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.webp .ld-white--img1{background-image: url(../assets/img/ld-white--img1.webp);}
|
||
.no-webp .ld-white--img1{background-image: url(../assets/img/ld-white--img1.jpg);}
|
||
.webp .ld-white--img2{background-image: url(../assets/img/ld-white--img2.webp);}
|
||
.no-webp .ld-white--img2{background-image: url(../assets/img/ld-white--img2.jpg);}
|
||
.webp .ld-white--img3{background-image: url(../assets/img/ld-white--img3.webp);}
|
||
.no-webp .ld-white--img3{background-image: url(../assets/img/ld-white--img3.jpg);}
|
||
|
||
/*INSPECCIÓN DE TUBERÏAS*/
|
||
|
||
.it-header{
|
||
margin-top: 6rem;
|
||
width: 100%;
|
||
height: 30vw;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
.webp .it-header{background-image: url(../assets/img/it-header.webp);}
|
||
.no-webp .it-header{background-image: url(../assets/img/it-header.png);}
|
||
.it-red{
|
||
background-color: #C13123;
|
||
padding: 5rem 20%;
|
||
color: #fff;
|
||
text-align: center;
|
||
}
|
||
.it-red p{
|
||
margin: auto;
|
||
}
|
||
.it-white{
|
||
padding: 5rem 10%;
|
||
color: #202C5E;
|
||
}
|
||
|
||
.it-white--img{
|
||
margin: 1rem auto 1rem auto;
|
||
width: 90%;
|
||
height: 15rem;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
|
||
.webp .it-white--img1{ background-image: url(../assets/img/it-white--img1.webp); }
|
||
.no-webp .it-white--img1{ background-image: url(../assets/img/it-white--img1.jpg); }
|
||
.webp .it-white--img2{ background-image: url(../assets/img/it-white--img2.webp); }
|
||
.no-webp .it-white--img2{ background-image: url(../assets/img/it-white--img2.jpg); }
|
||
.webp .it-white--img3{ background-image: url(../assets/img/it-white--img3.webp); }
|
||
.no-webp .it-white--img3{ background-image: url(../assets/img/it-white--img3.jpg); }
|
||
.it-white--fig{
|
||
width: 15rem;
|
||
height: 2.5rem;
|
||
background: #102056;
|
||
position: absolute;
|
||
bottom: -1rem;
|
||
color: #fff;
|
||
}
|
||
.it-white--fig p{
|
||
font-size: 1rem;
|
||
font-weight: 900;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin: 0;
|
||
height: 100%;
|
||
}
|
||
.it-white--fig::after{
|
||
content: '';
|
||
width: 2rem;
|
||
height: 2.5rem;
|
||
bottom: 0;
|
||
right: -1rem;
|
||
transform: skew(-23deg);
|
||
background: #102056;
|
||
position: absolute;
|
||
}
|
||
.it-white--txt{
|
||
width: 90%;
|
||
margin: 3rem auto 0 auto;
|
||
}
|
||
|
||
/*LIMPIEZA DE PISOS*/
|
||
.lp-header{
|
||
margin-top: 6rem;
|
||
width: 100%;
|
||
height: 30vw;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
.webp .lp-header{background-image: url(../assets/img/lp-header.webp);}
|
||
.no-webp .lp-header{background-image: url(../assets/img/lp-header.png);}
|
||
.lp-blue{
|
||
background: linear-gradient(to right, rgb(3, 32, 128) 0%, rgb(3, 26, 75) 100%);
|
||
padding: 3rem 20%;
|
||
color: #fff;
|
||
text-align: center;
|
||
}
|
||
.lp-blue p{
|
||
margin: auto;
|
||
}
|
||
.lp-white{
|
||
padding: 5rem 10%;
|
||
color: #202C5E;
|
||
}
|
||
.lp-white--img{
|
||
margin: 1rem auto 1rem auto;
|
||
width: 90%;
|
||
height: 10rem;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
|
||
.webp .lp-white--img1{ background-image: url(../assets/img/lp-white--img1.webp); }
|
||
.no-webp .lp-white--img1{ background-image: url(../assets/img/lp-white--img1.jpg); }
|
||
.webp .lp-white--img2{ background-image: url(../assets/img/lp-white--img2.webp); }
|
||
.no-webp .lp-white--img2{ background-image: url(../assets/img/lp-white--img2.jpg); }
|
||
.webp .lp-white--img3{ background-image: url(../assets/img/lp-white--img3.webp); }
|
||
.no-webp .lp-white--img3{ background-image: url(../assets/img/lp-white--img3.jpg); }
|
||
.webp .lp-white--img4{ background-image: url(../assets/img/lp-white--img4.webp); }
|
||
.no-webp .lp-white--img4{ background-image: url(../assets/img/lp-white--img4.jpg); }
|
||
|
||
.lp-white--fig{
|
||
width: 100%;
|
||
height: 2.5rem;
|
||
background: #102056;
|
||
position: absolute;
|
||
bottom: 0;
|
||
color: #fff;
|
||
}
|
||
.lp-white--fig p{
|
||
padding: .7rem;
|
||
font-size: 1rem;
|
||
}
|
||
|
||
.lp-white--txt{
|
||
width: 90%;
|
||
margin: 2rem auto;
|
||
}
|
||
.lp-white--txt span{
|
||
color: #202C5E;
|
||
text-decoration: underline;
|
||
}
|
||
.lp-white--img5{
|
||
margin: 2rem auto 4rem auto;
|
||
width: 20rem;
|
||
height: 14rem;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
.webp .lp-white--img5{background-image: url(../assets/img/lp-white--img5.webp);}
|
||
.no-webp .lp-white--img5{background-image: url(../assets/img/lp-white--img5.png);}
|
||
|
||
/*LIMPIEZA DE ESCALERAS*/
|
||
.le-header{
|
||
margin-top: 6rem;
|
||
width: 100%;
|
||
height: 30vw;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
.webp .le-header{background-image: url(../assets/img/le-header.webp);}
|
||
.no-webp .le-header{background-image: url(../assets/img/le-header.png);}
|
||
.le-main{
|
||
padding: 0 10%;
|
||
}
|
||
.lemi-img{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
background-position: top;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
height: 10rem;
|
||
}
|
||
.lemi-1{
|
||
width: 100%;
|
||
height: 25rem;
|
||
background-position: top;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.webp .lemi-1{background-image: url(../assets/img/le-white--img1.webp);}
|
||
.no-webp .lemi-1{background-image: url(../assets/img/le-white--img1.png);}
|
||
.lemi-txt{
|
||
width: 100%;
|
||
background-color: #fff;
|
||
text-align: left;
|
||
padding: 2rem;
|
||
|
||
}
|
||
.lemi-txt div{
|
||
width: 3rem;
|
||
}
|
||
.lemi-txt p{
|
||
font-size: 1.5rem;
|
||
}
|
||
.lemi-txt .span{
|
||
font-size: 1rem;
|
||
}
|
||
.lemi-txt-right div{
|
||
margin-left: 85%;
|
||
}
|
||
.lemi-txt-right p{
|
||
text-align: right;
|
||
}
|
||
.webp .lemi-2{background-image: url(../assets/img/le-white--img2.webp);}
|
||
.no-webp .lemi-2{background-image: url(../assets/img/le-white--img2.png);}
|
||
.webp .lemi-3{background-image: url(../assets/img/le-white--img3.webp);}
|
||
.no-webp .lemi-3{background-image: url(../assets/img/le-white--img3.png);}
|
||
.webp .lemi-4{background-image: url(../assets/img/le-white--img4.webp);}
|
||
.no-webp .lemi-4{background-image: url(../assets/img/le-white--img4.png);}
|
||
.webp .lemi-5{background-image: url(../assets/img/le-white--img5.webp);}
|
||
.no-webp .lemi-5{background-image: url(../assets/img/le-white--img5.png);}
|
||
.lemi-6{
|
||
margin-top: 1rem;
|
||
width: 100%;
|
||
background-image: url(../assets/img/le-white--img6.webp);
|
||
background-position: top;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
height: 20rem;
|
||
}
|
||
.webp .lemi-6{background-image: url(../assets/img/le-white--img6.webp);}
|
||
.no-webp .lemi-6{background-image: url(../assets/img/le-white--img6.png);}
|
||
.le-bottom{
|
||
width: 100%;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
height: 30vw;
|
||
}
|
||
.webp .le-bottom{background-image: url(../assets/img/fd-bottom.webp);}
|
||
.no-webp .le-bottom{background-image: url(../assets/img/fd-bottom.png);}
|
||
|
||
/*MANTENIMIENTO*/
|
||
|
||
.ma-header{
|
||
margin-top: 6rem;
|
||
width: 100%;
|
||
height: 30vw;
|
||
background-image: url(../assets/img/ma-header.webp);
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
.webp .ma-header{background-image: url(../assets/img/ma-header.webp);}
|
||
.no-webp .ma-header{background-image: url(../assets/img/ma-header.png);}
|
||
.lp-doble{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-around;
|
||
margin: 3rem 0;
|
||
}
|
||
.lp-doble--left{
|
||
width: 40%;
|
||
background-color: #C13123;
|
||
color: #fff;
|
||
padding: 5rem;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.lp-doble--right{
|
||
width: 40%;
|
||
}
|
||
.lp-doble--right .arrow-icon{
|
||
min-width: 1rem;
|
||
min-height: 1.2rem;
|
||
background-image: url(../assets/icons/arrow-red-bull.svg);
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.lp-doble-item{
|
||
margin-top: 2rem;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.lp-doble-item p{
|
||
margin: 0 0 0 1rem;
|
||
}
|
||
|
||
.pro-floating-block {
|
||
background-color: #191990; /* Color azul */
|
||
border-radius: 20px;
|
||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
||
max-width: 800px;
|
||
padding: 10px 40px;
|
||
position: relative;
|
||
z-index: 3;
|
||
text-align: center;
|
||
/* El efecto 3D */
|
||
transform: translateY(-20px);
|
||
}
|
||
.pro-floating-block-content {
|
||
color: #fff;
|
||
font-family: Arial, sans-serif;
|
||
text-align: justify;
|
||
text-align-last: center;
|
||
}
|
||
.pro-cta-box {
|
||
background-color: #C13123;
|
||
color: white;
|
||
padding: 5px 30px;
|
||
font-size: 2em;
|
||
border-radius: 15px;
|
||
}
|
||
.gal-cta-box {
|
||
background-color:#191990;
|
||
color: white;
|
||
padding: 15px 50px;
|
||
font-size: 2em;
|
||
border-radius: 15px 15px 0 0;
|
||
}
|
||
.pro-cta-container {
|
||
align-items: center;
|
||
padding: 40px 0 0;
|
||
font-weight: 900;
|
||
text-align: center;
|
||
}
|
||
.pro-cta-no-box {
|
||
font-size: 4rem;
|
||
font-weight: 700;
|
||
background-color: #C13123;
|
||
color: white;
|
||
padding: 0px 50px;
|
||
border-radius: 15px;
|
||
text-align: center;
|
||
}
|
||
.end-cta-container {
|
||
align-items: center;
|
||
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
|
||
font-weight: 600;
|
||
text-align: center;
|
||
}
|
||
.end-cta-text {
|
||
font-family: Arial, sans-serif;
|
||
}
|
||
.list-container ul {
|
||
list-style: none;
|
||
text-align: center;
|
||
}
|
||
.list-container ul li::before {
|
||
content: "\25BA \0020"; /* Unicode for right-pointing triangle and a space */
|
||
color: #191990;
|
||
}
|
||
|
||
.slider-container {
|
||
position: relative;
|
||
overflow: hidden;
|
||
width: 80%;
|
||
margin: auto;
|
||
margin-top: .86em;
|
||
border-radius: 25px;
|
||
}
|
||
|
||
.slider {
|
||
display: flex;
|
||
transition: transform 0.5s ease-in-out;
|
||
}
|
||
|
||
.slider-item {
|
||
flex: 0 0 100%;
|
||
align-self: center;
|
||
height: 50vh;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.slider-item img {
|
||
height: 100%;
|
||
display: block;
|
||
object-fit: cover;
|
||
width: 100%;
|
||
}
|
||
|
||
/* Estilos de los botones del slider */
|
||
.prev-btn, .next-btn {
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
}
|
||
|
||
/* Estilos del lightbox */
|
||
.lightbox {
|
||
display: none; /* Oculto por defecto */
|
||
position: fixed;
|
||
z-index: 1000;
|
||
top: 40px;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: rgba(0, 0, 0, 0.8);
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
|
||
#lightbox-image {
|
||
width: 60%;
|
||
height: auto;
|
||
object-fit: contain;
|
||
opacity: 1; /* Opacidad inicial */
|
||
transition: opacity 0.3s ease-in-out; /* Transición para el crossfade */
|
||
}
|
||
|
||
/* Clase que aplicaremos cuando la imagen esté saliendo */
|
||
#lightbox-image.fade-out {
|
||
opacity: 0;
|
||
}
|
||
|
||
.lightbox-nav {
|
||
/* Estilos de los botones de navegación del lightbox */
|
||
}
|
||
|
||
/*EQUIPOS HIDRONEUMATICOS*/
|
||
|
||
.ehc-header {
|
||
background-image: url(../assets/img/blue_industrial.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
|
||
/* Define el color de fondo de respaldo en caso de que la imagen no cargue */
|
||
background-color: #00008b;
|
||
|
||
height: 500px;
|
||
width: 100%;
|
||
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.ehc-content {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
text-align: center;
|
||
}
|
||
|
||
.ehc-logo {
|
||
background-image: url(../assets/img/logo_drenaxpro.svg);
|
||
background-size: contain;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
width: 100%;
|
||
height: 150px;
|
||
margin-top: 80px;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.ehc-slogan {
|
||
/* Estilos para el texto del eslogan */
|
||
color: #fff;
|
||
font-family: sans-serif;
|
||
font-size: 1.3rem;
|
||
margin-bottom: 40px;
|
||
font-weight: 600;
|
||
transform: skewX(-15deg); /* Inclina la caja para imitar el diseño */
|
||
}
|
||
|
||
/* --- Estilo para la sección de "Venta y Renta de Equipos" --- */
|
||
.cta-container {
|
||
display: flex;
|
||
align-items: center;
|
||
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
|
||
font-weight: 900;
|
||
}
|
||
|
||
.cta-text {
|
||
font-size: 3rem;
|
||
font-family: Arial, sans-serif;
|
||
white-space: nowrap; /* Evita que el texto se parta en varias líneas */
|
||
}
|
||
|
||
.cta-box {
|
||
background-color: #C13123;
|
||
color: white;
|
||
padding: 0px 10px;
|
||
transform: skewX(-15deg); /* Inclina la caja para imitar el diseño */
|
||
}
|
||
|
||
.cta-no-box {
|
||
color: white;
|
||
margin-left: 10px;
|
||
transform: skewX(-15deg); /* Inclina la caja para imitar el diseño */
|
||
}
|
||
|
||
/* --- Estilos para la cuadrícula de productos --- */
|
||
.products-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||
gap: 30px;
|
||
justify-content: center;
|
||
padding: 20px;
|
||
max-width: 1200px;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
/* --- Estilos para cada tarjeta de producto --- */
|
||
.product-card {
|
||
background-color: #fff;
|
||
overflow: hidden;
|
||
transition: transform 0.3s ease;
|
||
}
|
||
|
||
.product-card:hover {
|
||
transform: translateY(-5px);
|
||
}
|
||
|
||
.product-image {
|
||
width: 100%;
|
||
height: 180px;
|
||
display: block;
|
||
margin-bottom: -40px;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
|
||
.vactor-2115-pd-plus {
|
||
background-image: url(../assets/img/vactor-2115-pd-plus.png);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
.vac-con-112 {
|
||
background-image: url(../assets/img/vac-con-112.png);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
.vactor-2110-pd {
|
||
background-image: url(../assets/img/vactor-2110-pd.png);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
.sewer-uss-jetting {
|
||
background-image: url(../assets/img/sewer-uss-jetting.png);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
.info-block {
|
||
padding: 20px;
|
||
text-align: center;
|
||
}
|
||
|
||
.btn-block {
|
||
padding: 15px;
|
||
text-align: center;
|
||
}
|
||
|
||
/* Clases de color para los fondos */
|
||
.blue-bg {
|
||
background-color: #191970; /* Un azul oscuro */
|
||
color: #fff;
|
||
width: 82%;
|
||
margin-left: 8.5%;
|
||
}
|
||
|
||
.red-bg {
|
||
background-color: #C13123; /* Un rojo oscuro */
|
||
width: 82%;
|
||
margin-left: 8.5%;
|
||
border-radius: 0 0 15px 15px;
|
||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
/* Estilos de la tipografía */
|
||
.product-name {
|
||
margin: 30px 0 5px;
|
||
font-size: 1.5em;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.product-details {
|
||
margin: 0;
|
||
font-size: 0.9em;
|
||
color: #d3d3d3;
|
||
}
|
||
|
||
.info-btn {
|
||
color: #fff;
|
||
text-decoration: none;
|
||
font-size: 1.1em;
|
||
font-weight: bold;
|
||
letter-spacing: 1px;
|
||
}
|
||
|
||
/* Modal Equipos */
|
||
.equipo-modal .modal-content {
|
||
border: none;
|
||
border-radius: 12px;
|
||
overflow: hidden;
|
||
}
|
||
.equipo-modal-header {
|
||
background-color: #191990;
|
||
color: #fff;
|
||
border: none;
|
||
padding: 1rem 1.5rem;
|
||
}
|
||
.equipo-modal-header .close {
|
||
color: #fff;
|
||
opacity: 0.8;
|
||
text-shadow: none;
|
||
}
|
||
.equipo-modal-header .close:hover {
|
||
opacity: 1;
|
||
}
|
||
.equipo-modal .modal-body {
|
||
padding: 1.5rem;
|
||
}
|
||
.equipo-gallery {
|
||
margin-bottom: 1.5rem;
|
||
}
|
||
.equipo-gallery-main {
|
||
width: 100%;
|
||
border-radius: 8px;
|
||
overflow: hidden;
|
||
background-color: #f0f0f0;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
.equipo-gallery-main img {
|
||
width: 100%;
|
||
height: 350px;
|
||
object-fit: contain;
|
||
display: block;
|
||
transition: opacity 0.2s;
|
||
}
|
||
.equipo-gallery-thumbs {
|
||
display: flex;
|
||
gap: 8px;
|
||
overflow-x: auto;
|
||
padding-bottom: 4px;
|
||
}
|
||
.equipo-thumb {
|
||
width: 80px;
|
||
height: 60px;
|
||
object-fit: cover;
|
||
border-radius: 6px;
|
||
cursor: pointer;
|
||
border: 3px solid transparent;
|
||
opacity: 0.6;
|
||
transition: all 0.2s;
|
||
}
|
||
.equipo-thumb:hover {
|
||
opacity: 0.85;
|
||
}
|
||
.equipo-thumb.active {
|
||
border-color: #191990;
|
||
opacity: 1;
|
||
}
|
||
.equipo-info {
|
||
padding: 0;
|
||
}
|
||
.equipo-specs {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
}
|
||
.equipo-specs tr {
|
||
border-bottom: 1px solid #e8e8e8;
|
||
}
|
||
.equipo-specs tr:last-child {
|
||
border-bottom: none;
|
||
}
|
||
.equipo-specs th {
|
||
text-align: left;
|
||
color: #191990;
|
||
font-weight: 700;
|
||
padding: 10px 15px;
|
||
width: 120px;
|
||
font-size: 0.95em;
|
||
}
|
||
.equipo-specs td {
|
||
padding: 10px 15px;
|
||
color: #444;
|
||
font-size: 0.95em;
|
||
}
|
||
.equipo-modal-footer {
|
||
border-top: none;
|
||
justify-content: center;
|
||
padding: 0.75rem 1.5rem 1.5rem;
|
||
}
|
||
.equipo-btn-contact {
|
||
background-color: #C13123;
|
||
color: #fff;
|
||
padding: 10px 40px;
|
||
border-radius: 6px;
|
||
font-weight: 700;
|
||
letter-spacing: 0.5px;
|
||
text-decoration: none;
|
||
transition: background-color 0.2s;
|
||
}
|
||
.equipo-btn-contact:hover {
|
||
background-color: #a02a1e;
|
||
color: #fff;
|
||
text-decoration: none;
|
||
}
|
||
|
||
@media (max-width: 576px) {
|
||
.equipo-gallery-main img {
|
||
height: 220px;
|
||
}
|
||
.equipo-thumb {
|
||
width: 60px;
|
||
height: 45px;
|
||
}
|
||
}
|
||
|
||
/* Media Query para pantallas más pequeñas */
|
||
|
||
@media (max-width: 768px) {
|
||
.ehc-logo {
|
||
width: 300px;
|
||
}
|
||
|
||
.cta-text {
|
||
font-size: 1.5rem;
|
||
}
|
||
|
||
.cta-box {
|
||
padding: 8px 15px;
|
||
}
|
||
|
||
.products-grid {
|
||
grid-template-columns: 1fr;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
|
||
.pro-header {
|
||
background-image: url(../assets/img/pro-bg.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
|
||
/* Define el color de fondo de respaldo en caso de que la imagen no cargue */
|
||
background-color: #00008b;
|
||
|
||
height: 125vh;
|
||
width: 100%;
|
||
|
||
display: flex;
|
||
justify-content: center;
|
||
overflow: hidden;
|
||
}
|
||
|
||
/*REFACCIONES*/
|
||
|
||
.ref-header {
|
||
background-image: url(../assets/img/rf-bg.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
|
||
/* Define el color de fondo de respaldo en caso de que la imagen no cargue */
|
||
background-color: #00008b;
|
||
|
||
height: 70vw;
|
||
width: 100%;
|
||
|
||
display: flex;
|
||
justify-content: center;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.ref-content {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
text-align: center;
|
||
margin-top: 10em;
|
||
}
|
||
|
||
/* --- Estilo para la sección de "Venta y Renta de Equipos" --- */
|
||
.ref-cta-container {
|
||
align-items: center;
|
||
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
|
||
font-weight: 900;
|
||
}
|
||
|
||
.ref-cta-text {
|
||
font-family: Arial, sans-serif;
|
||
white-space: nowrap; /* Evita que el texto se parta en varias líneas */
|
||
}
|
||
|
||
.ref-cta-box {
|
||
font-size: 3rem;
|
||
background-color: #C13123;
|
||
color: white;
|
||
padding: 0px 10px;
|
||
border-radius: 15px;
|
||
}
|
||
|
||
.ref-cta-no-box {
|
||
font-size: 2.15rem;
|
||
color: white;
|
||
}
|
||
|
||
/* --- Estilos para el bloque flotante y su contenedor --- */
|
||
.floating-block-container {
|
||
width: 100%;
|
||
position: relative;
|
||
z-index: 2; /* Asegura que el div flotante esté por encima de las otras secciones */
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
top: -330px; /* Este valor negativo lo sube y lo coloca en el borde */
|
||
}
|
||
|
||
.floating-block {
|
||
background-color: #191990; /* Color azul */
|
||
border-radius: 20px;
|
||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
||
max-width: 800px;
|
||
padding: 40px;
|
||
position: relative;
|
||
z-index: 3;
|
||
text-align: center;
|
||
/* El efecto 3D */
|
||
transform: translateY(-20px);
|
||
}
|
||
|
||
.floating-block-content {
|
||
color: #fff;
|
||
font-family: Arial, sans-serif;
|
||
font-weight: 600;
|
||
text-align: justify;
|
||
text-align-last: center;
|
||
}
|
||
|
||
.cat-cta-container {
|
||
align-items: center;
|
||
padding: 60px 0;
|
||
font-weight: 900;
|
||
text-align: center;
|
||
}
|
||
|
||
.cat-cta-box {
|
||
font-size: 2rem;
|
||
background-color: #C13123;
|
||
color: white;
|
||
padding: 0px 50px;
|
||
border-radius: 15px;
|
||
text-align: center;
|
||
}
|
||
.title {
|
||
font-size: 1.75em;
|
||
font-weight: 800;
|
||
}
|
||
.subtitle {
|
||
font-size: 1.25em;
|
||
}
|
||
|
||
.description {
|
||
font-size: 1em;
|
||
line-height: 1.6;
|
||
}
|
||
|
||
/* --- Estilos para el triángulo flotante --- */
|
||
.floating-block-arrow {
|
||
width: 30px;
|
||
height: 30px;
|
||
background-color: #191990;
|
||
position: absolute;
|
||
bottom: -15px; /* Lo coloca justo por debajo del div */
|
||
left: 50%;
|
||
transform: translateX(-50%) rotate(45deg);
|
||
z-index: -1; /* Lo pone detrás del div flotante para que solo se vea el triángulo */
|
||
}
|
||
|
||
.blocks-container {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 60%;
|
||
text-align: center;
|
||
position: relative;
|
||
top: -27px;
|
||
}
|
||
.block-tex-box {
|
||
display: block;
|
||
padding: 5px 15px;
|
||
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
|
||
font-size: 1.25em;
|
||
}
|
||
.block-tex-box:first-child {
|
||
padding-top: 30px;
|
||
}
|
||
.block-tex-box:nth-child(odd) {
|
||
background-color: #090970;
|
||
width: 100%;
|
||
}
|
||
.block-tex-box:nth-child(even) {
|
||
background-color: #191990;
|
||
width: 90%;
|
||
}
|
||
|
||
.cat-card {
|
||
background-image: url(../assets/img/ref-card-bg.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
width: 55%;
|
||
height: 400px;
|
||
border-radius: 15px;
|
||
position: relative;
|
||
}
|
||
|
||
.cat-card .card-header {
|
||
background-color: #191990;
|
||
color: white;
|
||
border-radius: 15px;
|
||
}
|
||
|
||
.header-title {
|
||
font-size: 1.35rem;
|
||
text-align: center;
|
||
}
|
||
|
||
.card-description {
|
||
display: block;
|
||
background-color: rgba(0, 0, 0, 0.4);
|
||
position: absolute;
|
||
bottom: 0;
|
||
width: 100%;
|
||
text-align: center;
|
||
border-radius: 15px;
|
||
padding: 10px;
|
||
}
|
||
|
||
.card-description p {
|
||
margin-top: 0.25em;
|
||
margin-bottom: 0.25em;
|
||
}
|
||
|
||
.card-description p.highlight {
|
||
background-color: #191990;
|
||
width: max-content;
|
||
padding: 2px 10px;
|
||
display: inline;
|
||
}
|
||
|
||
.cat-end-card {
|
||
background-image: url(../assets/img/vactor-2100.png);
|
||
background-size: contain;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
width: 60%;
|
||
height: 300px;
|
||
}
|
||
|
||
|
||
|
||
|
||
.manpro-header {
|
||
background-image: url(../assets/img/pro-bg.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-color: #00008b;
|
||
height: 125vh;
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.cap-header {
|
||
background-image: url(../assets/img/cap-bg.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
|
||
/* Define el color de fondo de respaldo en caso de que la imagen no cargue */
|
||
background-color: #00008b;
|
||
|
||
height: 125vh;
|
||
width: 100%;
|
||
|
||
display: flex;
|
||
justify-content: center;
|
||
overflow: hidden;
|
||
}
|
||
.cap-content {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
text-align: center;
|
||
margin-top: 10em;
|
||
}
|
||
/* --- Estilo para la sección de "Venta y Renta de Equipos" --- */
|
||
.cap-cta-container {
|
||
align-items: center;
|
||
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
|
||
font-weight: 900;
|
||
background-color: #C13123;
|
||
border-radius: 15px;
|
||
padding: 0 25px;
|
||
}
|
||
.floating-block-dual {
|
||
background-image: linear-gradient(rgba(193, 49, 35, 1) 40%, rgba(25, 25, 144, 1) 40%); /* Color doble */
|
||
border-radius: 20px;
|
||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
||
max-width: 800px;
|
||
padding: 10px 40px;
|
||
position: relative;
|
||
z-index: 3;
|
||
text-align: center;
|
||
/* El efecto 3D */
|
||
transform: translateY(-20px);
|
||
}
|
||
.block-rnd-box {
|
||
display: block;
|
||
padding: 10px 15px;
|
||
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
|
||
font-size: 1.25em;
|
||
width: 100%;
|
||
}
|
||
.block-rnd-box:first-child {
|
||
border-radius: 15px 15px 0 0;
|
||
}
|
||
.block-rnd-box:last-child {
|
||
border-radius: 0 0 15px 15px;
|
||
}
|
||
|
||
.block-rnd-box:nth-child(odd) {
|
||
background-color: #090970;
|
||
}
|
||
.block-rnd-box:nth-child(even) {
|
||
background-color: #191990;
|
||
}
|
||
.cap-card {
|
||
background-image: url(../assets/icons/savings.svg);
|
||
background-size: contain;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
width: 55%;
|
||
height: 400px;
|
||
border-radius: 15px;
|
||
position: relative;
|
||
}
|
||
.cap-card .card-header{
|
||
position: absolute;
|
||
bottom: 0;
|
||
text-align: center;
|
||
width: 100%;
|
||
background-color: rgba(0,0,0,0);
|
||
border-bottom: 0;
|
||
}
|
||
|
||
|
||
|
||
.arr-header {
|
||
background-image: url(../assets/img/arr-bg.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
|
||
/* Define el color de fondo de respaldo en caso de que la imagen no cargue */
|
||
background-color: #00008b;
|
||
|
||
height: 125vh;
|
||
width: 100%;
|
||
|
||
display: flex;
|
||
justify-content: center;
|
||
overflow: hidden;
|
||
}
|
||
.arr-card {
|
||
background-image: url(../assets/icons/truck.svg);
|
||
background-size: contain;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
width: 75%;
|
||
height: 500px;
|
||
border-radius: 15px;
|
||
position: relative;
|
||
}
|
||
|
||
.arr-card .card-header{
|
||
position: absolute;
|
||
bottom: 0;
|
||
text-align: center;
|
||
width: 100%;
|
||
background-color: rgba(0,0,0,0);
|
||
border-bottom: 0;
|
||
}
|
||
|
||
|
||
|
||
.llave-header {
|
||
background-image: url(../assets/img/llave-bg.jpg);
|
||
background-size: cover;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
|
||
/* Define el color de fondo de respaldo en caso de que la imagen no cargue */
|
||
background-color: #00008b;
|
||
|
||
height: 125vh;
|
||
width: 100%;
|
||
|
||
display: flex;
|
||
justify-content: center;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.llave-card {
|
||
background-image: url(../assets/icons/key.svg);
|
||
background-size: contain;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
width: 75%;
|
||
height: 500px;
|
||
border-radius: 15px;
|
||
position: relative;
|
||
}
|
||
|
||
.llave-card .card-header{
|
||
position: absolute;
|
||
bottom: 0;
|
||
text-align: center;
|
||
width: 100%;
|
||
background-color: rgba(0,0,0,0);
|
||
border-bottom: 0;
|
||
}
|
||
|
||
|
||
|
||
/*CONTACTO*/
|
||
.con-header{
|
||
margin-top: 6rem;
|
||
width: 100%;
|
||
height: 35vw;
|
||
|
||
}
|
||
.con-white{
|
||
color: #202C5E;
|
||
padding: 5rem 20%;
|
||
}
|
||
.con-white .col-lg-7{
|
||
padding-right: 0;
|
||
}
|
||
.con-white .con-doble--left{
|
||
padding: 0;
|
||
}
|
||
.con-white .col-lg-7 .cot-card{
|
||
padding: 0;
|
||
}
|
||
.cont-doble--card{
|
||
width: 100%;
|
||
background-color: #25367A;
|
||
color: #fff;
|
||
margin-top: 2rem;
|
||
}
|
||
.cont-doble--card h4{
|
||
padding: 1rem;
|
||
margin: 0;
|
||
}
|
||
.cont-doble--card .card-tit{
|
||
padding: 1rem;
|
||
}
|
||
.card-tit svg{
|
||
width: 1rem;
|
||
margin: 0 1rem;
|
||
}
|
||
.cont-doble--card .card-bot{
|
||
background-color: #102056;
|
||
padding: 1rem;
|
||
}
|
||
.con-white .con-doble--right{
|
||
padding-left: 10%;
|
||
}
|
||
.con-white .con-doble--right h5{
|
||
margin-top: 4rem;
|
||
}
|
||
.con-white .con-doble--right label{
|
||
width: 100%;
|
||
}
|
||
.con-white .con-doble--right input{
|
||
width: 100%;
|
||
border: solid 2px #25367A;
|
||
}
|
||
.con-white .con-doble--right textarea{
|
||
width: 100%;
|
||
border: solid 2px #25367A;
|
||
}
|
||
.con-white .con-doble--right .con-sucursal{
|
||
margin-top: 5rem;
|
||
width: 100%;
|
||
height: 30vw;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
}
|
||
.webp .con-white .con-doble--right .con-sucursal{background-image: url(../assets/img/con-sucursal.webp);}
|
||
.no-webp .con-white .con-doble--right .con-sucursal{background-image: url(../assets/img/con-sucursal.png);}
|
||
.con-sucursal .con-sucursal-ban{
|
||
width: 13rem;
|
||
height: 2.5rem;
|
||
padding: .5rem 1rem;
|
||
color: #fff;
|
||
position: absolute;
|
||
background-color: #102056;
|
||
right: -50px;
|
||
top: -20px
|
||
}
|
||
.whatsapp{
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.whatsapp span{
|
||
background: url(../assets/img/whatsapp.png);;
|
||
background-size: contain;
|
||
width: 20px;
|
||
height: 20px;
|
||
background-repeat: no-repeat;
|
||
background-position: center;
|
||
margin-right: 4px;
|
||
}
|
||
/*COTIZACIÖN*/
|
||
|
||
.cot-main{
|
||
width: 100%;
|
||
background: linear-gradient(to right, rgb(3, 32, 128) 0%, rgb(3, 26, 75) 100%);
|
||
}
|
||
.cont-bg{
|
||
width: 100%;
|
||
height: 100%;
|
||
padding: 10rem 0;
|
||
margin-top: 6rem;
|
||
background-image: url(../assets/icons/x-red.svg);
|
||
background-position: 100% 101% ;
|
||
background-repeat: no-repeat;
|
||
background-size: 50rem;
|
||
}
|
||
.ws-x--bg {
|
||
background-image: url(../assets/icons/x-grey.svg);
|
||
background-position: 100% 101%;
|
||
background-repeat: no-repeat;
|
||
background-size: 30rem;
|
||
}
|
||
.cot-card{
|
||
margin: 0 auto 10rem auto;
|
||
padding: 5rem ;
|
||
background-color: #fff;
|
||
max-width: 500px;
|
||
color: #202C5E;
|
||
}
|
||
#error{
|
||
padding-top: 5rem;
|
||
color: #C13123;
|
||
}
|
||
#success{
|
||
padding-top: 5rem;
|
||
}
|
||
.cot-card label{
|
||
width: 100%;
|
||
margin-top: .5rem;
|
||
}
|
||
.cot-card input{
|
||
width: 100%;
|
||
border: solid 2px #25367A;
|
||
}
|
||
|
||
.cot-card select{
|
||
-webkit-appearance: none;
|
||
-moz-appearance: none;
|
||
-webkit-border-radius: 0px;
|
||
width: 100%;
|
||
border: solid 2px #25367A;
|
||
border-radius: 0;
|
||
background-color: #fff;
|
||
background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg");
|
||
background-position: 99% 50%;
|
||
background-repeat: no-repeat;
|
||
background-size: 16px;
|
||
}
|
||
.radio-buttons label, .radio-buttons input{
|
||
width: 30%;
|
||
margin-left: 1rem;
|
||
}
|
||
.radio-buttons{
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.cot-card textarea{
|
||
width: 100%;
|
||
border: solid 2px #25367A;
|
||
}
|
||
|
||
#container-slider
|
||
{
|
||
position: relative;
|
||
display: block;
|
||
width: 100%;
|
||
}
|
||
.container-slider_responsive{
|
||
margin-bottom: -50px;
|
||
}
|
||
#slider {
|
||
position: relative;
|
||
display: block;
|
||
width: 100%;
|
||
height: 50vw;
|
||
margin-top: 75px;
|
||
}
|
||
.slider_responsive{
|
||
min-height: 250px;
|
||
}
|
||
#slider li {
|
||
background-repeat: no-repeat;
|
||
background-size: contain;
|
||
background-position: center;
|
||
position: absolute !important;
|
||
top: 0 !important;
|
||
left: 0 !important;
|
||
width: 100%;
|
||
height: 100%;
|
||
display: block;
|
||
-webkit-transition: opacity 1s;
|
||
-moz-transition: opacity 1s;
|
||
-ms-transition: opacity 1s;
|
||
-o-transition: opacity 1s;
|
||
transition: opacity 1s;
|
||
z-index: -1;
|
||
opacity: 0;
|
||
}
|
||
#container-slider .arrowPrev, #container-slider .arrowNext{
|
||
font-size: 30pt;
|
||
color: rgba(204, 204, 204, 0.65);
|
||
cursor: pointer;
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50px;
|
||
z-index: 2;
|
||
}
|
||
#container-slider .arrowNext {
|
||
left: initial;
|
||
right: 50px !important;
|
||
}
|
||
.content_slider{
|
||
padding: 15px 30px;
|
||
color: #FFF;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.content_slider div{
|
||
text-align: center;
|
||
}
|
||
.content_slider h2{
|
||
font-family: 'arial';
|
||
font-size: 30pt;
|
||
letter-spacing: 1px;
|
||
text-transform: uppercase;
|
||
margin-bottom: 20px;
|
||
}
|
||
.content_slider p {
|
||
font-size: 15pt;
|
||
font-family: 'arial';
|
||
color: #FFF;
|
||
margin-bottom: 20px;
|
||
}
|
||
#slider li .content_slider{
|
||
background: rgba(0, 0, 0, 0.50);
|
||
padding: 10px 125px;
|
||
}
|
||
.content_slider{
|
||
display: -webkit-flex;
|
||
display: -moz-flex;
|
||
display: -ms-flex;
|
||
display: -o-flex;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.btnSlider{
|
||
color: #FFF;
|
||
font-size: 15pt;
|
||
font-family: 'arial';
|
||
letter-spacing: 1px;
|
||
padding: 10px 50px;
|
||
border: 1px solid #CCC;
|
||
background: rgba(13, 13, 13, 0.55);
|
||
border-radius: 31px;
|
||
text-decoration: none;
|
||
transition: .5s all;
|
||
}
|
||
.btnSlider:hover{
|
||
background: #111;
|
||
border: 1px solid #111;
|
||
}
|
||
.listslider {
|
||
position: absolute;
|
||
display: -webkit-flex;
|
||
display: -moz-flex;
|
||
display: -ms-flex;
|
||
display: -o-flex;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
left: 50%;
|
||
bottom: 5%;
|
||
list-style: none;
|
||
z-index: 2;
|
||
transform: translateX(-50%);
|
||
}
|
||
.listslider li {
|
||
border-radius: 50%;
|
||
width: 10px;
|
||
height: 10px;
|
||
cursor: pointer;
|
||
margin: 0 5px;
|
||
}
|
||
.listslider li a {
|
||
background: #CCC;
|
||
border-radius: 50%;
|
||
width: 100%;
|
||
height: 100%;
|
||
display: block;
|
||
}
|
||
.item-select-slid {
|
||
background: #FFF !important;
|
||
}
|
||
|
||
/*RESPONSIVE*/
|
||
|
||
@media (max-width: 1200px) {
|
||
.o-1{order: 1;}
|
||
.o-2{order: 3;}
|
||
.o-3{order: 5;}
|
||
.o-4{order: 2;}
|
||
.o-5{order: 4;}
|
||
.o-6{order: 6;}
|
||
.tl-item-ar p{
|
||
padding-right: 60%;
|
||
font-size: .8rem;
|
||
}
|
||
.tl-item-ab, .tl-item-ar{
|
||
height: 15rem;
|
||
}
|
||
.tl-item-ab p{
|
||
font-size: .8rem;
|
||
}
|
||
.tl-item-ab p, .tl-item-ab h4{
|
||
padding-left: 60%;
|
||
}
|
||
.timeline{padding: 5rem 0}
|
||
.o-4, .o-5, .o-6{
|
||
margin-top: 0;
|
||
}
|
||
|
||
.timeline .tl-line{
|
||
height: 100%;
|
||
width: .2rem;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 0;
|
||
border-radius: 50px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: flex-start;
|
||
flex-direction: column;
|
||
}
|
||
.circle-1, .circle-2, .circle-3, .circle-4, .circle-5, .circle-6{
|
||
margin-left: 0;
|
||
margin-top: 3rem;
|
||
}
|
||
|
||
.circle-1::after{
|
||
content: ' ';
|
||
width: 200px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
top: 7px;
|
||
left: -200px;
|
||
}
|
||
.circle-1::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
top: 4px;
|
||
left: -200px;
|
||
}
|
||
.circle-2{margin-top: 13rem;}
|
||
.circle-2:after{
|
||
content: '';
|
||
width: 85px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-2::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 100px;
|
||
}
|
||
.circle-3{margin-top: 13rem;}
|
||
.circle-3::after{
|
||
content: ' ';
|
||
width: 200px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
top: 7px;
|
||
left: -200px;
|
||
}
|
||
.circle-3::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
top: 4px;
|
||
left: -200px;
|
||
}
|
||
.circle-4{margin-top: 13rem;}
|
||
.circle-4:after{
|
||
content: '';
|
||
width: 85px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-4::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 100px;
|
||
}
|
||
.circle-5{margin-top: 13rem;}
|
||
.circle-5::after{
|
||
content: ' ';
|
||
width: 200px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
top: 7px;
|
||
left: -200px;
|
||
}
|
||
.circle-5::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
top: 4px;
|
||
left: -200px;
|
||
}
|
||
.circle-6{margin-top: 13rem;}
|
||
.circle-6:after{
|
||
content: '';
|
||
width: 85px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-6::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 100px;
|
||
}
|
||
|
||
/*FAMILIADRENAX*/
|
||
.fd-header .fd-header--right .fd-header--txt h2{
|
||
font-size: 1.5rem;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt p{
|
||
font-size: .8rem;
|
||
}
|
||
/*INSP TUBERÍAS*/
|
||
.it-white--fig{
|
||
width: 8.5rem;
|
||
height: 2rem;
|
||
}
|
||
.it-white--fig::after{
|
||
height: 2rem;
|
||
}
|
||
.it-white--fig p{
|
||
font-size: 8px;
|
||
font-weight: 600;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 992px) {
|
||
/*NAVIGATOR*/
|
||
.navbar-collapse{
|
||
background-color: #fff;
|
||
height: 100vh;
|
||
position: absolute;
|
||
top: 6rem;
|
||
right: 0;
|
||
width: 200px;
|
||
}
|
||
.nav-item {
|
||
margin: 1.7rem 0 0 0;
|
||
text-align: left;
|
||
}
|
||
.navbar-nav li{
|
||
height: 2rem;
|
||
}
|
||
.navbar-nav>li{
|
||
width: 100%;
|
||
}
|
||
.navbar-nav>li>.nav-link{
|
||
padding-left: 2.5rem;
|
||
}
|
||
.empresa{
|
||
top: 0 !important;
|
||
left: -165px;
|
||
height: 7rem;
|
||
position: absolute;
|
||
}
|
||
.servicios{
|
||
padding: 0;
|
||
top: 0 !important;
|
||
left: -165px;
|
||
height: 20rem;
|
||
position: absolute;
|
||
}
|
||
.servicios li{
|
||
flex: 1;
|
||
}
|
||
/*INICIO*/
|
||
.alg-suc{margin-top: 2rem;}
|
||
/*FAMILIA DRENAX*/
|
||
.fd-header .fd-header--right .fd-header--txt h2{
|
||
font-size: 1rem;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt p{
|
||
font-size: .7rem;
|
||
}
|
||
.fdmi-txt{
|
||
padding: 1.5rem;
|
||
}
|
||
.fdmi-txt .fdmi-txt--p{
|
||
font-size: .8rem;
|
||
}
|
||
|
||
/*QUENES SOMOS*/
|
||
.qs-header{
|
||
padding: 0;
|
||
}
|
||
.qs-header--card .card-left{
|
||
width: 100%;
|
||
order: 2;
|
||
}
|
||
.qs-header--card .card-right{
|
||
width: 100%;
|
||
order: 1;
|
||
height: 24rem;
|
||
}
|
||
.qs-estado--left{
|
||
display: none;
|
||
}
|
||
.qs-estado--right{
|
||
width: 15rem;
|
||
position: absolute;
|
||
right: 10vw;
|
||
bottom: 18rem;
|
||
text-align: right;
|
||
}
|
||
.qs-estado--t {
|
||
letter-spacing: .5rem;
|
||
font-size: .7rem;
|
||
}
|
||
.qs-estado--t span{
|
||
letter-spacing: .1rem;
|
||
font-size: 1.6rem;
|
||
}
|
||
.qs-estado--b{font-size: .6rem;}
|
||
.img-bottom h3{
|
||
font-size: 2rem;
|
||
}
|
||
/*LIMPIEZA DE DRENAJE*/
|
||
.ld-blue--right{
|
||
width: 100%;
|
||
}
|
||
.ld-blue--left{
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
margin-bottom: 3rem;
|
||
}
|
||
/*MANTENIMIENTO*/
|
||
.lp-doble--left{
|
||
width: 100%;
|
||
}
|
||
.lp-doble--right{
|
||
margin-top: 3rem;
|
||
width: 100%;
|
||
}
|
||
/*CONTACTO*/
|
||
.con-white .con-doble--right {
|
||
padding-left: 0;
|
||
}
|
||
|
||
/* FOOTER*/
|
||
footer .footer-top .footmapa {
|
||
text-align: left;
|
||
}
|
||
}
|
||
@media (max-width: 900px){
|
||
.cot-main{
|
||
padding: 0;
|
||
}
|
||
}
|
||
@media (max-width: 768px){
|
||
.inicio-white{
|
||
padding: 5rem 5%;
|
||
}
|
||
.tl-item-ar, .tl-item-ab{
|
||
height: 13rem;
|
||
}
|
||
.o-1{order: 1;}
|
||
.o-2{order: 3;}
|
||
.o-3{order: 5;}
|
||
.o-4{order: 2;}
|
||
.o-5{order: 4;}
|
||
.o-6{order: 6;}
|
||
.tl-item-ar p{padding-right: 0;}
|
||
.tl-item-ab p, .tl-item-ab h4, .tl-item-ar p, .tl-item-ar h4{padding-left: 10%;}
|
||
.tl-item-ar p,.tl-item-ab p{
|
||
font-size: .7rem;
|
||
}
|
||
.timeline .tl-line{
|
||
height: 90%;
|
||
left: 7%;
|
||
top: 5%;
|
||
}
|
||
|
||
.circle-1{margin-top: 3rem;}
|
||
.circle-1:after{
|
||
content: '';
|
||
width: 30px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-1::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 40px;
|
||
}
|
||
.circle-2{ margin-top: 12rem;}
|
||
.circle-2:after{
|
||
content: '';
|
||
width: 30px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-2::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 40px;
|
||
}
|
||
.circle-3{ margin-top: 11rem;}
|
||
.circle-3:after{
|
||
content: '';
|
||
width: 30px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-3::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 40px;
|
||
}
|
||
.circle-4{
|
||
margin-top: 11rem;
|
||
}
|
||
.circle-4:after{
|
||
content: '';
|
||
width: 30px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-4::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 40px;
|
||
}
|
||
.circle-5{
|
||
margin-top: 11rem;
|
||
}
|
||
.circle-5:after{
|
||
content: '';
|
||
width: 30px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-5::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 40px;
|
||
}
|
||
.circle-6{
|
||
margin-top: 11rem;
|
||
}
|
||
.circle-6:after{
|
||
content: '';
|
||
width: 30px;
|
||
height: 3px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 7px;
|
||
left: 20px;
|
||
}
|
||
.circle-6::before{
|
||
content: '';
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50px;
|
||
background-color: #0b1c48;
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 40px;
|
||
}
|
||
/*FAMILIA DRENAX*/
|
||
.fd-header{
|
||
height: 25rem;
|
||
}
|
||
.fd-header .fd-header--img {
|
||
width: 100%;
|
||
height: 30vw;
|
||
background-color: #df2f1c;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt{
|
||
text-align: center;
|
||
width: 50%;
|
||
right: 25vw;
|
||
top: 35vw;
|
||
}
|
||
.fd-main--item div{
|
||
height: 20rem;
|
||
}
|
||
/*LIMP DRENAJE*/
|
||
.ld-white--img{
|
||
height: 13rem;
|
||
}
|
||
/*LIMPIEZA DE TUVERÍAS*/
|
||
.lemi-img{
|
||
height: 15rem;
|
||
}
|
||
/*LIMPIZA DE PISOS*/
|
||
.lp-white--img{
|
||
height: 15rem;
|
||
}
|
||
/*COTIZACIÓN*/
|
||
.cont-bg, .ws-x--bg{
|
||
background-image: none;
|
||
}
|
||
|
||
}
|
||
@media (max-width: 576px) {
|
||
.fd-main--item div{
|
||
height: 10rem;
|
||
}
|
||
.fd-main--item.voluntariado div{
|
||
height: 15rem;
|
||
}
|
||
.navbar-collapse{
|
||
width: 150px;
|
||
}
|
||
/*FAMILIA DRENAX*/
|
||
.fd-header .fd-header--right .fd-header--txt{
|
||
top: 40vw;
|
||
}
|
||
.btn{
|
||
font-size: .7rem;
|
||
}
|
||
}
|
||
@media (min-width: 1800px) {
|
||
/*INICIO*/
|
||
.fd-header .fd-header--right .fd-header--txt h2{
|
||
font-size: 3rem;
|
||
}
|
||
.fd-header .fd-header--right .fd-header--txt p{
|
||
font-size: 1.5rem;
|
||
}
|
||
.fdmi-txt h3{
|
||
font-size: 2.4rem;
|
||
}
|
||
|
||
.fdmi-txt .fdmi-txt--p{
|
||
font-size: 1.7rem;
|
||
}
|
||
.fdmi {
|
||
height: 18rem;
|
||
}
|
||
.fdmi-1{
|
||
height: 35rem;
|
||
}
|
||
.fdmi-6{
|
||
height: 32rem !important;
|
||
}
|
||
|
||
/*LIMP DRENAJE*/
|
||
.ld-white--img{
|
||
height: 18rem;
|
||
}
|
||
/*INSP TUBERÏAS*/
|
||
.it-white--img {
|
||
height: 20rem;
|
||
}
|
||
.it-white--fig::after, .it-white--fig{
|
||
height: 3.5rem;
|
||
}
|
||
/*LIMPIEZA DE ESCALERAS*/
|
||
.lemi-img{
|
||
height: 15rem;
|
||
}
|
||
/*LIMP PISOS*/
|
||
.lp-white--img{
|
||
height: 15rem;
|
||
}
|
||
.lp-white--fig {
|
||
height: 3.5rem;
|
||
position: absolute;
|
||
bottom: -3.3rem;
|
||
}
|
||
.lp-white--txt{
|
||
margin: 5rem auto;
|
||
}
|
||
}
|
||
|
||
.hidden{
|
||
display: none;
|
||
}
|
||
.social-icons{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
max-width: 13rem;
|
||
margin: 3rem 0;
|
||
}
|
||
.social-icons svg{
|
||
width: 2rem;
|
||
}
|
||
@media (min-width: 576px){
|
||
.modal-dialog {
|
||
max-width: 710px;
|
||
margin: 1.75rem auto;
|
||
}
|
||
}
|
||
@media (max-width: 800px){
|
||
.modal-dialog {
|
||
max-width: 85vw;
|
||
margin: 1.75rem auto;
|
||
}
|
||
.modal-body {
|
||
padding: 1rem 0;
|
||
}
|
||
}
|
||
.navbar-toggler {
|
||
position: fixed;
|
||
right: 0;
|
||
height: 75px;
|
||
}
|
||
|
||
/*Arreglos 21 Abril*/
|
||
@media (max-width:1390px){
|
||
.inicio-cards--5 .card-5--title{
|
||
font-size: 1rem;
|
||
}
|
||
}
|
||
@media (max-width: 991px){
|
||
.inicio-white.row iframe{
|
||
margin-top: 20px;
|
||
}
|
||
.inicio-white.row.center-row.videos div:nth-child(2){
|
||
margin-top: 20px;
|
||
}
|
||
|
||
|
||
}
|
||
@media (max-width:749px){
|
||
.clientes-container picture{
|
||
width: 50%;
|
||
padding: 20px;
|
||
}
|
||
.clientes-container picture img{
|
||
max-width: 85%;
|
||
min-width: 120px;
|
||
}
|
||
.inicio-white--video.video-small{
|
||
height: 45vw;
|
||
}
|
||
.inicio-white--video.video-small.video-center{
|
||
height: 45vw;
|
||
}
|
||
}
|
||
@media (max-width:479px){
|
||
.clientes-container picture{
|
||
padding: 10px;
|
||
}
|
||
.con-white{
|
||
padding: 5rem 10%;
|
||
}
|
||
}
|
||
@media(max-width:768px){
|
||
.inicio-white.row.center-row.videos{
|
||
padding: 4rem 5%;
|
||
}
|
||
}
|
||
/* SOLUCIONES PARA MENÚ DRENAXPRO */
|
||
.dropdown-menu.DrenaxPro {
|
||
min-width: 15em;
|
||
}
|
||
|
||
.dropdown-menu.DrenaxPro li{
|
||
width: 15em;
|
||
}
|
||
|
||
.navbar-collapse {
|
||
overflow: visible !important;
|
||
}
|
||
|
||
.dropdown-submenu {
|
||
overflow: visible !important;
|
||
}
|
||
|
||
/* Estilos específicos para DrenaxPro */
|
||
.dropdown-menu.DrenaxPro {
|
||
background-color: #fff;
|
||
border: 1px solid rgba(0,0,0,0.15);
|
||
border-radius: 0.25rem;
|
||
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175);
|
||
padding: 0.5rem 0;
|
||
z-index: 1000;
|
||
}
|
||
|
||
.dropdown-menu.DrenaxPro .dropdown-item {
|
||
color: #212529;
|
||
font-size: 0.9rem;
|
||
}
|
||
|
||
.dropdown-menu.DrenaxPro .dropdown-item:hover {
|
||
background-color: #f8f9fa;
|
||
color: #16181b;
|
||
}
|
||
|
||
/* Ajustes responsive */
|
||
@media (max-width: 992px) {
|
||
.DrenaxPro {
|
||
left: -200px !important;
|
||
min-width: 280px !important;
|
||
max-width: 350px !important;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.dropdown-menu.DrenaxPro {
|
||
left: -150px !important;
|
||
min-width: 250px !important;
|
||
max-width: 300px !important;
|
||
}
|
||
|
||
.dropdown-menu.DrenaxPro .dropdown-item {
|
||
font-size: 0.85rem;
|
||
padding: 0.6rem 1rem;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 576px) {
|
||
.dropdown-menu.DrenaxPro {
|
||
left: -120px !important;
|
||
min-width: 220px !important;
|
||
max-width: 260px !important;
|
||
}
|
||
}
|
||
|
||
/* === Marca VACCON en modales (forzado) === */
|
||
.equipo-modal .modal-header .modal-title.vaccon-title{
|
||
display: flex !important;
|
||
align-items: center !important;
|
||
gap: 10px !important;
|
||
}
|
||
|
||
.equipo-modal .modal-header .modal-title.vaccon-title .brand-name{
|
||
font-weight: 900 !important;
|
||
letter-spacing: 1px !important;
|
||
color: #c4001a !important;
|
||
text-transform: uppercase !important;
|
||
}
|
||
|
||
.equipo-modal .modal-header .modal-title.vaccon-title .model-name{
|
||
font-weight: 600 !important;
|
||
color: #333 !important;
|
||
font-size: 0.95em !important;
|
||
} |