.control-gradient{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bbcde1+0,ffffff+100 */
	background: rgb(187,205,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(187,205,225,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(187,205,225,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(187,205,225,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcde1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 120px;
}
.search-control-wrap{
	max-width: 800px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.search-control-wrap .image{
	text-align: center;
}
.search-control-wrap .image img{
	width: 360px;
	height: 360px;
	border-radius: 999em;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.search-control-wrap h1{
	text-align: center;
	font-size: 30px;
	margin-top: 30px;
}
.search-control-wrap .search-interior{
	max-width: 560px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.search-control-wrap .search-interior p.subtitle{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.search-control-wrap .search-interior input[type="text"]{
	font-size: 15px;
}
.search-control-wrap .search-interior input::placeholder{
	color: #9F9F9F
}
.search-control-wrap .search-interior input[type="submit"]{
    background-color: var(--color-1);
    color: white;
    display: inline-block;
    margin-top: 20px;
    width: 155px;
    font-size: 15px;
}

.profesionales-destacados .wrap{
	max-width: 1300px;
	border-radius: 20px;
	padding: 120px 90px;
}
.profesionales-destacados .normal-title{
	text-align: center;
}
.profesionales-destacados .carousel-cell{
	width: calc( 100% / 4 );
	padding-bottom: 10px;
}

.profesionales-destacados .bloque-articulos{
	padding-left: 30px;
	padding-right: 30px;
}
.profesionales-destacados .flickity-prev-next-button.previous {
    background-image: url(../images/general/arrow-black-left.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    left: -40px
}
.profesionales-destacados .flickity-prev-next-button.next {
    background-image: url(../images/general/arrow-black-right.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    right: -40px
}
.profesionales-destacados .flickity-button svg {
    display: none;
}

.profesionales-destacados .carousel-profesional-mobile{
	display: none;
}

.profesionales-destacados-interior h2{

}
.wrap-newsletter{
	margin-top: 60px;
}

.page-id-16818 .site-inner{
	margin-top: 0;
}

@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	.profesionales-destacados .carousel-cell {
	    width: calc( 100% / 5 );
	}
	
	
}
@media only screen and (max-width: 1500px) {
	.profesionales-destacados .carousel-cell {
	    width: calc( 100% / 4 );
	}
	
}
@media only screen and (max-width: 1200px) {
	.profesionales-destacados .wrap{
		padding: 90px 0;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width:991px) {
	
	.profesionales-destacados .carousel-cell {
	    width: calc( 100% / 3 );
	}
	
}	

@media only screen and (max-width: 767px) {
	.profesionales-destacados .carousel-cell {
	    width: calc( 100% / 2 );
	}
	
}

@media only screen and (max-width: 575px) {
	.profesionales-destacados .wrap{
		padding-right: 0;
	}
	
	.profesionales-destacados .profesional-cell {
	    width: 260px;
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: 20px;
	}
	.profesionales-destacados .bloque-articulos {
	    padding-left: 0;
	    padding-right: 0;
	}
	.profesionales-destacados .flickity-button{
		display: none;
	}
	.profesionales-destacados .carousel-profesional-desktop{
		display: none;
	}
	.profesionales-destacados .carousel-profesional-mobile{
		display: block;
		/*margin-left: 15px!important;*/
		padding-left: 15px;
	}
	.profesionales-destacados .wrap{
		background-color: transparent;
		margin-left: 0;
		margin-right: 0;
	}

}





