@charset "utf-8";

/* CSS Document */

/* ////////////////////////////////////////////////////////////////
/* 													             */
/*        CSS TIPO para CONOCENOS RESPONSIVE          */  
/* 													             */
/* //////////////////////////////////////////////////////////////*/


   
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ===================  CONTAINER ESPECÍFICO PARA CONOCENOS                  ================ */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* //                                                                                       //*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */

#conocenos *
{
	box-sizing: border-box;
}

#conocenos .container-home
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#conocenos .container-home
{
	width: 750px;
}

#conocenos .container-home
{
	width: 970px;
}

#conocenos .container-home
{
	max-width: 1170px;
	width: 100%;
}

/* ///////////////////////////////////////////////////////////////////////////// */
/* =================    SECTION CARRUSEL RESPONSIVE   ========================== */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */


.wrapper
{
	height: auto !important;
	margin-bottom: -379px;
	min-height: 100%;
	padding-bottom: 379px;
	padding-top: 95px;
}

.carousel
{
	position: relative;
}

.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.carousel-indicators
{
	bottom: 20px;
}

.carousel-indicators
{
	bottom: 10px;
	left: 50%;
	list-style: outside none none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}

.home-slider .carousel-inner > .item
{
	background-color: #f6f6f6;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	height: 500px;
	overflow: hidden;
}

.home-slider .carousel-inner > .item .bg-img
{
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
}

.home-slider .carousel-inner > .item .bg-img img
{
	height: 100%;
	width: auto;
}

.home-slider .carousel-inner > .item .home-slider__content
{
	padding-top: 80px;
}

.home-slider h3
{
	color: #ed3e49;
}

.home-slider p
{
	line-height: 1.5;
	margin: 35px 0;
	font-size: 14px;
}

.home-slider ul
{
	list-style-type: none;
	padding: 0;
}

.home-slider #item-4
{
	background-image: url("../images/bg-conocenos.jpg");
	background-position: 0 -70px;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.home-slider #item-4 .home-slider__content
{
	height: 420px;
	position: relative;
	text-align: left;
	z-index: 9;
}

.home-slider #item-4 .carousel-caption
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 40%;
    opacity: 10;
    padding: 60px 0;
    position: absolute;
    right: 0;
    text-align: left;
    transition: all 500ms linear 0s;
}

.home-slider #item-4 .carousel-caption h1
{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	padding: 16px 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}

.home-slider b, .home-slider strong
{
	font-weight: bold;
}

.home-slider #item-4 .carousel-caption h1.skincolored
{
	background: rgba(66, 139, 202, 0.6) none repeat scroll 0 0;
}

.home-slider #item-4 .carousel-caption h1 span
{
	font-size: 40px;
}

.home-slider #item-4 .carousel-caption .lead
{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	padding: 16px 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.home-slider #item-4 .carousel-caption .lead.skincolored
{
	background: rgba(66, 139, 202, 0.8) none repeat scroll 0 0;
}

.home-slider #item-4 .carousel-caption .btn
{
	margin-top: 15px;
}

.home-slider #item-4 .carousel-caption .round_badge
{
	background-color: #c94eb7;
	border-radius: 60px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 90px;
	line-height: 20px;
	padding: 15px;
	position: absolute;
	right: -20px;
	text-align: center;
	top: 25px;
	width: 90px;
}

.home-slider #item-4 .carousel-caption .round_badge strong
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
}

.home-slider #item-4 .carousel-caption .round_badge strong i
{
	font-size: 42px;
	margin-top: 6px;
}

@media (max-width: 991px) {

.home-slider .carousel-inner > .item .home-slider__content
{
	padding-top: 50px;
}
}

@media (max-width: 767px) {

.home-slider .carousel-inner > .item
{
	text-align: center;
}

.home-slider .carousel-inner > .item .home-slider-content
{
	padding-top: 50px;
}

.home-slider #item-2 ul > li
{
	text-align: left;
}

.home-slider #item-2 ul > li > span
{
	font-size: 22px;
	margin-bottom: 7px;
}

.home-slider #item-3 ul
{
	margin-left: 50px;
	text-align: left;
}
}

.btn-lg, .btn-group-lg > .btn
{
	border-radius: 4px;
	font-size: 14px;
}

.btn-theme-primary
{
	background: #ed3e49 linear-gradient(to bottom, #f05f68 0%, #ed3e49 100%) repeat-x scroll 0 0;
	border-color: #e31522;
	color: white;
}

.btn-theme-primary:hover, .btn-theme-primaryfocus, .btn-theme-primary:active
{
	background: #ed3e49 none repeat scroll 0 0;
	border-color: #cc131f;
	color: white;
}

.btn-theme-secondary
{
	background: #2babcf linear-gradient(to bottom, #45b8d8 0%, #2babcf 100%) repeat-x scroll 0 0;
	border-color: #2288a5;
	color: white;
}

.btn-theme-secondary:hover, .btn-theme-secondaryfocus, .btn-theme-secondary:active
{
	background: #2babcf none repeat scroll 0 0;
	border-color: #1e7790;
	color: white;
}

.text-theme-primary
{
	color: #ed3e49;
}

.text-theme-secondary
{
	color: #2babcf;
}

mark, .mark
{
	background-color: #fcf8e3;
	padding: 0.2em;
}

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text-center
{
	text-align: center;
}

.text-justify
{
	text-align: justify;
}

.text-nowrap
{
	white-space: nowrap;
}

.text-lowercase
{
	text-transform: lowercase;
}

.text-uppercase
{
	text-transform: uppercase;
}

.text-capitalize
{
	text-transform: capitalize;
}

.text-muted
{
	color: #777777;
}

.text-primary
{
	color: #337ab7;
}

a.text-primary:hover
{
	color: #286090;
}

.text-success
{
	color: #3c763d;
}

a.text-success:hover
{
	color: #2b542c;
}

.text-info
{
	color: #31708f;
}

a.text-info:hover
{
	color: #245269;
}

.text-warning
{
	color: #8a6d3b;
}

a.text-warning:hover
{
	color: #66512c;
}

.text-danger
{
	color: #a94442;
}

a.text-danger:hover
{
	color: #843534;
}

.bg-theme-primary
{
	background: #ed3e49 none repeat scroll 0 0;
}

.bg-theme-secondary
{
	background: #2babcf none repeat scroll 0 0;
}

.first-child
{
	margin-top: 0 !important;
}

.second-child
{
	margin-top: 0 !important;
}

@media (max-width: 767px) {

.second-child
{
	margin-top: 20px !important;
}
}

.list-style-none
{
	list-style: outside none none;
	padding-left: 0;
}

hr.arrow-down
{
	border-bottom: 15px solid #f6f6f6;
	border-top: 1px solid #e9e9e9;
	margin-bottom: 40px;
	margin-top: 40px;
	position: relative;
}

hr.arrow-down::after
{
	content: url("../img/arrow.png");
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: -5px;
}

.shadow-effect
{
	background: white none repeat scroll 0 0;
	position: relative;
}

.shadow-effect::before, .shadow-effect::after
{
	background: #777 none repeat scroll 0 0;
	bottom: 15px;
	box-shadow: 0 15px 10px #777777;
	content: "";
	left: 10px;
	max-width: 300px;
	position: absolute;
	top: 80%;
	transform: rotate(-3deg);
	width: 50%;
	z-index: -1;
}

.shadow-effect::after
{
	left: auto;
	right: 10px;
	transform: rotate(3deg);
}

.margin-bottom-20
{
	margin-bottom: 20px;
}

.opacity-100
{
}

.opacity-0
{
	opacity: 0;
}

#carrusel-home-publica [class^="fa-"], #carrusel-home-publica [class*=" fa-"]
{
	vertical-align: inherit
}

a.carousel-arrow
{
	background: transparent none repeat scroll 0 0;
	border-radius: 50px;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 32px;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: background 300ms ease 0s, color 300ms ease 0s;
	width: 50px;
}

.carousel:hover a.carousel-arrow
{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #fff;
}

.carousel:hover a.carousel-arrow:hover, .carousel:hover a.carousel-arrow:active
{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	text-decoration: none;
}

a.carousel-arrow-prev
{
	left: 10px;
	padding-right: 5px;
	right: auto;
}

a.carousel-arrow-next
{
	left: auto;
	padding-left: 5px;
	right: 10px;
}



/* ///////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////////////////// */
/* ==========    SECCIÓN: QUÉ ES TRAVEL CLUB Y CÓMO FUNCIONA    ================ */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */


.cta-title::after
{
	background-color: #cd3c2e;
	content: "";
	display: inline-block;
	height: 0.12em;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0.9em;
	width: 30%;
}

.cta-title
{
	color: #333;
	display: inline-block;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 5em;
	line-height: 0.5em;
	margin-bottom: 0.9em;
	margin-top: 0.5em;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.cta-container .cta-block
{
	position: relative;
	z-index: 0;
}

.cta-block
{
	padding: 3em 5em;
}

.cta-inner
{
	margin: 0 auto;
	max-width: 85%;
}

.video-container
{
	position: relative;
}

.video-container iframe
{
	border: medium none;
	height: 345px;
	width: 100%;
}

.cta-paragraph
{
	color: #565454;
	font-size: 2em;
	font-weight: 100;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	text-align: center
}

.cta-paragraph p
{
	color: #fffef1;
	font: 300 2.3em/1.2em "Open Sans", Arial, sans-serif;
	margin-bottom: 1em;
}


.general-holder
{
	position: relative;
	z-index: 8;
}

.general-holder::after, .general-holder::before
{
	content: "";
	display: table;
	line-height: 0;
}

.general-holder::after
{
	clear: both;
}




#adherirse .btn-default
{
	background-color: #e84c3d;
	border-color: #cd3c2e;
	color: #fff !important;
}

#adherirse .btn
{
	border-radius: 0;
	font-weight: bold;
	padding: 10px 15px;
	transition: all 0.3s ease-in-out 0s;
	-moz-user-select: none;
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
}

#adherirse .btn-default:hover
{
	background-color: #cd3c2e;
	border-color: #cd3c2e;
	color: #FFF
}

#adherirse .cta-inner img {display:block; max-width:100%}


#adherirse .fa{font-size:24px;}





.bloc {
    background: rgba(0, 0, 0, 0) none no-repeat scroll 50% 50% / cover ;
    clear: both;
    padding: 0 50px;
    width: 100%;
}
.bloc .container {
    padding-left: 0;
    padding-right: 0;
}
.bloc-xxl {
    padding: 200px 50px;
}
.bloc-xl {
    padding: 150px 50px;
}
.bloc-lg {
    padding: 50px 0px;
}
.bloc-md {
    padding: 50px;
}
.bloc-sm {
    padding: 20px 50px;
}



.bloc-group {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.bloc-group .bloc {
    display: table-cell;
    vertical-align: top;
}
.bloc-tile-2 {
    width: 50%;
}
.bloc-tile-3 {
    width: 33.3333%;
}
.bloc-tile-4 {
    width: 25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    width: 100%;
}
.b-parallax {
    background-attachment: fixed;
}

#detail-bloc h2 {
    font-weight: 100;
    line-height: 45px;
	fint-family:"Oswald"
}
#detail-bloc p {
    font-size: 20px;
    font-weight: 300;
}
#detail-bloc {
    padding: 0 50px;
}
.d-bloc {
    color: rgba(255, 255, 255, 0.7);
}

.d-bloc .panel a:hover {
    color: rgba(0, 0, 0, 1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover {
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.7);
}
.l-bloc {
    color: rgba(0, 0, 0, 0.5);
}
.l-bloc button:hover {
    color: rgba(0, 0, 0, 0.7);
}
.l-bloc h1, .l-bloc h2, .l-bloc h3, .l-bloc h4, .l-bloc h5, .l-bloc h6, .l-bloc .ico {
    color: rgba(0, 0, 0, 0.7);
}
.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
    border-color: rgba(0, 0, 0, 0.7);
}

.tc-pastel-blue {
    color: #4e5760 !important;
}

.bg-waves {
    background-image: url("../images/waves.jpg");
}
.bgc-medium-jungle-green {
    background-color: #232c38;
}






/* ///////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////////// */
/* ===============    SECTION TRABAJA CON NOSOTROS   =========================== */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */


.b-parallax {
    background-attachment: fixed;
}

.d-bloc {
    color: rgba(255, 255, 255, 0.7);
}

.bgc-white {
    background-color: #ffffff;
}

.mg-md {
    margin-bottom: 20px;
    margin-top: 10px;
}

#trabaja.bg-desk-bg {
    background-image: url("../images/bg_trabaja.jpg");
}


#trabaja .cta-title {
    font-size: 3.6em;
    font-weight: 100;
    line-height: 0.5em;

}

#trabaja  .cta-title::after {
    height: 0.01em;
}


#trabaja .bloc-xxl {
    padding: 200px 50px;
}
#trabaja .bloc-xl {
    padding: 70px 50px;
}
#trabaja .bloc-lg {
    padding: 50px 0px;
}
#trabaja .bloc-md {
    padding: 50px;
}
#trabaja .bloc-sm {
    padding: 20px 50px;
}

#trabaja h3 {font-size:19px;}

#trabaja h2 {font-size:25px;}

#trabaja .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    font-weight: normal;
    margin: 5px 0 !important;
    vertical-align: middle;
    white-space: nowrap;
}
#trabaja .btn:hover, #trabaja .btn:focus {
    transition: background-position 0s linear 0s;
}
#trabaja .btn i {
    margin-right: 4px;
}
#trabaja .btn-lg {
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.33;
}
#trabaja .btn-lg i {
    font-size: 24px;
    position: relative;
}
#trabaja .btn-xs {
    border-radius: 1px;
}
#trabaja .btn-xl {
    font-size: 20px;
    padding: 16px 20px;
}
#trabaja .btn-square {
    border-radius: 0 !important;
}
#trabaja .btn-a-one {
    background-color: rgba(255, 255, 255, 0);
    border: 0 none;
    border-radius: 0;
    color: #fff;
}
#trabaja .btn-b-white {
    background-color: transparent;
    border: 2px solid #cd3c2e;
    color: #fff !important;
}
#trabaja .btn-b-white:hover, #trabaja .btn-b-white:focus, #trabaja .btn-b-white:active, #trabaja .btn-b-white.active, #trabaja .open .dropdown-toggle.btn-b-white {
    background-color: #fff;
    border-color: #fff;
    color: #3498db !important;
}
#trabaja .btn-b-white:active, #trabaja .btn-b-white.active, #trabaja .open .dropdown-toggle.btn-b-white {
    background-image: none;
}
#trabaja .btn-b-white:hover::before {
    color: #3498db !important;
}
#trabaja .btn-b-white.btn-icon::before {
    border-right: 2px solid #fff;
}
#trabaja .btn-b-white.btn-icon-right::before {
    border-left: 2px solid #fff;
    border-right: 0 none;
}
#trabaja .btn-b-base {
    background-color: transparent;
    border: 2px solid #3498db;
    color: #3498db;
}
#trabaja .btn-b-base:hover, #trabaja .btn-b-base:focus, #trabaja .btn-b-base:active, #trabaja .btn-b-base.active, #trabaja .open .dropdown-toggle.btn-b-base {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}
#trabaja .btn-b-base:active, #trabaja .btn-b-base.active, #trabaja .open .dropdown-toggle.btn-b-base {
    background-image: none;
}
#trabaja .btn-b-base.btn-icon::before {
    border-right: 2px solid #3498db;
}
#trabaja .btn-b-base.btn-icon-right::before {
    border-left: 2px solid #3498db;
    border-right: 0 none;
}
#trabaja .btn-b-alt {
    background-color: transparent;
    border: 2px solid #9cd70e;
    color: #9cd70e;
}



/* Acordeón  con procesos de selección*/


.panel-group .panel {
    border: medium none;
    border-radius: 0;
}
.panel-default > .panel-heading {
    border: medium none;
    border-radius: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: -moz-use-text-color #f0f0f0 #f0f0f0;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.panel-heading a {
    background-color: #e84c3d;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.panel-dark .panel-heading a, .panel-dark .panel-heading a:hover {
    background-color: #333333;
}


.panel-transparent .panel{ background-color: transparent !important;}

.panel-transparent .panel-default > .panel-heading, .panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent !important;
    color: inherit;
}
.panel-transparent .panel-heading a {
    border: 1px solid #f1f1f1;
	text-decoration:none;
}
.panel-transparent .panel-heading a.collapsed {
    background-color: transparent !important;
    color: inherit;
}
.panel-heading a.collapsed {
    background-color: #999999;
    color: #ffffff;
}
.panel-heading a::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.panel-heading a.collapsed::after {
    content: "";
}
.panel-heading a:hover, .panel-transparent .panel-heading a:hover {
    background-color: #e84c3d;
    color: #ffffff;
    text-decoration: none;
}
.panel-title a i {
    font-size: 20px;
    padding-right: 10px;
}

.panel-body p{font-size:14px; font-family:"Open Sans"}


#trabaja ul {
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
 margin-left:50px;
 font-size:13px;
}




/* ///////////////////////////////////////////////////////////////////////////// */
/* ================    SECTION TRAYECTORIA SOLIDARIA   ========================= */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */

.bg-solidario {
    background-image: url("../images/bg-solidario-1.jpg");
}


#tc_solidaria .btn-default
{
	background-color: #e84c3d;
	border-color: #cd3c2e;
	color: #fff !important;
}

#tc_solidaria .btn
{
	border-radius: 0;
	font-weight: bold;
	padding: 10px 15px;
	transition: all 0.3s ease-in-out 0s;
	-moz-user-select: none;
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
}

#tc_solidaria .btn-default:hover
{
	background-color: #cd3c2e;
	border-color: #cd3c2e;
	color: #FFF
}


#tc_solidaria .fa{font-size:24px;}




#tc_solidaria  .home-slider__content
{
 text-align: left;
    width: 100%;
    z-index: 9;
}

#tc_solidaria  .carousel-caption
{
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 35px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: right;
    transition: all 500ms linear 0s;
    width: 100%;
}

#tc_solidaria  .carousel-caption h1
{
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
    padding: 16px 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    width: auto;
}



/* ///////////////////////////////////////////////////////////////////////////// */
/* ======================    SECTION CONTADORES   ============================== */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */
#contadores .container
{
	max-width:95%;
	width: 100%;
}

#contadores.bg-desk-bg {
    background-image: url("../images/bg_contador.jpg");
}

/* ///////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////////// */
/* ========================    SECTION HAZTE SOCIO   =========================== */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */
.bg-blue-pattern
{
	background: rgba(0, 0, 0, 0) url("../images/blue-square.png") repeat scroll 0 0;
}

.white-text
{
	color: #fff;
}

.headline
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}

.headline h2
{
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}

.headline p
{
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 40px;
}

ul
{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul.steps-list li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	margin-bottom: 25px;
}

ul.steps-list li:last-child
{
	border-bottom: medium none;
}

ul.steps-list li span
{
	background: #1a1a1a none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	text-align: center;
	width: 55px;
}

ul.steps-list li h4, ul.steps-list li p
{
	margin-left: 80px;
}

ul.steps-list li h5
{
	font-weight: 600;
}

.video-container
{
	position: relative;
}

.video-container iframe
{
	border: medium none;
	height: 345px;
	width: 100%;
}

#hazte-socio h4
{
	color: #2d2d2d;
	font-size: 19px;
	font-weight: 700;
}

#hazte-socio p
{
	line-height: 24px;
	margin-bottom: 20px;
	font-family: "Open Sans", "Raleway", Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	text-rendering: optimizelegibility;
}

#hazte-socio .headline p
{
	color: #e7e1b0;
	font-size: 19px;
	font-weight: 100;
	margin-bottom: 40px;
}

#hazte-socio.section
{
	padding: 30px 0;
}

#hazte-socio a:hover
{
	color: #fffad0 !important;
	text-decoration: underline;
	transition: all 0.3s ease-in-out 0s;
}

#hazte-socio .btn
{
	border-radius: 0;
	font-weight: bold;
	padding: 15px 35px;
	transition: all 0.3s ease-in-out 0s;
	-moz-user-select: none;
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857;
	margin: 15px auto;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
}

#hazte-socio.section
{
	padding: 30px 0;
}

#hazte-socio .btn-transparent
{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

#hazte-socio .btn-transparent:hover
{
	background-color: #2a2a2a !important;
	border-color: #2a2a2a !important;
	color: #e84c3d !important
}

#hazte-socio a:hover
{
	text-decoration:none !important
}

#hazte-socio .btn-transparent .fa{font-size: 25px; vertical-align:top !important}

/*--------------------
----Counters Styles----
----------------------*/

#contadores .cta-title {
    font-size: 3.6em;
    font-weight: 100;
    line-height: 0.5em;
}

#contadores .cta-title::after {
    height: 0.01em;
}


.achievements h1, .achievements h2,.achievements h3, .achievements h4, .achievements h5, .achievements h6 {
    color: #111;
    text-transform: uppercase;
}

.achievements {
    background-color: #2f2f2f;
    padding: 30px 0 50px;
}

.achievement-badges {
    text-align: center;
}

.achievement-badges {
    margin-bottom: 40px;
    margin-top: 85px;
    text-align: center;
}
.achievement-badges h2 span {
/*    font-weight: bold;*/
	color: #d24837;
}


.achievement-badges h2 strong {
    font-size: 40px !important;
    font-weight: 100;
    padding-right: 3px;
}
.achievement-badges .fa {
    color: #fff;
    font-size: 70px;
}

.achievements h2 > span, .achievements .mainslider .flex-caption h2, .achievements .lead-profile h3, .achievements .services-list h4, .achievements .services-list-carousel h4, .panel-smart h5 {
    color: #d24837;
}

.achievements b, .achievements strong {
    font-weight: 700;
}

.lead-profile h2, .achievements h2, .achievements h4, .testimonials h2, .testimonials h4 {
    color: #fff;
}

.achievements h4, .top-bar, .achievements .navbar-nav, .achievements .mainslider .flex-caption h2, .achievements .panel-smart h6, .achievements .mainslider .flex-caption p, .achievements #accordion .panel-heading h5, .achievements ul#portfolio-filter li a.btn, .achievements .btn-heather {
    font-family: "Oswald",sans-serif;
}
.achievements h4 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}

.achievements h2 {
    font-size: 48px;
    margin-bottom: 5px;
	font-weight:bold;
	font-family: "Oswald",sans-serif;
}







/* ///////////////////////////////////////////////////////////////////////////// */
/* ================             DISPOSITIVOS MÓVILES            ================ */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */


@media screen and (min-width: 798px) and (max-width: 1024px) {
#contadores.bloc{padding:0px !important}
.container{ max-width:100% !important;}
#adherirse .container {
    width: 100%;
}

#tc_solidaria .container {
    width: 100%;
}

#carrusel-home-publica .row{margin-left:0px !important; margin-right:0px !important;}

#contadores .row{margin-left:0px !important; margin-right:0px !important;}

.achievement-badges .row{margin-left:0px !important; margin-right:0px !important;}

}


/*
/*
/* CSS ESPECÍFICOS PARA DISPOSITIVOS TABLET VERTICAL  767px 800px
*/

@media screen and (min-width: 767px) and (max-width: 800px) {
/* Carrusel superior */
.home-slider #item-4 .carousel-caption
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0 16% 0 0;
    opacity: 1;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: left;
    transition: all 500ms linear 0s;
}

.home-slider #item-4 .carousel-caption h1
{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 35px;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	padding: 16px 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}

.home-slider #item-4 .carousel-caption .h1-bis
{
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2em;
	margin: 5px 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}

.home-slider #item-4 .carousel-caption .round_badge
{
	background-color: #c94eb7;
	border-radius: 60px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 90px;
	line-height: 20px;
	padding: 15px;
	position: absolute;
	right: -20px;
	text-align: center;
	top: -25px;
	width: 90px;
}


}

/*
/*
/* CSS ESPECÍFICOS PARA DISPOSITIVOS PEQUEÑOS  736 px
*/

@media screen and (min-width: 568px) and (max-width: 736px) {

/* Carrusel superior */
.home-slider #item-4 .carousel-caption
{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: 0px 0px;
	opacity: 10;
	padding: 90px 0;
	position: absolute;
	right: 0;
	text-align: left;
	transition: all 500ms linear 0s;
}

.home-slider #item-4 .carousel-caption h1
{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 35px;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	padding: 16px 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}

.home-slider #item-4 .carousel-caption .h1-bis
{
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2em;
	margin: 5px 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}

.home-slider #item-4 .carousel-caption .round_badge
{
	background-color: #c94eb7;
	border-radius: 60px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 90px;
	line-height: 20px;
	padding: 15px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 35px;
	width: 90px;
}

.home-slider #item-4 .carousel-caption .lead {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    padding: 16px 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width:auto;
}

.home-slider #item-4 .carousel-caption .lead
{
	font-size: 20px;
}


#tc_solidaria  .carousel-caption
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 0%;
    opacity: 10;
    padding: 0;
    position: absolute;
    right: 0;
    text-align:right;
    transition: all 500ms linear 0s;
}


}


/*
/*
/* CSS ESPECÍFICOS PARA DISPOSITIVOS PEQUEÑOS  480 px
*/

@media screen and (max-width: 480px) {

.headline h2
{
	line-height:50px;
}

.cta-wr h1
{
	font-size: 2.8em;
	text-align:center
}

.box-style-3.right .body h2
{
	margin-left: 80px;
	margin-right: 0px;
	text-align: left;
}


.cta-title {
    color: #333;
    display: inline-block;
    font-family: "Oswald",Arial,sans-serif;
    font-size: 5em;
    line-height: 1.2em;
    margin-bottom: 0.9em;
    margin-top: 0.5em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


/* Carrusel superior */


.home-slider #item-4 .carousel-caption
{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: 0px 0px;
	opacity: 10;
	padding: 70px 0;
	position: absolute;
	right: 0;
	text-align: left;
	transition: all 500ms linear 0s;
}

.home-slider #item-4 .carousel-caption h1
{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	padding: 16px 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}

.home-slider #item-4 .carousel-caption .h1-bis
{
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2em;
	margin: 5px 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}

.home-slider #item-4 .carousel-caption .round_badge
{
	background-color: #c94eb7;
	border-radius: 60px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 90px;
	line-height: 20px;
	padding: 15px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 0px;
	width: 90px;
}

.home-slider #item-4 .carousel-caption .lead
{
	font-size: 20px;
}

/*conocenos*/

.bloc-tile-2 {
    width: 100%;
}

#tc_solidaria  .carousel-caption
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 0%;
    opacity: 10;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    transition: all 500ms linear 0s;
}

}







/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 768px)
{  
    .container{ max-width:100% !important;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */ 
    .detail-group{
        display:block;
    }
    .detail-group .bloc{
        display: block;
        width: 100%;
    }
    .btn-xl{
	   padding: 16px 20px;
	   font-size: 15px;
    }
    .btn-mg{
        margin:0;
    }
	
/*	.bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }*/
    .bloc, .bloc .text-right{
        text-align: center!important;
    }


    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }

    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    #detail-bloc{
        padding: 0;
    }
	

.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    width: 100%;
}
.bloc .container {
    padding-left: 0;
    padding-right: 0;
}
.bloc-xl, .bloc-lg {
    padding: 40px 0;
}
#adherirse .container {
    width: 100%;
}

#tc_solidaria .container {
    width: 100%;
}

#trabaja .bloc-xl {
    padding: 30px 10px 60px;
}

.bloc-xg {
    padding: 20px 0px !important;
}

.bloc-xxl{padding: 250px 0px !important;}

	
#conocenos .cta-inner {
    margin: 0 auto;
    max-width: 95%;
}	

.achievement-badges {
    margin-bottom: 60px;
    margin-top: 35px;
    text-align: center;
}

	
	
}
@media (max-width: 767px)
{

    .bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .bloc, .bloc .text-right{
        text-align: center!important;
    }


    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }

    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    #detail-bloc{
        padding: 0;
    }
	

.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    width: 100%;
}
.bloc .container {
    padding-left: 0;
    padding-right: 0;
}
.bloc-xl, .bloc-lg {
    padding: 40px 0;
}
#adherirse .container {
    width: 100%;
}

#tc_solidaria .container {
    width: 100%;
}

#trabaja .bloc-xl {
    padding: 30px 10px 60px;
}

.bloc-xg {
    padding: 20px 0px !important;
}

.bloc-xxl{padding: 200px 0px !important;}

	
#conocenos .cta-inner {
    margin: 0 auto;
    max-width: 95%;
}	

.achievement-badges {
    margin-bottom: 60px;
    margin-top: 35px;
    text-align: center;
}

}

/* ===================================== */
/* ========== VIDEO TRAVEL ============= */
/* ===================================== */

.margin-top-50pc{margin-top:30%}

#bloc-7 .btn-default {
    background-color: #e84c3d;
    border-color: #cd3c2e;
    color: #fff;
	border-radius:50% !important;
	padding:30px 35px
}

#bloc-7 .btn-default:hover {
    background-color: #cd3c2e;
    border-color: #cd3c2e;
    color: #ffe8a0;
}

#bloc-7 .btn-default:hover .fa{color: #fcba9a;}

#bloc-7 .fa{font-size:30px !important; color:#FFF; vertical-align:middle;}


.video-viajes .modal-content {
    border-radius: 0;
}
.video-viajes .modal-content .modal-header {
    background-color: #e84c3d;
}
.video-viajes .modal-content .modal-title {
    color: #ffffff;
    font-size: 24px;
}
.video-viajes .modal-footer .btn {
    margin: 0;
}
@media (min-width: 1200px) {
.video-viajes .modal-lg {
    width: 1140px;
}
}

@media screen and (min-width: 168px) and (max-width: 480px) {
.logo-plus{margin:7px 0px}	

#cartoonVideo{width:100%}

.margin-top-50pc{margin-top:20%}

}


