/*
Theme Name: Divi Child Theme
Template: Divi
Author: Child Theme
Version: 1.0
*/

@media (max-width: 1200px) {
	#top-menu {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block;
   }
	.et_fixed_nav #top-header {
		position: fixed;
		top: 0;
	}
	.et_fixed_nav #main-header {
		position: fixed;
	}
	.mobile_menu_bar:before {
		color: #F2A332 !important;
	}
}
@media (min-width: 981px) {
	.btnContacto {
		padding: 15px 30px !important;
		background: #F08C00;
		border-radius: 5px;
		color: #FFF;
	}
	.btnContacto a {
		padding-bottom: 0 !important;
	}
	#top-menu li.btnContacto.current-menu-ancestor>a,
	#top-menu li.btnContacto.current-menu-item>a,
	#top-menu li.btnContacto.current_page_item>a {
		color: #FFF !important;
	}
}
.alineacionVertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.alineacionBottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.listaFlechas ul li {
	font-weight: bold;
	color: #0032A0;
}
.listaFlechas li::marker,
.listaGuion li::marker {
	color: #FFF;
}
.listaFlechas li::before {
	width: 15px;
	display: inline-block;
	margin-left: -15px;
	content: "\203A";
	font-size: 20px;
	color: #F08C00;
}
.listaGuion li::before {
	width: 15px;
	display: inline-block;
	margin-left: -15px;
	content: "-";
	font-size: 20px;
}
.formularioCotiza .row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.formularioCotiza .rowSingle {
	display: flex;
	flex-flow: column wrap;
	margin-bottom: 20px;
}
.formularioCotiza .rowSingle br {
	display: none;
}
.formularioCotiza .rowLeft,
.formularioCotiza .rowRight {
	width: 49%;
}
.formularioCotiza input,
.formularioCotiza select,
.formularioCotiza textarea {
	width: 100%;
	padding: 15px;
	background: transparent;
	border: 1px solid #F2A332;
	border-radius: 5px;
	resize: none;
	color: #FFF !important;
}
.formularioCotiza input:focus {
	border: 1px solid #F08C00;
}
.formularioCotiza input::placeholder,
.formularioCotiza select::placeholder,
.formularioCotiza textarea::placeholder,
.formularioCotiza input:focus::placeholder,
.formularioCotiza textarea:focus::placeholder {
	color: #FFF;
}
.formularioCotiza input[type="submit"] {
	width: auto;
	display: table;
	margin: 0 auto;
	padding: 10px 30px;
	background: #F08C00;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF !important;
}
.et_pb_contact_field input,
.et_pb_contact_field textarea {
	transition: .3s ease-in-out;
}
.et_pb_contact_field input:focus,
.et_pb_contact_field textarea:focus {
	border: 1px solid #F2A332 !important;
	transition: .3s ease-in;
}
.et_contact_bottom_container {
	width: 100%;
}
.customBlog .et_pb_image_container {
	height: 250px;
	margin-bottom: 20px;
}
.customBlog .et_pb_image_container img {
	height: 250px;
	object-fit: cover;
}
.customBlog article {
	margin-bottom: 10px;
	padding-bottom: 30px;
}
.et_pb_widget {
	margin-bottom: 20px !important;
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #0032A0;
}
.wp-pagenavi span.current {
	background: #F2A332;
	color: #0032A0 !important;
}
.wp-pagenavi a:hover {
	background: #F08C00;
	color: #FFF;
}
iframe {
	min-height: 510px;
}
footer #media_image-2,
footer #media_image-3 {
	margin-bottom: 10px;
}
footer #text-2,
footer #text-3 {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #F2A332;
}
footer #pt-social-icons-2 {
	width: 100%;
	display: block;
}
.ptwsi_social-icons li {
	margin-right: 15px !important;
}
.ptwsi_social-icons li a {
	background: #F08C00;
	border-radius: 100%;
	font-size: 14px;
}
.footer-widget li {
	padding-left: 0 !important;
}
.footer-widget li:before {
	display: none;
}
#footer-info {
	width: 100%;
	text-align: center;
}