/* Add here all your CSS customizations */

.title-cursos{
	align-content: center;
	font-size: 14px;
	background-color: #EEEEEE;
	padding: 10px;
}

.newsletter-popup {
	max-width: 700px;
	height: 324px;
	padding: 0px 40px 25px;
	border-top: 4px solid #3b3b3b;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/patterns/bright_squares.png);
	background-repeat: repeat;
	background-position: center center;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.newsletter-popup-content {
	max-width: 350px;
	text-align: center;
}
.newsletter-popup-content .btn,
.newsletter-popup-content .form-control {
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.newsletter-popup-content .form-control {
	height: 34px;
}

.newsletter-popup h2 {
	font-weight: 700;
	color: #313131;
	font-size: 16px;
	line-height: 1;
	margin: 30px 0 12px;
}

.newsletter-popup p {
	font-size: 13px;
	line-height: 1.4;
	color: #444;
}

.newsletter-popup form {
	margin: 0 0 8px;
}

.newsletter-subscribe {
	font-size: 11px;
	text-align: left;
}
.newsletter-subscribe .checkbox {
	margin-top: 15px;
}
.newsletter-subscribe input {
	margin-top: 2px;
}
.newsletter-subscribe label {
	font-size: 11px;
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
	color: #3b3b3b;
	font-weight: 700;
	opacity: 0.85;
	top: -5px;
}

.sort-destination.full-width .isotope-item {
    width: 25%;
}

.no-gutters{margin-right:0;margin-left:0}

.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}

.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}

/* Add here all your CSS customizations */
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height: 53px; /*valor original 43px*/
    padding: 5px 0px 5px 2px;
    margin: 0px 0px 5px 0px;
    border-radius: 5px 0px 0px 5px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:12px;
}
.sticky li p a{
    text-decoration:none;
    color:#444444;
}
.sticky li p a:hover{
    text-decoration:none;
    font-weight: 700;
}