/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


/* COLORES*/

:root{
	--verde:#00544D;
	--rojo:#84000D;
}


.container > .porto-ibanner-layer{
	margin-bottom: 50px;
}

.tipo-blanco{
	color: white;
}

.padding-0 {
	padding: none;
	margin: none;
}


.imagen-tamano-completo {
	display:block
}


.no-mb p, .elementor-widget.no-mb{
margin-bottom: 5px;
}


.special-text *{
color:var(--rojo);
font-size: 20px;
font-weight: 500;
font-family: 'Montserrat';
}


.special-text.green p{
	color:var(--verde);
}

.dirigidos-tipo p{
	font-weight: 700;
}

.intro-text p{
	font-size: 16px;
}



/*HEADER*/

#header .header-contact {
    margin:0px!important;
}

#header .main-menu > li.menu-item.menu-btn-style > a{
	background-color: black;
    border-radius: 32px;
	padding: 4px 15.4px 4px 14.4px;
    margin: 16px 0 10px;
    color: white;	 
}


.mega-menu.menu-hover-line:not(:hover)>li.menu-item.active>a:before, .mega-menu.menu-hover-line>li.menu-item:hover>a:before{
opacity: 0;
}


.header-wrapper{
	/* margin-bottom: -30px; */
    z-index: 2000;
}

.contacto-header-container a{
	color: white!important;
	font-family: 'Raleway';
	font-weight: 14px;
	font-weight: 400;
}


#header .main-menu .narrow ul.sub-menu {
    margin-top: -10px;
    box-shadow: 0px 0px 10px 0px #6464645e;
}


.header-top{
/* background-color: #95363dc4; */
background-color: black;
/* border-radius: 0 0 10px 10px; */
}

.header-top > .container{
	min-height: 1px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}


.contacto-header-container li{
	display: flex!important;
    column-gap: 5px;
}

#header .share-links a:not(:hover) {
    background-color: #fff;
    color: #fff;
}


/*Main content general*/

.no-breadcrumbs .main-content {
    padding-top: 0px;
	padding-bottom: 0px;
}



.logo img{
	width: 200px;
}

.formulario-interna form p > span input{
	margin-bottom: 10px;
}


.parrafo-legal{
	max-height: 50px;
	overflow: scroll;
	background-color: rgba(0, 0, 0, 0.13);
	padding: 10px;
}


.parrafo-legal p{
	font-size: 11px;
	margin-bottom: 0;
}


.parrafo-legal p:first-child{
	color: var(--verde);
}


.parrafo-legal::-webkit-scrollbar {
	width: 4px;
	height: 4px;
  }


  .parrafo-legal::-webkit-scrollbar-thumb {
	background: rgb(63, 63, 63); 
	border-radius: 10px;
  }
  

  .formulario-interna .form-second{
	  display: flex;
  }

  .formulario-interna .form-second > span:first-child{
	  width: 60%;
  }


  .formulario-interna .form-second > span:first-child textarea{
    width: 96%;
}



.widget .widget-title{
	text-transform: none;
	color: var(--rojo);
	font-family: 'Montserrat'!important;
}


.single-post #main{
	margin-top: 50px;
}



.single-post .post-image .owl-carousel .img-thumbnail{
	max-height: 400px;
}



.contact-section a{
	color: black;
}
.form-pag-contacto{
	padding: 20px 40px;
}

.form-pag-contacto input[type=text],
.form-pag-contacto input[type=tel],
.form-pag-contacto input[type=email],
.form-pag-contacto textarea{
width: 100%;
margin-bottom: 20px;
}


.form-pag-contacto input[type=submit]{
	margin-top: 20px;
}

.form-pag-contacto p{
	margin: 0!important;
}



.no-breadcrumbs .left-sidebar, .no-breadcrumbs .right-sidebar {
    padding-top: 0px;
}



.porto-blog-sidebar .sidebar-content > .widget:first-child {
    padding-top: 0!important;
}


.logo-footer{
	max-width: 200px;
	margin: auto;
}


.contacto-footer a{
	color: var(--verde)!important;
}


.contacto-footer.row{
	padding-bottom: 0!important;
}


#custom_html-10{
	margin: 0;
}

#footer #custom_html-10 h3.widget-title{
	color: black;
    font-size: 20px;
    margin-bottom: 3px;
}


#footer .share-links a {
    font-size: 18.4px;
}



#block-5 .widget .widgettitle{
	color: black;
    font-size: 20px;
    margin-bottom: 3px;
	text-transform: none;
}

#footer .footer-main>.container {
    padding-top: 30px;
    padding-bottom: 30px!important;
}


aside.widget:last-child{
	margin-bottom: 0!important;
}


#footer .footer-bottom{
	padding: 0!important;
}

.footer-main{
	text-align: center;
}


.titulo-home-principal{
	color: black;
}


.titulo-home-principal span{
	color: var(--verde);
}


.titulo-cajas{
	font-size: 24px;
	font-weight: 400;
	font-family: Montserrat;
}



.sub-slider p{
    font-family: 'Montserrat';
    text-transform: uppercase;
    border-radius: 12px;
    font-size:40px;
	line-height: 71px;
    font-weight: 500;
	color: black!important;
}



.nombre-slider p{
    border-radius: 12px;
	background-color: white;
	padding: 10px 20px;
width: fit-content;
margin-left: auto;

}

.elementor-widget-wrap>.elementor-element.logo-slider{
	width: 220px;
}


.home-slider .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding-top: 0px;
}




.slider-fon-blanco{
    background: white;
    border-radius: 10px;
    font-size: 50px!important;
    padding: 10px 22px;
    text-transform: uppercase;
}

.red-special{
	color: var(--rojo);
}



 .slider-slide-container{
	height: 600px;
	max-height: 600px;
}


.slider-slide-container .word-rotator.type .word-rotator-items.selected {
	background-color: var(--rojo)!important;
  }


  .titulo-second-slider h2{
	background-color: white;
    padding: 12px 30px;
    color: black;
    border-radius: 36px;
    width: fit-content;
    box-shadow: 0px 0px 12px 1px #0000005e;
	font-weight: 500;
}

  .titulo-second-slider h2 span{
color: var(--rojo);
  }

  .home-slider-sec .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	  padding: 0;
  }

  .senor-slider{
	height: 100%;
    overflow: hidden;
  }


  .check-slider{
    text-shadow: 2px 2px 3px #000000bf;
	padding-left: 20px;
  }

  .texto-sencillo-slider p{
	font-size: 26px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-shadow: 2px 2px 10px black;
	color: white;
  }

  .titulo-second-slider.centro h2{
margin: auto;  
}


.icono-fondo .elementor-icon{
	background-color: #00544D;
    padding: 13px;
    border-radius: 50%;
}

.testimonios-home .testimonial-content .testimonial-field{
	font-weight: 700;
    font-size: 22px;
}



.floating-ctas{
	position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 500000;
	display: flex;
	flex-direction: column;
row-gap: 10px;
}

.floating-ctas > a img{
	width: 40px;
}

.floating-ctas > a img:hover{
	filter: grayscale(100%);
}



#te-llamamos {
    background-color: white;
    border-radius: 20px;
    color: black;
    padding: 2px 10px;
	font-weight: 700;
	cursor: pointer;
}

.header-top ul{
	padding-left: 0;
}

.header-top .header-col.header-right{
	column-gap: 20px;
}

.header-top ul li:nth-child(2){
	margin-left: 10px;
}

 #te-llamamos-content{
	display: none; 
    position: absolute;
    z-index: 300000;
    background-color: white;
    padding: 20px;
    top: -69px;
	 width:550px;
    right: 0;
    border: 1px solid black;
} 

.main-content{
	position:relative;
}



#te-llamamos-content input[type=text],
#te-llamamos-content input[type=tel]{
border-bottom: black 1px solid!important;
color: black!important;
margin-bottom: 10px;
padding: 4px 10px;
border-radius: 0;
}

#close-llamamos{
	float: right;
cursor: pointer;
}



/* HEADER AJUSTADO */
#header .header-main .container{
	width: 100%;
	min-width: 100%;
}

#header .logo, .side-header-narrow-bar-logo{
	min-width: 170px;
}

#header .header-main .header-row>div.header-col.header-center{
	flex-grow: 1;
}

.post-grid .post-content .post-excerpt{
	margin-bottom:0;
}
#header .main-menu > li.menu-item.btn-facturas > a{
	padding: 13px;
	width: 100%;
}

#header .main-menu>li.menu-item:last-child{
	margin-right: 0px;
	width: fit-content;
	max-width: 59px;
}
@media(max-width:1380px){
	#header .main-menu > li.menu-item > a {
		padding: 15px 12px 15px 12px;
		font-size: 13px;
	}
}

@media(max-width:1187px){
	#header .main-menu > li.menu-item > a {
		padding: 15px 7px 15px 7px;
		font-size: 13px;
	}

	#header .logo, .side-header-narrow-bar-logo {
		min-width: 160px;
	}

	#menu-base-idiomas{
		margin-left: 0;
	}


	#header .main-menu#menu-base-idiomas{
		display: block;
		margin-left: 10px;
	}

	#nav-panel .accordion-menu#menu-base-idiomas-1{
		display: none;
	}
}


@media (max-width:991px){

	#header .header-main .header-row>div.header-col.header-center{
		display:none;
	}
	
	

	body {
		font-size: 14px!important;
		line-height: inherit!important;
	}

	.home-boxes > div{
		flex-wrap: wrap!important;
		row-gap: 20px;
		justify-content: space-between
	}
	
	.home-boxes > div > div{
		width: 48%!important;
	}

	.tit-slider span{
		font-size: 50px!important;
	}

	.sub-slider p {
		font-size: 30px!important;
		line-height: 35px!important;
	}
	.elementor-5009 .elementor-element.elementor-element-81c78ea {
		width: 48%!important;
	}

	.elementor-5009 .elementor-element.elementor-element-7863a44{
		display: flex;
		align-items: center;
	}

	.elementor-5004 .elementor-element.elementor-element-f9a8de0,
	.elementor-7532 .elementor-element.elementor-element-f9a8de0,
	.elementor-7533 .elementor-element.elementor-element-f9a8de0{
		margin: auto;
		width: 80%!important;

	}


	.titulo-second-slider h2{
		margin: auto;
	}

	.elementor-element-6fafc99 > div > ul
	{
	align-items: center;
    display: flex;
    flex-direction: column;
}


}



@media (max-width:768px){

	
	.elementor-5004 .elementor-element.elementor-element-f9a8de0, .elementor-7532 .elementor-element.elementor-element-f9a8de0, .elementor-7533 .elementor-element.elementor-element-f9a8de0{
		margin-top: 20%!important;
	}

	.titulo-second-slider h2{
		font-size:25px;
	}

	.tit-slider span{
		font-size: 30px!important;
	}

	.sub-slider p {
		font-size: 22px!important;

	}
	.elementor-5004 .elementor-element.elementor-element-6fafc99 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5004 .elementor-element.elementor-element-6fafc99 .elementor-icon-list-item > a,
	.elementor-7533 .elementor-element.elementor-element-6fafc99 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-7533 .elementor-element.elementor-element-6fafc99 .elementor-icon-list-item > a,
	.elementor-7532 .elementor-element.elementor-element-6fafc99 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-7532 .elementor-element.elementor-element-6fafc99 .elementor-icon-list-item > a{
		font-size: 17px!important;
	}

	.slider-slide-container {
		height: 500px;
		max-height: 500px;

}
.elementor-5004 .elementor-element.elementor-element-f9a8de0 {
    margin: 80px auto auto;

}

.header-row .header-right{
	justify-content: center;
}


#integral-master-cajas > .elementor-container{
	row-gap: 30px;
}

#integral-master-cajas > .elementor-container > div > div{
	margin: auto;
}

}

li#accordion-menu-item-8292{
	width: 8%;
}



@media (max-width:580px){
	
	#te-llamamos-content {
    right: 0;
    left: 0;
    width: 90%;
    margin: auto!important;
}
}

@media (max-width:480px){
	.elementor-element-de840ac{
		width: 80%;
	}


	.elementor-5004 .elementor-element.elementor-element-f9a8de0{
		margin-top: 5px;
    width: 90%!important;
	}

	.titulo-second-slider h2 {
		text-align: center;
		max-width: 87%;
		margin: auto;}

		.elementor-element-0d4c9a9{
			display: none;
		}
		.elementor-element-52f5d5a > div,
		.elementor-5009 .elementor-element.elementor-element-81c78ea,
		.elementor-7545 .elementor-element.elementor-element-81c78ea,
		.elementor-7542 .elementor-element.elementor-element-81c78ea,
		.elementor-7533 .elementor-element.elementor-element-f9a8de0{
						width: 100%!important;}


.elementor-5009 .elementor-element.elementor-element-0a6cc04,
.elementor-5009 .elementor-element.elementor-element-a00009a,
.elementor-element-49e477c.tit-slider .word-rotator.letters,
.elementor-element.tit-slider .word-rotator.letters{
	text-align: center!important;
}


}
li#accordion-menu-item-8292{
	width: 5%;
}



@media(max-width:550px){
	.home-boxes > div > div{
		width: 100%!important;
	}
}


@media(max-width:442px){
	.header-row .header-right .custom-html{
	margin-bottom: 10px;
}
	
	li#accordion-menu-item-8292{
	width: 15%;
}
}

.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {
    border-color: transparent;
}
.wpml-ls-legacy-dropdown-click{
	width:fit-content;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
	display:flex;
}

/*Ajuste párrafo blog agosto 2024*/
article.post p,
article.post li {
	font-size:1.2em !important;
	line-height:1.6em !important;
	color: var(--e-global-color-text) !important;
	font-family: Raleway, sans-serif !important;
}


/*Listado Móviles y Ordenador ----> Altura líneas*/

ul li,span.elementor-icon-list-text {
    line-height: 1.6em;
}






/* ---------------------------------------- INTERNAS 2025 ---------------------------------------- */
.formulario-2025 input:not([type="submit"]):not([type="checkbox"]),
.formulario-2025 textarea {
    background-color: #fff !important;
	margin-bottom:10px;
}
