/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

body {
	font-family: 'Open Sans', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', serif;
}

.sh-header, .sh-header-mobile {
	background: #c49b33 url(https://ccargtur.org/wp-content/uploads/2021/11/textura_header.png) top center no-repeat;
}

.sh-header-mobile-navigation .header-logo img {
	height: 70px;
}

.sh-header-search-close i {
	color: inherit;
}

.post-content {
	max-width: 1024px;
}

#ultima-noticia {
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
#ultima-noticia h3 {
	font-size: 31px;
	color: #fff;
}
#ultima-noticia .link {
	font-size: 15px;
	color: #fff;
}

.float-left {
	float: left;
	margin-right: 30px;
}

#link_razones_turquia,
#link_razones_argentina {
	cursor: pointer;
}

.item-razones {
	min-height: 168px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-razones a {
	color: #1d6996;
}

.formulario {
	padding: 25px 20px;
	border: 5px solid #f2f2f2;
}

.vc_btn3.vc_btn3-color-juicy-pink {
	background: transparent !important;
    color: #f4524d !important;
	font-weight: bold;
    padding: 0;
}

.vc_gitem-zone-mini {
	background: #fff !important;
}

.item-servicios * {
	color: #fff;
}
.item-servicios img {
	height: 140px;
	object-fit: contain;
}
.item-servicio-img img {
	height: 217px;
	object-fit: contain;
}
@media(min-width: 1200px) {
	.item-servicios {
		min-height: 700px;
	}
}

.item-mision {
	min-height: 175px;
}

.header-mobile-search {
	display: none;
}

@media (max-width: 500px)  {
	.tparrows {
		display: none !important;
	}
}