/*
Theme Name:   Ateclima
Author:       Juanjo Vera
Author URI:   https://www.juanjovera.com
Version:      2.0
*/
#wpadminbar{
    display: none !important;
}

html{
    margin-top: 0px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

}

.p0{
    padding: 0px !important;
}

.m0{
    margin: 0px !important;
}

.card_proyect{
		width: 100%;
	min-height: 400px;
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 20px;
	text-align: center;
	transition: all 0.25s;
	background-color: #0897dd;
	color: black;
}


.card_proyect:hover{
	transform: translateY(-15px);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	color: white;
}

.card_proyect img{
	width: 100%;
	height: 220px;
}

.card_proyect h3{
	font-size: 30px;
}


.card_proyect p{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: 300px;
}

.card_proyect a{
	font-weight: 500 !important;
	text-decoration: none;
	color:  #060c21;
}

.titulocard{
	margin: 10px;
}

/**Boton**/

.boton{
	position: relative;
	padding: 10px 15px;
	border: none;
	outline: none;
	background: #060c21;
	color: white;
	cursor: pointer;
	transition: 0.5s;
	overflow: hidden;
}

.boton:hover{
	color: white;
	background-color: #0897dd;
}

.boton span{
	position: absolute;
	background: white;
	transition: 0.5s;
}

.h40{
	height:40px;
}

.mt_6{
    margin-top: -6px;
}

.blue_pvc{
    color: #1894E0;
    text-decoration: underline;
}

.mtb25{
    margin-top: 25px;
    margin-bottom: 25px;
}

.img_catalogo{
    width: 138px;
    height: 138px;
    background-size: cover;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
    float: left;
}

.card_photo{
    height: 200px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
	cursor:pointer;
}

.img_catalogo_modal{
    width: 135px;
    height: 135px;
    background-size: cover;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
    float: left;
}


  .galeria_boton_nombre{
      width: 100%;
      margin-top: 0px;
      margin-bottom: 20px;
  }

.btn-blue-filter{
    background-color: #1894E0;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin-top: 5px;
}

.mr5{
    margin-right: 5px;
}

.logo_pvc_revista{
    width: 100%;
    padding: 50px;
}

.title_revista_portada{
    padding: 50px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 25px;
}

.p50{
    padding: 50px;
}

.mt40{
    margin-top: 40px;
}

.mb30{
    margin-bottom: 30px;
}

.mb50{
    margin-bottom: 50px;
}

.mb20{
    margin-bottom: 20px;
}

.imagen_slider_style{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 64vh;
    background-position: center center;
}

.video_youtube_style{
    height: 64vh;
    width: 100%;
}

.white{
    color: #FFFFFF;
}

.bg_rrss{
    background-color: #1894E0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg_header{
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

.navbar-nav li{
    float: left;
    margin-left: 30px;
    list-style: none;
    font-size: 18px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transform: translateZ(0);
    transition:all 1s;
  }

.navbar-nav li a{
    color: #1894E0;
}

.current-menu-item{
    font-weight: bold;
}

.bg_product{
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.datos_contacto´{
    font-size: 10px;
}

.bg_white{
    width: 100%;
    background-color: white;
    height: auto;
}

.title_product{
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
}

.short_text_product{
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 10%;
    transition: .5s ease;
    background-color: #1894E09f;
}

.bg_product:hover .overlay{
    height: 100%;
}

.bg_product:hover .title_product{
    display: none;
}

.bg_product:hover .short_text_product{
    display: block;
}

.f_left{
    float: left;
}

.td_none:hover{
    text-decoration: none;
}

.button_ver_productos{
    text-transform: uppercase;
    padding: 15px 30px;
    color: #FFFFFF;
    background-color: #1894E0;
}

.button_ver_productos:hover{
    color: #1894E0;
    background-color: white;
    border: 1px solid #1894E0;
}

.logo_financiacion{
    display:inline-block;
    width:40%;
    margin-top: 20px;

}

.link_covid:hover{
    text-decoration: none;
}

.link_covid:hover .bg_rrss{
    background-color: #FFFFFF;
    border: 1px solid #1894E0;
    color: #1894E0;
}

.link_covid .bg_rrss{
    border: 1px solid #FFFFFF;
}

.link_covid:hover .bg_rrss h2{
    color: #1894E0 !important;
}

.button_ver_productos_single{
    text-transform: uppercase;
    color: #1894E0;
    margin-top: 30px;
}


.img_producto_single{
    width: 23.9%;
    height: 200px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 5px;
}

.title_single{
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.bg_azul{
    width: 100%;
    height: auto;
    padding: 0px 0px 0px;
    background-color: #1894E0;
}

.img_galeria{
    width: 138px;
    height: 138px;
    background-size: cover;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
    float: left;
}

.button_filter{
    background-color: #1894E0;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.flowpaper-class{
    background-color: #1894E0;
}

.contenido_producto p{
    text-align: justify;
}

.rrss_box{
    display: inline-block;
}

.rrss_box i{
    font-size: 30px;
    color: #1894E0;
    margin: 10px;
}

.rrss_box a{
    color: #1894E0;
}

.datos_contacto_location{
    border: 3px solid #1894E0;
    padding: 10px 25px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.datos_contacto_moviles{
    border: 3px solid #1894E0;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.datos_contacto_email{
    border: 3px solid #1894E0;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.datos_contacto_location a{
    color: #1894E0;
    font-weight: bold;
}
.datos_contacto_moviles a{
    color: #1894E0;
    font-weight: bold;
}
.datos_contacto_email a{
    color: #1894E0;
    font-weight: bold;
}

.datos_contacto_location i{
    display: inherit;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #1894E0;
}
.datos_contacto_moviles i{
    display: inherit;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #1894E0;
}
.datos_contacto_email i{
    display: inherit;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #1894E0;
}

.wpcf7-submit:disabled {
    background-color: #666;
}

.wpcf7-submit {
    background-color: #1894E0;
    color: #fff;
    box-shadow: none;
    padding: 10px 20px;
    width: 100%;
}

.video_youtube_style_galeria{
    width: 49%;
    height: 300px;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
    float: left;
}

.mobile_separator{
    display: none;
}

.contenido_static_page .wp-block-columns{
    text-align: justify;
}
.has-text-align-center{
    text-align: center !important;
}

.contenido_static_page p{
    text-align: justify;
}

.color_negro_web{
    color: #212529 !important;
    font-weight: normal !important;
}

.youtube_column_video{
    width: 100%;
}

.last_notice{
    background-color: #1894E0;
    border-color: #FFFFFF;
    border: 1px solid;
    width: 100%;
    overflow: hidden;
    padding: 2px 20px;
    color: #ffffff;
    position: relative;
    height: 30px;
}

.last_notice a{
  animation-name: slide-left;
  animation: infinite;
  animation-duration: 30s;
  -webkit-animation:infinite;
  -webkit-animation-name: slide-left;
  -webkit-animation-duration: 30s;
  position: absolute;
  color: #ffffff;
}

.last_notice a:hover{
    color: #ffffff;
  }

@keyframes slide-left {
  from {
    margin-left: 100%;
    width: 100%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

/************JOSELITO********************/


.box{
	position: relative;
	width: 300px;
	height: 225px;
	display: flex;
	justify-content: center;
	background: #060c21;
	align-items: center;
	margin: 40px;
	transition: 0.5s;
	border-radius: 10px;
}
.box:hover{
	height: 350px;
}

.box .imgBx{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	padding: 0px;
	border-radius: 10px;

}
.box .imgBx img{
	max-width: 300px;
	opacity: 0.5;
	transition: 0.5s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 300px;
	height: 200px
}

.box:hover .imgBx img{
	opacity: 1;
}

.box:before{
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: #fff;
	z-index: -1;
	border-radius: 10px;
}

.box:after{
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: #fff;
	z-index: -1;
	filter: blur(40px);
	transition: 0.5s;
}

.box:before,
.box:after{
	background: linear-gradient(235deg, #060c21, #060c21, #060c21);
}

.box:hover,
.box:before,
.box:after{
	background: linear-gradient(235deg, #1894e0, #1894e0, #1894e0);
}

.box .content{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: 135px;
	background: rgb(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	opacity: 0;
	transition: 0.2s;
}

.box:hover .content{
	opacity: 1;
	transition: 1.5s;
	background: #060c21;
	border-radius: 10px;
}
.box .content h2{
font-size: 20px;
color: #fff;
font-weight: 500;
line-height: 17px;
letter-spacing: 1px;
}

.box .content span{
font-size: 20px;
color: #fff;
font-weight: 500;
line-height: 20px;
letter-spacing: 1px;
}

/**Boton**/

.boton{
	position: relative;
	padding: 10px 15px;
	border: none;
	outline: none;
	background: #0897dd;
	color: white;
	cursor: pointer;
	transition: 0.5s;
	overflow: hidden;
	margin-bottom: 20px;
}

.boton: hover{
	color: white;
}

.botonstyle{
	margin-bottom: 20px;
	margin-top: 20px
}

/***********END JOSELITO******************/

/************** IMAGEN CON CAJA JOSELITO ******************/

.image-container {
    position: relative;
    margin-bottom: 10%;
}

.text-box {
    position: absolute;
    left: 20%; /* Ajusta la posición horizontal del texto según tu preferencia */
    bottom: -115px;
    background-color: #1894E0;
    color: white;
    padding: 10px;
    height: 300px;
    width: 400px;
    box-sizing: border-box; /* Incluye padding en el ancho total */
}

.title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    margin-bottom: 15px;
    margin-top: 40px;
    margin-right: 30px;
}

.divider {
    height: 1px;
    background-color: #1894E0;
    margin: 10px 0;
}

.text {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 30px;
}

/* Media query para dispositivos móviles */
@media (max-width: 575.98px) {
    .text-box {
        position: static;
        margin-top: 10px;
        width: 100%; /* Ocupa todo el ancho de la pantalla en dispositivos móviles */
    }
}
/************** FIN IMAGEN CON CAJA JOSELITO ******************/

/*** FOOTER JOSELITO ****/
body {
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

.footer {
	background-color: #3586ff;
	padding: 70px 0;
}

.footer-col {
	padding: 0 15px;
}

.footer-col h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #3586ff;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: white;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 8px;
}

.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #3586ff;
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
}

.waves {
	position: relative;
	z-index: 0;
	margin-top: 30vh;
	height: 50px;
}

.wave {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 1000px 100px;
	background-repeat: repeat-x;
	animation: animateWave 4s linear infinite;
}

.wave#wave1 {
	opacity: 1;
	background: url(https://www.ateclima.com/wp-content/uploads/2024/01/wave.png);
}

.wave#wave2 {
	opacity: 0.5;
	background: url(https://www.ateclima.com/wp-content/uploads/2024/01/wave.png);
	animation: animateWave_02 4s linear infinite;
}
.wave#wave3 {
	z-index: 1000;
	opacity: 0.2;
	bottom: 0;
	animation: animateWave 3s linear infinite;
}

.wave#wave4 {
	z-index: 999;
	opacity: 0.7;
	bottom: 20px;
	animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
	0% {
		background-position-x: 1000px;
	}

	100% {
		background-position-x: 0px;
	}
}

@keyframes animateWave_02 {
	0% {
		background-position-x: 0px;
	}

	100% {
		background-position-x: 1000px;
	}
}
/***** FIN FOOTER JOSELITO *****/

/***** HEADER JOSELITO *****/
    .navbar-nav .nav-item:hover {
        background-color: #1894E0; /* Color de fondo azul */
		transition: 0.5s;
		text-decoration: underline;
		border-radius: 5px;
    }
    .navbar-nav .nav-item {
		transition: 0.5s;
    }

    .navbar-nav .nav-item:hover .nav-link {
        color: #ffffff; /* Color del texto blanco */
    }