/*
 Theme Name:     Prestolite
 Theme URI:      
 Description:    Divi Child Theme
 Author:         Gustavo Troisi
 Author URI:     https://gustavotroisi.com.ar
 Template:       Divi
 Version:        1.0.2
*/


.et_pb_menu__menu, .et-menu{
	width: 100%;
}

.et-menu-nav {
	width: 80%;
    margin: 0 auto;
}

.et-menu{
    justify-content: space-evenly !important;
}

body.search #et-main-area #sidebar,
body.search #main-content .container:before{
	display: none;
}

body.search #et-main-area #left-area {
    width: 100% !important;
}


body.page-id-141 #titulo-pagina {
    max-width: 620px;
    margin: 0 auto;
}

/*Contacto*/
body.page-id-141 div.et_pb_section.et_pb_section_0_tb_header {
    background-image: url(/wp-content/uploads/2024/10/headerimg_contacto.jpg) !important;
}
/*Sobre AS*/
body.page-id-488 div.et_pb_section.et_pb_section_0_tb_header {
    background-image: url(/wp-content/uploads/2024/11/headerimg_as.jpg) !important;
}
/*Locaciones*/
body.page-id-514 div.et_pb_section.et_pb_section_0_tb_header {
    background-image: url(/wp-content/uploads/2025/04/headerimg_locaciones.jpg) !important;
}


.product-grid{
	display: flex;             
    flex-wrap: wrap;  
    justify-content: center;
    margin: -10px; 
	margin-bottom: 60px;
}

.product-grid .product-item{
	flex: 0 0 25%;          
    margin: 50px 0;    
	position: relative;	
}

.product-grid .product-thumbnail {
	text-align: center;
}

.product-grid .product-thumbnail img {
    /*height: 300px;*/
	height: 230px;
    width: auto;
	max-width: none;
	transition: transform 0.3s ease;
}

.product-grid .product-thumbnail:hover img {
    transform: scale(1.05); 
}

.product-grid .cuadro.cuadro-esquinero{
	width: 160px;
    right: 20px;
    position: absolute;
	bottom: -50px;
    background-color: white;
}

.product-grid .product-item h2.product-title {
    font-size: 24px;
    color: black;
    text-align: center;
    margin: 20px 0 0 0;
	padding: 0;
}

.product-grid .product-button {
    text-align: center;
    margin-bottom: 16px;
}



#product-gallery .swiper {
  width: 100%;
  height: 300px !important;
  margin-left: auto;
  margin-right: auto;
}

#product-gallery .swiper-slide a {
    display: flex;
    height: inherit;
    justify-content: center;
}

#product-gallery .gallery-top {
  height: 80%;
  width: 100%;
}

#product-gallery .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

#product-gallery .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

#product-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#product-gallery .swiper-button-next, #product-gallery .swiper-button-prev{
	color: #0C71C3;
}


.product-table {
    border-collapse: separate;  
    border-spacing: 5px; 
	font-weight: 600;
	font-size: 16px;
	min-width: 300px;
	text-transform: uppercase;
	color: black;
}

.product-table td{
    border: 1px solid #ccc;
    padding: 10px; 
}




.producto-pestanias ul.et_pb_tabs_controls {
    background-color: white;
}
.producto-pestanias li {
   border-bottom: solid 1px #ccc;
}
.producto-pestanias .et_pb_tab {
    padding: 24px 0;
}
.producto-pestanias .et_pb_tab_content .item {
    border-bottom: solid 1px #ccc;
    padding: 8px 0;
}


.filter-button-group {
		font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
		text-align: center;
		color: #007dbf;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 60px;
}
.filter-button-group a{
		color: #007dbf;
		transition: transform 0.3s ease;
}
.filter-button-group a.selected{
		color: black;
}

.descargas-grid{
	display: flex;             
    flex-wrap: wrap;  
    justify-content: center;
    margin-bottom: 60px;
	
}

.descargas-grid .descargas-item{
	position: relative;	
	margin: 50px 10px;   
	min-height: 380px;
	
}

/*
.descargas-grid .descargas-item{
	flex: 0 0 25%;          
	
	margin: 50px 0;   
	position: relative;	
}
*/
.descargas-grid .descargas-thumbnail img {
	max-width: 300px;
    height: 300px;
    width: auto;
	max-width: none;
	transition: transform 0.3s ease;
}
.descargas-grid .descargas-thumbnail:hover img {
    transform: scale(1.05); 
}

.descargas-grid .cuadro.cuadro-esquinero{
	width: 160px;
    right: 20px;
    position: absolute;
	bottom: -50px;
    background-color: white;
}
.descargas-grid .descargas-item h2.descargas-title {
    font-size: 37px;
    color: black;
    text-align: center;
    margin: 20px 0 0 0;
	padding: 0;
}
.descargas-grid .descargas-item h3.descargas-title {
    font-size: 22px;
    color: black;
    text-align: center;
    margin: 20px 0 0 0;
	padding: 0;
}
.descargas-grid .descargas-button {
    text-align: center;
    margin-bottom: 16px;
}

.descargas-thumbnail {
    min-height: 300px;
}



#gt-loading {
    text-align: center;
	display: none;
}
#gt-loading img {
    max-height: 40px;
}


.pagination .page-numbers{
	border: solid #007DBF 1px;
    padding: 7px;
    margin: 2px;
}
.pagination .page-numbers:not(.current):hover{
	background-color: #f0f0f0;
    color: #333;
}
.pagination  .page-numbers.current {
    border: solid #ccc 1px;
    padding: 7px;
    margin: 2px;
}
	

	

.cuadro-esquinero, .contact-form .et_pb_contact_submit,
.cuadro-esquinero, .revendedor-form .et_pb_contact_submit
{
  border: 2px solid #007DBF !important;
  clip-path: polygon(20px 0px, 100% 0px, 100% 100%, 0% 100%, 0px 20px);
}


.cuadro-esquinero::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -4px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #007DBF;
  transform: rotate(-45deg); 
  transform-origin: top left;
}

html body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button::before {
	content: '';
	position: absolute !important;
	width: 30px !important;
	height: 30px !important;
	display: block !important; 
	visibility: visible !important;
	opacity: 1 !important;
	left: 28px;
	border-top: 2px solid #007DBF;
	transform: rotate(-45deg); 
	transform-origin: top left;
}


.cuadro-esquinero::after{
  content: '';
  position: absolute;
  bottom: -1px; 
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #42C3D7, #007DBF, #003758);
}

html body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button::after {
	display: block !important;
	opacity: 1 !important;
	left: 32px;
	content: '';
	position: absolute;
	bottom: -1px; 
	width: 100%;
	height: 10px;
	background: linear-gradient(to right, #42C3D7, #007DBF, #003758);

	transition: none !important; /*revisar*/
}

html body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover::after {
	left:0;
}




.boton-1 {
    padding: 20px 30px;
    display: block;
    width: fit-content;
	text-transform: uppercase;
    font-weight: 600;
}
.boton-1.cuadro-esquinero::before {
    left: -1px;
}




.btn-contactenos::after{
	content: url('/wp-content/uploads/2024/09/icono-mano.png'); 
	display: inline-block !important;
	position: absolute;
    opacity: 1;
	top: 3px;
    right: 10px;
}

.searchandfilter select, .searchandfilter input[type=text] {
    border: solid 1px white;
    background: transparent;
    padding: 13px;
	color: white;
}
.searchandfilter input[type=text]::placeholder {
	color: white;
}
.searchandfilter select option {
    background: black;
}
.searchandfilter input[type=submit] {
	background: #2886BF;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 15px 58px;
	width: 100%;
	text-align: left;
}

/*
.searchandfilter li:nth-child(1) {
    width: 100%;
	position: relative;
}
*/

.searchandfilter input[type=text] {
    width: 100%;
}
/*
.searchandfilter li:nth-child(2),
.searchandfilter li:nth-child(3) {
	width: 35.9%;
	vertical-align: top;
}
*/

.searchandfilter ul {
    width: 100%;
}

.form-ul-1, .form-ul-2{
    display: flex !important;
    justify-content: space-between;
	padding: 0 !important;
}

.form-ul-1 li:nth-child(1){
    flex-basis: 66%;
}
.form-ul-1 li:nth-child(2){
    flex-basis: 33%;
}

.form-ul-2 li {
	flex-basis: 33%;
}
/*
.form-ul-2 li:nth-child(1),
.form-ul-2 li:nth-child(2) {
    flex-basis: 40%;
}
.form-ul-2 li:nth-child(3) {
    flex-basis: 20%;
}
*/

body.home .searchandfilter li:nth-child(1){
	width: 100%;
}
body.home .searchandfilter li:nth-child(3),
body.home .searchandfilter li:nth-child(4),
body.home .searchandfilter li:nth-child(5) {
	width: 33.3%;
}
.searchandfilter select {
	width: 100%;
}
body.home .searchandfilter li:nth-child(5) {
	margin: 20px 0;        
}



#header-int .searchandfilter input[type=text]{
	margin-bottom: 8px;
}

#header-int .searchandfilter li:nth-child(4){
	position: relative;
}

#header-int .form-ul-1 > li:nth-child(2)::after {
	content: url('/wp-content/uploads/2024/09/search2.png'); 
	position: absolute;
    top: 7px;
    right: 20px;
}

#header-int .searchandfilter input[type=submit] {
    padding: 8px 18px 8px 18px;
    font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#header-int .searchandfilter input[type=submit]:hover {
    background-color: black;
}



#producto-linea{
	width: auto;
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
}
#producto-tipo{
	width: auto;
    display: inline-block;
	margin-bottom: 10px;
}



/* Mobile*/
@media (max-width: 980px){
	
	.et_mobile_menu .first-level > a {
		background-color: transparent;
		position: relative;
	}
	.et_mobile_menu .first-level > a:after {
		font-family: 'ETmodules';
		content: '3';
		font-weight: normal;
		position: absolute;
		font-size: 16px;
		top: 13px;
		right: 10px;
	}
	.et_mobile_menu .first-level > .icon-switch:after{
		content: '\4d';
	}
	.second-level {
		display: none;
	}
	.reveal-items {
		display: block;
	}
	
	li.menu-item-has-children a {
		font-weight: 100 !important;
	}

	
	.searchandfilter li, .searchandfilter input {
		width: 100% !important;
	}
	.searchandfilter select {
		margin-bottom: 10px;
	}
	#header-int .searchandfilter div > ul > li:nth-child(6),
	body.home .searchandfilter li:nth-child(6) {
		position: relative;
	}
	#header-int .searchandfilter div > ul > li:nth-child(6)::after {
		content: url(/wp-content/uploads/2024/09/search2.png);
		position: absolute;
		top: 7px;
		right: 20px;
	}
	
	body.home .searchandfilter li:nth-child(6)::after{
		content: url('/wp-content/uploads/2024/09/search2.png'); 
		position: absolute;
		top: 7px;
		right: 20px;
	}
	
	.searchandfilter input[type=submit]{
		text-align: center;
	}
	
	body.home .searchandfilter li:first-child{
		margin-bottom: 10px;
	}
	body.home .searchandfilter li:nth-child(5) {
		margin: 0;
	}
	.product-grid .product-item {
    	margin: 50px;
	}
	#product-gallery .gallery-top {
    	margin-bottom: 60px;
	}
	.et_contact_bottom_container {
		margin-top: 30px;
	}
	
	body.home .cuadro-esquinero {
		margin: 0 auto;
	}
	

}


body.page-id-135 #titulo-pagina .et_pb_text_inner,
body.single-post #titulo-pagina .et_pb_text_inner
 {
	display: none;
}


/*Noticias*/
body.page-id-512 .et_pb_blog_grid article {
    padding: 6px !important;
}
body.page-id-512 .et_pb_blog_grid article .et_pb_image_container {
    margin: 0;
}
body.page-id-512 .et_pb_blog_grid article .post-content a{
	background-color: #007dbf;
	padding: 6px 30px;
    margin-top: 10px;
    display: inline-block;
	text-transform: uppercase;
    font-weight: 600;
	color: white;
	transition: all .4s ease-in-out;
}
body.page-id-512 .et_pb_blog_grid article .post-content a:hover{
	background-color: black;
}


.titulo-producto-linea {
    color: #007DBF;
    font-size: 30px;
    text-transform: uppercase;
}


#historia.historia-as .col-md-10  h4{
	color: #FF0A0A;
}

#locaciones.locaciones-as .col-md-2  h4{
	color: #FF0A0A;
}



.et-pb-contact-message {
    text-align: center;
    color: black;
    font-size: 22px;
}

/*Custom*/
@media (min-width: 981px) and (max-width: 1498px){
	
	#header-int .form-ul-1 > li:nth-child(2)::after {
		display: none !important;
	}
	.product-grid .product-thumbnail img {
		height: 180px;
	}
	
}

/*Desktop*/
@media (min-width: 981px){
	
	nav.et-menu-nav li ul {
		width: 270px;
	}
	.sub-menu li a {
		word-wrap: normal;
	}

	
	#header-int .et_pb_column:nth-child(1) {
		width: 17%;
	}
	#header-int .et_pb_column:nth-child(2) {
		width: 28%;
		margin-right: 30px;
	}
	#header-int .et_pb_column:nth-child(3) {
		width: 45%;
	}
	
	#header-int  .searchandfilter li {
		padding-right:4px;
	}


	#home-slider {
		overflow: visible !important;
		margin-bottom: 120px !important;
	}
	#home-slider .et_pb_slide_image {
		width: 100%;
		bottom: -120px;
	}
	
	
	body.home .searchandfilter li:nth-child(1)::after{
		content: url('/wp-content/uploads/2024/09/search.png'); 
		position: absolute;
		top: 7px;
		right: 20px;
	}




	#historia .col-md-2 {
		display: inline-block;
		vertical-align: top;
        width: 19%;
		color: black;
		font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
		font-size: 26px;
    }
	#historia .col-md-10 {
		display: inline-block;
		vertical-align: top;
        width: 80%;
    }
	#historia .col-md-10  h4{
		font-size: 26px;
		font-weight: 400;
		color: #007DBF;
	}
	
	#historia hr {
		margin: 33px 0;
		border-color: #EBECF2 !important;
	}
	
	
	
	
	
	#locaciones .col-md-2 {
		display: inline-block;
		vertical-align: top;
        width: 44%;
		color: black;
		font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
		font-size: 26px;
    }
	#locaciones .col-md-10 {
		display: inline-block;
		vertical-align: top;
        width: 55%;
    }
	#locaciones .col-md-2  h4{
		font-size: 26px;
		font-weight: 400;
		color: #007DBF;
	}
	
	#locaciones hr	{
		margin: 20px 0;
		border-color: #EBECF2 !important;
	}
	
	


}











	