/*
Template Name: LaunchPage
Author URI: https://themeforest.net/user/epic-themes
Author Name: Epic Themes
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. HOME
05. TEAM
06. FEATURES
07. GALLERY
08. PRICING
09. CONTACT
10. OTHER ELEMENTS
		a. Buttons
		b. Testimonials
		c. Benefits List
		d. Fun Facts
		e. Dropcaps Features
11. MEDIA QUERIES

--- */

/* ========================================================== */

/* 			               01. GENERAL LAYOUT                 */

/* ========================================================== */

body {
	font-family: Chalet, sans-serif;
}

ul {
	padding: 0;
}

ul, ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	color: #858585;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

ul li, ol li {
	font-size: 17px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
}

ul li i {
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	color: #7c8595;
	margin-bottom: 20px;
	font-family: Chalet, sans-serif;
}

a, a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	color: #071e55;
	font-weight: 700;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-title {
	margin-bottom: 10px;
}

p.section-subtitle {
	font-size: 18px;
}

p.section-subtitle.white {
	color: #ffffff;
}

p.section-subtitle.black {
	color: #252525;
}

iframe {
	max-width: 100%;
	border: none;
}

.iframe-youtube {
	position: relative;
	margin-top: 30px;
	z-index: 100;
}

.iframe-youtube iframe {
	padding: 10px 10px;
	box-shadow: 0 15px 36px rgba(0, 0, 0, 0.20);
	background-color: #fff;
	webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	z-index: 100;
}

.popup-gallery:hover .video-popup-image {
	opacity: 1;
}

.textBlueBar {
	color: white;
	font-size: 34px;
	line-height: 2.9rem;
}

.blueBar {
	background-color: #4caadc;
	border-bottom: 1px solid #4caadc;
	padding: 2px 5px 5px 5px;
	position: relative;
	bottom: 0px;
	z-index: 9999;
}

.titleHeaderPromo {
	color: #b22a1b;
	font-size: 120px;
	line-height: 0.7em;
	font-weight: 700;
	font-family: Verdana, sans-serif;
}

.video-play-icon {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
	color: #007bff;
	background-color: rgba(0, 123, 255, 0.70);
	border-radius: 50% 50%;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon:hover {
	background-color: rgba(0, 123, 255, 0.99);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon i {
	color: #fff;
}

.white-text {
	color: #fff;
}

.red {
	color: #e52f37;
}

.strong {
	font-weight: bold;
}

.main-services-parent {
	padding-right: 0px;
	padding-left: 0px;
}

.containerPic .container {
	padding-right: 0px;
}

.section-bg-1 {
	background: url(../images/bg10.jpg?v=5);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 110px 0;
}

.section-bg-2 {
	background: url(../images/bg10.jpg?v=5);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 120px 0;
}

.section-bg-3 {
	background: url(../images/bg10.jpg?v=5);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 140px 0;
}

.section-bg-overlay {
	width: 100%;
	background: #e52f37;
	opacity: 0.95;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-white {
	background: white;
	padding: 30px 0 30px 0;
}

.section-blue, .divParentTrust {
	background: #022f7d;
}

.section-grey {
	background: #f1faff;
	padding: 90px 0 100px 0;
}

.section-red {
	background: #e52f37;
	padding: 90px 0 100px 0;
}

.section-white.no-padding, .section-grey.no-padding, .section-red.no-padding {
	padding: 0;
}

.section-white.medium-paddings, .section-grey.medium-paddings, .section-red.medium-paddings {
	padding: 60px 0;
}

.section-white.small-paddings, .section-grey.small-paddings, .section-red.small-paddings {
	padding: 30px 0;
}

.section-white.xsmall-paddings, .section-grey.xsmall-paddings, .section-red.xsmall-paddings {
	padding: 10px 0;
}

.section-white.small-padding-top, .section-grey.small-padding-top, .section-red.small-padding-top {
	padding: 30px 0 90px 0;
}

.section-white.small-padding-bottom, .section-grey.small-padding-bottom, .section-red.small-padding-bottom {
	padding: 90px 0 70px 0;
}

.section-white.no-padding-bottom, .section-grey.no-padding-bottom, .section-red.no-padding-bottom {
	padding: 90px 0 0 0;
}

.small-col-inside {
	margin: 90px 0;
	max-width: 575px;
	padding-left: 55px;
}

.width-100 {
	width: 100%;
}

.box-shadow {
	border-radius: 8px;
	box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
}

.image-shadow {
	border-radius: 8px 8px;
	box-shadow: 10px 12px 40px rgba(0, 0, 0, 0.2);
}

/* margin and padding classes */

.margin-right-15 {
	margin-right: 15px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-35 {
	padding-top: 35px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.padding-left-20 {
	padding-left: 20px;
}

/* ========================================================== */

/* 			               02. MENU-NAV                       */

/* ========================================================== */

.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #e52f37;
}

.navbar-brand:hover {
	color: #e52f37;
}

.navbar-fixed-top.opaque .navbar-brand {
	color: #e52f37;
}

.navbar-fixed-top.opaque .navbar-brand:hover {
	color: #e52f37;
}

.navbar {
	width: 100%;
	z-index: 9999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-toggler {
	border: 1px solid #e52f37;
}

.navbar-toggler-icon {
	width: 1.3em;
	height: 1.3em;
}

.navbar-toggler-icon i {
	color: #e52f37;
	vertical-align: middle;
}

.navbar-fixed-top {
	position: absolute !important;
	background-color: white;
	border-bottom: none;
	transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
	position: fixed !important;
	top: 0;
	margin-top: 0;
	background-color: white !important;
	border-bottom: 1px solid #efefef;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04) !important;
	transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav>li>a {
	color: #071e55;
	font-size: 17px !important;
	line-height: 30px !important;
	padding: 10px 15px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.titleHomeUp {
	color: #002e7d;
	font-size: 19px;
	line-height: 1.3em;
	font-weight: 400;
	font-family: Chalet, sans-serif;
}

.navbar-fixed-top.opaque .navbar-nav>li>a {
	color: #071e55;
}

.navbar-fixed-top .navbar-nav>li>a:hover {
	color: #e52f37 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav .current a {
	color: #e52f37 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn {
	border: 1px solid #e52f37;
	color: #fff !important;
	background: #e52f37;
	border-radius: 23px 23px;
	padding: 12px 18px !important;
	margin-left: 10px;
	margin-right: 15px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn:hover {
	color: #e52f37 !important;
	background: transparent;
	border: 1px solid #e52f37;
}

.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn {
	color: #fff !important;
	background: #e52f37;
	border: 1px solid #e52f37;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn:hover {
	border: 1px solid #e52f37;
	color: #e52f37 !important;
	background: transparent;
}

/* ========================================================== */

/* 			                03. FOOTER                        */

/* ========================================================== */

.footer {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 25px 0 20px 0;
	background-color: #00a6e7;
}

.buttonBottom {
	width: 285px;
	height: 55px;
	background: #48A675;
	border: none;
	color: #fff;
	display: inline;
	moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px 10px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	text-align: center;
	margin-top: 20px;
}

.footer p {
	margin-bottom: 5px;
	line-height: 24px;
	color: white;
}

.footer p>a {
	font-size: 17px;
	color: #e52f37;
	text-decoration: underline;
}

.footer p>a:hover {
	color: #e52f37;
	text-decoration: underline;
}

span.template-name {
	font-weight: bold;
}

a.footer-links {
	display: block;
	font-size: 17px;
	margin-bottom: 2px;
	color: #454545;
}

a.footer-links:hover {
	color: #e52f37;
	text-decoration: underline;
	transition: all .5s ease-in-out;
}

/* Footer Social Icons */

ul.footer_social {
	float: right;
}

ul.footer_social li {
	display: inline-block;
	margin: 0;
	line-height: 100% !important;
}

ul.footer_social li a i {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	font-size: 26px !important;
	line-height: 26px !important;
	color: #1e90ff;
	transition: all .5s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i.fa-twitter {
	color: #4099ff;
}

ul.footer_social li a i.fa-pinterest {
	color: #C92228;
}

ul.footer_social li a i.fa-facebook-square {
	color: #3b5998;
}

ul.footer_social li a i.fa-instagram {
	color: #8a3ab9;
}

ul.footer_social li a i.fa-skipe {
	color: #00aff0;
}

ul.footer_social li a i.fa-dribble {
	color: #ea4c89;
}

ul.footer_social li a i:hover {
	color: #e52f37 !important;
}

/* ========================================================== */

/* 			               04. HOME                           */

/* ========================================================== */

.home-section {
	position: relative;
	z-index: 999;
	padding-top: 90px !important;
	padding-bottom: 0px !important;
	background-size: auto;
	background-position: center 78px !important;
	margin-bottom: -3px;
	background-color: #02a6e7;
	min-height: 744px;
	background-size: 2973px;
	background-position: calc(42% + -78px) 51px !important;
}

.containerHeaderParent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-section-gracias {
	padding-top: 0px;
	min-height: 550px;
}

.parentForm {
	position: relative;
	left: 160px;
	top: 0px;
}

.parentHeaderIndex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.parent-img {
	padding-right: 20px;
	padding-top: 50px;
}

.parentTextHeader {
	float: left;
}

.buttonHomeDropParent {
	max-width: 150px;
	float: right;
	position: relative;
    bottom: 20px;
}

.buttonHomeDropParent img {
	width: 100%;
	float: right;
}

.img-home {
	float: right;
	max-width: 444px;
}

.img-home, .parent-img {
	max-height: inherit;
}

.parent-text {
	max-width: fit-content;
	padding-left: 20px;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

.checkboxLegal {
	margin-left: 3px;
	margin-right: 3px;
	/* font-size: 80px; */
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.home-section-overlay {
	width: 100%;
	background: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-section h1 {
	margin-bottom: 20px;
	line-height: 0.8;
	color: #fff;
	margin-bottom: 0px;
}

.home-section p.hero-text {
	font-size: 29px;
	line-height: 42px;
	font-weight: 400;
	color: #921a0f;
	max-width: 975px;
	margin: auto;
	margin-bottom: 47px;
}

.colorDarkRed {
	color: #921a0f;
}

/* -----  Newsletter ----- */

.newsletter_form_wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.newsletter_form_box {
	max-width: 523px;
	background-color: #012f7d96;
	padding: 20px 20px 7px 20px;
}

#newsletter-form #email_newsletter {
	width: 100%;
	height: 55px;
	padding: 0 20px;
	border: 1px solid #bebebe;
	background-color: #fff;
	moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px;
	color: #454545;
	font-size: 24px;
	margin: 0 3px 3px 0;
}

#newsletter-form #phone_newsletter {
	width: 100%;
	max-width: 574px;
	height: 55px;
	padding: 0 20px;
	border: 1px solid #bebebe;
	background-color: #fff;
	moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	color: #454545;
	font-size: 20px;
	margin: 0 10px 10px 0;
}

#newsletter-form .input100 {
	moz-border-radius: 70px 70px 70px 70px !important;
	-webkit-border-radius: 70px 70px 70px 70px !important;
	border-radius: 70px 70px 70px 70px !important;
	max-width: 100% !important;
}

.frm-provincia {
	color: #454545 !important;
}

.iconLogoGray {
	display: none
}

#newsletter-form #submit-button-newsletter, .buttonBottom {
	width: 100%;
	height: 50px;
	background-color: #eb235a;
	border: none;
	color: white;
	display: inline;
	moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
	font-size: 24px;
	font-weight: 700;
	font-family: Chalet, sans-serif;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	text-align: center;
	margin-top: 10px;
	padding: 0px 40px;
	margin-bottom: 20px;
}

.textFooterBlue {
	font-family: Chalet, sans-serif;
}

.buttonBottom {
	width: 285px;
}

.centered {
	text-align: center;
}

.titleHome {
	color: #ffcf03;
	font-size: 45px;
	line-height: 0.8em;
	font-weight: 700;
	font-family: Chalet, sans-serif;
}

.titleHomeBig {
	font-size: 63px;
}

.titleHome2 {
	color: white;
	font-size: 41px;
	line-height: 1.0em;
	font-weight: 600;
	font-family: Chalet, sans-serif;
}

.titleHome3 {
	color: white;
	font-size: 30px;
	line-height: 1.0em;
	font-weight: 600;
	font-family: Chalet, sans-serif;
}

.blueText {
	color: #002e7d;
}

.titleHome2Caf {
	font-size: 47px;
	line-height: 0.9;
}

#newsletter-form #submit-button-newsletter:hover, .buttonBottom:hover {
	cursor: pointer;
	background-color: white;
	transition: background-color .05s ease-in-out;
	-moz-transition: background-color .05s ease-in-out;
	-webkit-transition: background-color .05s ease-in-out;
	border: 2px solid #022f7d;
	color: #022f7d;
}

input#email_newsletter::-webkit-input-placeholder, input#phone_newsletter::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

input#email_newsletter:-moz-placeholder, input#phone_newsletter:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input#email_newsletter::-moz-placeholder, input#phone_newsletter::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input#email_newsletter:-ms-input-placeholder, input#phone_newsletter:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.newsletter_success_box {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin: 5px 0;
}

/* Pertners */

.partners-section {
	padding: 40px 0 20px 0;
	background-color: #fff;
}

.partners img.partners {
	opacity: 0.4;
	margin: 10px 15px;
	max-height: 55px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.partners img.partners:hover {
	opacity: 0.8;
}

.partners-title {
	font-size: 18px;
	line-height: 78px;
	display: inline-block;
	margin-right: 15px;
}

/* ========================================================== */

/* 			               05. TEAM                           */

/* ========================================================== */

.team-item {
	padding: 10px 25px 30px 25px;
	background-color: #fff;
	border: 1px solid #e5efff;
	border-top: none;
	text-align: center;
	transition: all 1s;
	border-radius: 0 0 8px 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-item h3 {
	margin: 20px 0 1px 0 !important;
	color: #454545;
	font-size: 18px;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-info {
	display: block;
	margin-bottom: 0;
}

.team-info p {
	color: #acacac;
	font-style: italic;
}

.team-info::after {
	background: #e52f37;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 50px;
	height: 3px;
	margin-top: -20px;
}

.team-img {
	border-radius: 8px 8px 0 0;
}

/* ========================================================== */

/* 			                06. FEATURES                      */

/* ========================================================== */

.services-wrapper {
	position: relative;
}

.main-services {
	position: relative;
	margin: 10px 5px;
	overflow: hidden;
	text-align: center;
	transition: all 1s;
}

.main-services:hover {
	transform: scale(1.025);
	transition: all 1s;
}

.main-services img {
	width: auto;
	max-height: 130px;
	margin-top: 41px;
	margin-bottom: 10px;
}

.main-services h3 {
	margin-bottom: 5px;
}

.containerHeaderGracias {
	margin-top: 56px;
	margin-bottom: 23px;
}

.main-services h3 a {
	font-size: 22px;
	font-weight: 700;
	color: #e52f37;
}

.main-services h4 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
}

.main-services p {
	padding: 0 10px;
	margin-bottom: 15px;
	font-family: Chalet, sans-serif;
	color: #002e7d;
	line-height: 1.2em;
}

.main-services i {
	margin-bottom: 15px;
	display: inline-block;
	padding: 16px 16px;
	font-size: 40px;
	line-height: 46px;
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #e52f37;
}

.main-services.red i {
	background-color: #e52f37;
}

.main-services.blue i {
	background-color: #1e90ff;
}

.main-services.green i {
	background-color: #27b36a;
}

blockquote {
	font-size: 16px;
	color: #4285f4;
	border-left: 2px solid #4285f4;
}

.faq-box {
	margin: 30px 0 0 0;
	transition: all 1s;
}

.faq-box h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.faq-box h5 {
	margin-bottom: 7px;
}

.faq-box p {
	color: #7c8595;
}

/* Features */

.feature-box {
	overflow: hidden;
	margin: 40px 0 0 0;
}

.feature-box i {
	float: left;
	font-size: 50px;
	line-height: 50px;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #50a0d2;
}

.feature-box.light-blue i {
	color: #50a0d2;
}

.feature-box.dark-blue i {
	color: #3473b8;
}

.feature-box.light-green i {
	color: #a9d129;
}

.feature-box.dark-green i {
	color: #87ac34;
}

.feature-box.orange i {
	color: #fe9c24;
}

.feature-box.light-red i {
	color: #fc6a3f;
}

.feature-box.pink i {
	color: #ea4c89;
}

.feature-box-text {
	float: left;
	width: 75%;
	margin-left: 30px;
}

.feature-box h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.feature-box p {
	color: #7c8595;
}

/* ========================================================== */

/* 						   07. PORTFOLIO                      */

/* ========================================================== */

.gallery-insta {
	margin: 0 !important;
}

.gallery-insta img {
	border-radius: 0 !important;
	padding: 5px 5px;
}

p.follow-instagram a {
	color: #e52f37;
}

.popup-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

.popup-gallery {
	display: inline-block;
	position: relative;
}

.popup-gallery img {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, .popup-gallery a span.eye-wrapper2 {
	background-color: #e52f37;
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 2;
	width: 90%;
	height: 90% !important;
	top: 5%;
	left: 5%;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	opacity: 0;
}

.yellowCross {
	position: absolute;
	right: -27px;
	max-width: 50px;
	top: -26px;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon {
	position: absolute;
	display: inline-block;
	font-size: 36px;
	z-index: 3;
	top: 50% !important;
	margin-top: -18px !important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span {
	opacity: 1;
}

.popup-gallery img, .popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-item {
	margin-bottom: 37px;
}

/* ========================================================== */

/* 			               08. PRICING                        */

/* ========================================================== */

.price-box-white {
	text-align: center;
	background-color: #fff;
	border: 1px solid #dde9fb;
	box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05);
	padding: 50px 20px;
	width: 90%;
	margin-top: 30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-grey {
	text-align: center;
	background: #e52f37;
	border: 2px solid #e52f37;
	box-shadow: 10px 12px 40px rgba(0, 0, 0, 0.2);
	padding: 50px 20px;
	width: 90%;
	margin-top: 30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-grey:hover, .price-box-white:hover {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	/* IE 9 */
	-webkit-transform: scale(1.03, 1.03);
	/* Safari */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.price-box-white .price-title, .price-box-white ul.pricing-list li.price-value {
	color: #292929;
}

.price-box-grey .price-title, .price-box-grey ul.pricing-list li.price-value {
	color: #fff;
}

.price-box-white .price-subtitle, .price-box-white .price-text {
	color: #6a6a6a;
}

.price-box-grey .price-subtitle, .price-box-grey .price-text {
	color: #fff;
}

ul.pricing-list li.price-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}

ul.pricing-list li.price-value {
	font-family: 'Open Sans', sans-serif;
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

ul.pricing-list li.price-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

ul.pricing-list li.price-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

ul.pricing-list li.price-tag a {
	color: #e52f37;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 23px 23px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 40px 0 30px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag a:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

/* ========================================================== */

/* 			                 09. CONTACT                      */

/* ========================================================== */

.contact-form-wrapper {
	margin-top: 25px;
}

.contact-form-wrapper h3 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 500;
}

.contact-form-wrapper p {
	margin-bottom: 25px;
	font-size: 17px;
}

input.contact-input, select.contact-input {
	width: 100%;
	height: 56px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 15px;
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
	font-size: 16px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

textarea {
	height: 145px;
	margin-bottom: 12px;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	font-size: 16px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

input.contact-submit {
	background: #fff;
	border: none;
	color: #e52f37;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	max-width: 300px;
	padding: 20px 0;
	text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover {
	background: #eaeaea;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-input::-webkit-input-placeholder, textarea.contact-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

input.contact-input:-moz-placeholder, textarea.contact-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

input.contact-input::-moz-placeholder, textarea.contact-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

input.contact-input:-ms-input-placeholder, textarea.contact-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

#contact-form input.contact-input:focus, #contact-form textarea:focus {
	border-color: #fff !important;
	color: #fff !important;
	outline: none;
}

#contact-form select.contact-input:focus {
	border-color: #fff !important;
	color: #454545 !important;
	outline: none;
}

p.contact_success_box {
	display: inline-block;
	color: #fff;
	border: 1px solid #eee;
	padding: 25px 25px;
	font-size: 19px;
	text-shadow: none;
	font-style: italic;
	border-radius: 8px 8px;
	margin: 15px 0;
}

/* ========================================================== */

/* 			               11. OTHER ELEMENTS                 */

/* ========================================================== */

/* a) Buttons */

.btn-white {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #e52f37;
	background-color: #ffffff;
	border: 1px solid #fff;
	box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
	border-radius: 23px 23px;
	margin: 10px 10px;
	padding: 16px 26px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #e52f37 !important;
	background: #f9f9f9;
}

.btn-white-border {
	color: #fff;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 23px 23px;
	margin: 10px 10px;
	padding: 16px 26px;
	display: inline-block;
	box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #e52f37 !important;
	background: #f9f9f9;
}

.btn-white i, .btn-white-border i {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
	vertical-align: text-top;
}

.btn-blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #1e90ff;
	border: 1px solid #1e90ff;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
	letter-spacing: 1px;
	border-radius: 23px 23px;
	margin: 5px 10px 10px 0;
	padding: 18px 25px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-blue:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff !important;
	background: #1e90ff;
}

.btn-red {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #e52f37;
	border: 1px solid #e52f37;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
	letter-spacing: 1px;
	border-radius: 23px 23px;
	margin: 5px 10px 10px 0;
	padding: 18px 25px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff !important;
	background: #e52f37;
}

.btn-blue.small, .btn-blue-line.small, .btn-red.small, .btn-red-line.small, .btn-white.small, .btn-white-border.small {
	font-size: 16px;
	padding: 14px 20px;
}

.btn-red-line {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #e52f37;
	background-color: #fff;
	border: 1px solid #e52f37;
	border-radius: 23px 23px;
	margin: 15px 10px 0 0;
	padding: 20px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red-line:hover {
	color: #fff !important;
	background: #e52f37;
}

a.btn-red:visited, a.btn-red:focus {
	color: #fff !important;
}

/* b) Testimonials - Accordion Tabs */

.card {
	position: relative;
	margin: 20px 0;
	border: none;
	background-color: #fff !important;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.card-header {
	max-width: 100%;
	position: relative;
	padding: 15px 25px;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: none;
	border-left: 6px solid #27b36a;
}

.card-header h5 .btn-link p {
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	color: #071e55;
	text-align: left !important;
	background-color: transparent;
}

.card-header h5 .btn-link p span {
	font-size: 17px;
	color: #27b36a;
}

.card-header h5 .btn-link:hover, .card-header h5 .btn-link:focus {
	text-decoration: none;
}

.card-body {
	padding: 20px 25px 5px 25px;
	border-top: none;
	border-left: 6px solid #27b36a;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #7c8595;
	font-style: italic;
}

img.testim-img {
	float: left;
	margin-right: 15px;
	max-width: 65px;
	border-radius: 50%;
}

p.testim-name {
	display: inline-block;
}

.testim-rating {
	margin-bottom: 30px;
}

.testim-rating i {
	color: #fdcc28;
}

.testim-platform.first {
	display: block;
	border-right: 1px solid #cecece;
}

.testim-platform p {
	margin-bottom: 5px;
	font-weight: bold;
	color: #071e55;
}

/* c) Benefits List */

ul.benefits {
	margin-bottom: 20px;
}

ul.benefits li {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 8px;
}

ul.benefits.white li {
	color: #fff;
}

ul.benefits li i {
	font-size: 18px;
	line-height: 18px;
	margin-right: 1px;
	color: #e52a3d;
}

ul.benefits.white li i {
	color: #fff;
}

.no-padding-bottom {
	padding-bottom: 0;
}

/* ----- d) Fun Facts ----- */

.fun-facts-boxs {
	display: inline-block;
	width: 19%;
	padding: 10px 10px;
}

.fun-facts-title {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.fun-facts-title span {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
}

.fun-facts-box i {
	font-size: 45px;
	line-height: 60px;
	color: #fff;
}

.labelForm {
	color: white;
	margin-bottom: 0.1rem;
}

.grow {
	top: 50px;
	left: 50px;
	border-radius: 25px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 7s;
	-moz-transition-property: -moz-transform background-color;
	-moz-transition-duration: 7s;
	-webkit-animation-name: growEffect;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: growEffect;
	-moz-animation-duration: 11s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}

@keyframes growEffect {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
		border-radius: 0px;
	}

	100% {
		transform: scale(1);
	}
}

/* ----- e) Dropcaps Features ----- */

.nav-pills .nav-link {
	margin-bottom: 10px;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
	border: none !important;
	transition: all 1s;
}

.nav-pills .nav-link:hover {
	color: #fff;
	background-color: #fff;
	border: none !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
	-moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
	-webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
	transition: all 1s;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #fff;
	border: 1px solid #f4f5f6 !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
	-moz-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
	-webkit-box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
	transition: all 1s;
}

.features-second {
	margin: 10px 0;
}

.headerTitle {
	font-size: 51px;
	text-align: center;
	font-weight: 300;
	line-height: 0.7em;
}

.headerSubTitle {
	text-align: left;
}

.headerSubTitleParent {
	margin-top: 16px;
	margin-bottom: 24px;
	height: 90px;
}

.headerSubTitleParentRecaptcha {
	margin-top: 16px;
	margin-bottom: 0px;
	height: 90px;
}

.headerTitle3 {
	font-size: 51px;
	text-align: center;
	font-weight: 300;
	line-height: 0.2em;
	margin-top: -6px;
}

.headerTitle strong {
	font-weight: 700;
}

.bottomTitle {
	font-size: 44px;
	text-align: left;
	font-weight: 700;
	line-height: 1em;
	color: #002e7d;
}

.bottomTitle strong {
	font-weight: 700;
}

.titleSmall {
	margin-top: 10px;
	line-height: 1em;
	font-size: 44px;
	text-align: left;
	margin-bottom: 20px;
	color: #002e7d;
	font-weight: 500;
}

.ContainerHuellChild {
	max-width: 685px;
}

.parentColumnFooter1 {
	padding-top: 5px;
}

.titleSmall strong {
	font-weight: 700;
}

.strongBlue {
	white-space: nowrap;
	color: #04a6e1;
	font-weight: 900;
	font-size: 67px;
}

.strongOrange {
	color: #e89838;
	font-weight: 900;
	font-size: 47px;
	line-height: 1em;
}

.regularWhite {
	color: white;
	font-size: 53px;
	line-height: 1em;
}

.bigDot {
	font-size: 46px;
}

.titleBlack {
	color: #1d1d1b;
	font-size: 35px;
	line-height: 1em;
	font-weight: 400;
	font-family: Verdana, sans-serif;
}

.headerPromo {
	max-width: 100%;
	text-align: center;
	margin: auto;
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.redTitle {
	font-size: 42px;
	color: #b22a1b;
	font-weight: 700;
}

.headerPromo .column {
	float: left;
}

.promoBigNumber {
	color: #009ad8;
	font-weight: 700;
	font-size: 195px;
	line-height: 145px;
	font-family: 'Poppins', sans-serif;
}

.promoLigthBlue {
	color: #009ad8;
	font-weight: 800;
	font-size: 41px;
	line-height: 16px;
}

.promoDarkBlue {
	color: #00497a;
	font-weight: 800;
	font-size: 62px;
	line-height: 33px;
}

.promoCaf {
	color: #00497a;
	font-weight: 500;
	font-size: 32px;
	line-height: 5px;
}

.promoCafPl {
	color: #009ad8;
	font-size: 36px;
}

.strongBlue2 {
	white-space: nowrap;
	color: #04a6e1;
	font-weight: 900;
	font-size: 46px;
}

.col-xs-100 {
	width: 100%;
	padding: 0px 5px;
}

.col-xs-70 {
	width: 70%;
	float: left;
	padding: 0px 5px;
}

.col-xs-50 {
	width: 50%;
	float: left;
	padding: 0px 5px;
}

.col-xs-30 {
	width: 30%;
	float: left;
	padding: 0px 5px;
}

.features-second h4 {
	margin-top: 10px;
	font-size: 21px;
}

.features-second p {
	margin-bottom: 10px;
}

.dropcaps-circle {
	float: left;
	margin: 1px 25px 10px 0;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	color: #017df7;
	font-size: 40px;
	line-height: 80px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.dropcaps-circle.blue {
	color: #1e90ff;
}

.dropcaps-circle.red {
	color: #e52f37;
}

.dropcaps-circle.green {
	color: #27b36a;
}

/* ========================================================== */

/* 			             11. CUSTOM                           */

/* ========================================================== */

.logoUp {
	max-width: 270px;
	margin: auto;
	position: relative;
	top: 8px;
}

.parentTextSmall {
	display: none;
}

.submit-button-newsletter-div {
	display: inline-grid !important;
	padding-top: 10px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #999999 !important;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999 !important;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999 !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #999999 !important;
}

::placeholder {
	/* Most modern browsers support this now. */
	color: #999999 !important;
}

input::placeholder {
	color: #555555 !important;
	opacity: 1;
}

select::placeholder {
	color: #555555 !important;
	opacity: 1;
}

.pictoDis {
	margin-top: 0px !important;
	max-height: 170px !important;
}

.imageSmall {
	display: none;
}

.pictoSmall {
	display: none;
}

.logoBottom {
	max-width: 320px;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}

.ParentLogoBottom2020 {
	max-width: 175px;
	float: left;
	margin-left: 95px;
}

.logoBottom2020 {
	max-width: 285px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 17px;
}

.logoBottomDavis {
	max-width: 630px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 30px;
}

.textFooterBlue {
	color: white !important;
	font-size: 34px;
	padding-bottom: 15px !important;
	line-height: 1em !important;
}

.blueCall {
	position: absolute;
	padding: 1px 10px;
	background-color: #1A94D1;
	color: white;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	width: 94px;
	margin: auto;
	transform: rotate(-10deg);
	top: -41px;
	left: 215px;
	z-index: 5;
}

.headerTitleMount {
	z-index: 10;
	position: relative;
	margin-bottom: 5px;
}

.titleWhiteBold {
	text-shadow: 0px 0px 5px #52c0f3;
	font-weight: 700;
	color: white;
	font-size: 51px;
	font-family: Verdana, sans-serif;
	line-height: 1em;
}

.titleBackRedParent {
	background-color: #d7543b;
	width: fit-content;
	margin: auto;
	padding: 8px 15px 0px 15px;
	margin-top: 10px;
}

.titleBackTransparentParent {
	background-color: transparent;
	width: 346px;
	padding: 7px 0px 0px 0px;
	margin-top: 10px;
	float: left;
}

.titleRed {
	color: #d7543b;
}

.titleBackRed, .titleRed {
	font-size: 51px;
	font-weight: 700;
	font-family: Verdana, sans-serif;
	line-height: 1em;
}

.titleBackRed {
	color: white;
}

.titleBlack {
	color: #1d1d1b;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	font-family: Verdana, sans-serif;
}

.headerTitleSecond {
	height: 80px;
	margin: auto;
	max-width: 816px;
}

.titleHeaderPromo {
	color: #A70000;
	font-size: 59px;
	line-height: 0.8em;
	font-weight: 700;
	font-family: Verdana, sans-serif;
}

.titleWhite {
	color: #002e7d;
	line-height: 1em;
	font-family: Verdana, sans-serif;
}

.hederTitlePrinc .titleWhite {
	font-weight: 700;
	font-size: 41px;
}

.hederTitleSub .titleWhite {
	font-weight: 500;
	font-size: 30px;
}

.parentTitle {
	width: 940px;
	height: 100px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -223px;
}

.parentSquareHeader {
	padding-top: 0px;
}

.colorRed {
	color: #A70000;
}

.textFooter {
	font-size: 19px;
}

.textFooter2 {
	font-size: 17px;
}

.titleHead1 {
	font-weight: 900;
}

.titleHead2 {
	font-size: 58px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -38%) !important;
}

.titleHeadGracias {
	color: #002e7d;
	font-family: Chalet, sans-serif;
	font-size: 58px;
	font-weight: 700;
}

.sectionTextHeadGracias {
	margin-top: 180px;
}

.titleHead3 {
	font-size: 44px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.titleBackOrange {
	font-weight: 900;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #f79a48;
	line-height: 1.7;
	color: #3c3b3a;
	width: fit-content;
}

.titleBackGradient {
	font-weight: 900;
	padding-right: 16px;
	padding-left: 16px;
	color: #921a0f;
	background: #f09a4a;
	background: #f09a4a;
	line-height: 1.6;
}

.colorWhite {
	color: white;
}

.titleBackWhite {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	color: #a71206;
	background-color: white;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.3px;
}

.titleBackOrange {
	font-size: 21px;
	padding: 3px 10px;
	color: #002e7d;
	background-color: #89f4df;
	padding: 5px 9px;
	font-weight: 700;
	font-family: Chalet, sans-serif;
	letter-spacing: -0.3px;
	border-radius: 0px;
	line-height: 1.2em;
}

.imgTrust img {
	width: 100%;
}

.ContainerHuell {
	margin-top: 10px;
}

.ContainerHuell, .footerTitleBig {
	font-family: Chalet, sans-serif;
}

.ContainerHuell, .containerPic {
	flex: 0 0 50%;
	max-width: 50%;
	float: left;
}

.sectionPictos {
	padding: 40px 31px 30px 31px;
	max-width: 2100px;
	margin: auto;
}

.sectionPictos .row {
	margin-right: 0px;
	margin-left: 0px;
}

.titleBackBrown {
	font-size: 19px;
	padding-right: 10px;
	padding-left: 10px;
	color: #af1711;
	background-color: #f3eee6;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.3px;
}

.titleBackBrown p {
	font-size: 19px;
	color: #af1711;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
}

.parentTitleBackRed {
	text-align: center;
}

.bigPercent {
	font-size: 50px !important;
	font-weight: 900;
}

.bigDiscount {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-size: 22px;
}

.parentOfert {
	max-width: 150px;
	margin: auto;
	padding-top: 20px;
}

.parentOfertRow {
	max-width: 400px;
	margin: auto;
}

.parentTitleBackBrown {
	color: #af1711;
	background-color: #f3eee6;
	margin-top: 30px;
}

.textRed {
	color: #a71206;
	font-size: 70px;
	position: relative;
	top: 10px;
	margin-right: -11px;
}

.sectionTextHead {
	margin-bottom: 5px;
	margin-top: -3px;
}

.TextLegalDiv {
	color: white;
	font-size: 13px;
	text-align: left;
	left: 0px;
}

.inputParent {
	margin-top: -2px;
	text-align: left;
}

.TextElevator {
	color: white;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.no-color-link {
	color: white;
}

.section-title {
	color: #179cfc;
	font-weight: 500;
}

.containerFooter {
	max-width: 2100px;
	padding: 0px 31px 0px 31px;
}

.blackFriday21 .no-color-link {
	text-decoration: underline;
}

.inputAndButton {
	position: relative;
	left: 60px;
	height: 167px;
}

.sectionTextHeadGracias {
	left: 0px;
}

.iconLogo {
	max-width: 18px;
	position: relative;
	bottom: 2px;
}

.divPlusCaf {
	position: relative;
	bottom: 23px;
}

.divOfferExclusive {
	margin-top: 20px;
}

.home-section p.hero-text-gracias {
	max-width: 1054px;
	margin-top: 20px;
	color: white;
	font-family: Chalet, sans-serif;
	font-size: 27px !important;
}

.greenCheck {
	max-width: 73px;
	filter: brightness(238%);
}

.textOfertSmall {
	margin-top: 30px;
	background-color: #f3eee6;
}

.textOfertSmall img {
	position: relative;
	top: 10px;
	max-width: 595px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.textCaf {
	font-family: 'Open Sans', sans-serif;
}

.containerHeaderBlack {
	margin-top: 315px;
	left: 82px;
}

.noBreak {
	white-space: nowrap;
}

.containerHeader21 {
	position: relative;
	margin-top: 0px;
	left: 726px;
	max-width: 862px;
}

.squareHeader {
	position: relative;
	border-radius: 8px;
	border: none;
	padding: 5px 10px;
	max-width: 620px;
	margin: auto;
	margin-top: 5px;
}

.txt-oferta-vuelta-big, .txt-oferta-vuelta {
	color: white;
	font-family: Chalet, sans-serif;
	text-transform: capitalize;
}

.columnNumber, .columnText {
	height: 98px;
	text-align: left;
}

.columnNumber {
	width: 100px;
	float: left;
}

.parentColumnNumber {
	max-width: 317px;
	margin: auto;
	position: relative;
	left: 11px;
	height: 146px;
}

.txt-oferta-vuelta-big {
	color: #f4a301;
	font-size: 188px !important;
	font-weight: 900 !important;
	letter-spacing: 1px;
	line-height: 90px;
	position: relative;
	left: -12px;
	top: 20px;
}

.txt-oferta-vuelta {
	line-height: 1.0;
	font-size: 48px !important;
}

.txt-oferta-vuelta-big, .txt-oferta-vuelta {
	color: white;
	font-family: Chalet, sans-serif;
	text-transform: capitalize;
	font-weight: 700;
}

html body [data-ca3_iconfont="ETmodules"]::before {
	font-family: "ETmodules";
}

[data-ca3_icon]::before {
	font-weight: normal;
	content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(84%) sepia(27%) saturate(7492%) hue-rotate(172deg) brightness(91%) contrast(89%);
}

.ca3-scroll-down-link {
	cursor: pointer;
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: red;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
	animation: ca3_fade_move_down 2s ease-in-out infinite;
}

.divParentTrust {
	padding: 20px 0px;
}

.containerFooterGracias .parentColumnFooter1 {
	margin-top: 55px;
}


/*animated scroll arrow animation
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}*/

/* ========================================================== */

/* 			             12. MEDIA QUERIES                    */

/* ========================================================== */

@media (max-width: 991px) {
	.navbar-fixed-top.opaque {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-fixed-top .navbar-nav>li.discover-link {
		margin-top: 10px;
	}

	.navbar-fixed-top .navbar-nav>li>a.discover-btn {
		padding: 8px 12px !important;
		margin-left: 20px;
		font-size: 17px !important;
	}

	.home-section {
		padding-top: 170px;
		padding-bottom: 70px;
		background-attachment: inherit;
	}

	.textBlueBar, .textFooterBlue {
		font-size: 26px;
		line-height: 1.9rem;
	}

	.blueBar .container {
		max-width: 100%;
	}
}

@media (max-width: 768px) {

	.titleSmall {
		padding-top: 0px;
		font-size: 24px;
		line-height: 1.1em;
	}

	.bottomTitle {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 32px;
	}

	.bottomTitle .strongBlue2, .titleSmall .bigDot {
		font-size: 32px;
	}

	.main-services p {
		line-height: 1.2em;
	}

	.col-md-7 {
		-ms-flex: 0 0 100 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.col-md-5 {
		-ms-flex: 0 0 100 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.logoBottom2020 {
		margin-top: 20px;
	}

	.logoBottom {
		max-width: 280px;
	}

	.containerHeader {
		margin-top: 20px;
	}

	.textBlueBar, .textFooterBlue {
		font-size: 22px;
		line-height: 1.3rem;
	}

	.textFooter {
		font-size: 17px;
	}

	.blueBar {
		padding: 5px;
	}

	.home-section {
		padding-top: 120px;
		padding-bottom: 90px;
		background-attachment: inherit;
		padding-top: 64px !important;
	}

	.home-section-overlay {
		opacity: 0;
	}

	.footer {
		padding-bottom: 20px;
		text-align: center;
	}

	.logoBottom {
		margin-top: 0px;
	}

	.footer-top i {
		display: block;
		margin-top: 50px !important;
	}

	ul.footer_social {
		margin-top: 15px;
		float: none;
	}

	ul.footer_social li a i {
		margin: 0 8px !important;
	}

	.partners-section {
		padding: 40px 0;
	}

	.partners {
		text-align: center;
	}

	.partners-title {
		font-size: 18px;
		line-height: 30px;
		float: none !important;
		margin-right: 30px;
	}

	.testim-inner {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.top-margins-images {
		margin-top: 50px;
	}

	.bottom-margins-images {
		margin-bottom: 50px;
	}

	.section-bg-1, .section-bg-2, .section-bg-3 {
		background-attachment: inherit;
	}
}

@media (max-width: 375px) {
	.navbar-toggle {
		border: 1px solid #9f9f9f !important;
	}

	.containerHeader {
		margin-top: 0px;
	}

	.textCaf {
		font-size: 40px;
		bottom: 6px;
	}

	.home-section {
		padding-top: 65px;
		padding-bottom: 70px;
	}

	.home-section-gracias {
		padding-bottom: 20px !important;
		padding-top: 30px !important;
	}

	#newsletter-form #email_newsletter {
		max-width: 215px;
		padding: 0 12px;
		margin: 0 5px 10px 0;
	}

	#newsletter-section .padding-top-60 {
		padding-top: 0 !important;
	}

	#newsletter-section h3 {
		font-size: 24px !important;
	}

	.card {
		box-shadow: none;
	}

	.card-header h5 .btn-link {
		font-size: 16px;
		clear: left;
	}

	.card-header h5 .btn-link p {
		margin-top: 7px;
	}

	.card-header h5 .btn-link p span {
		display: block;
		font-size: 15px;
	}

	.section-white {
		padding: 60px 0 70px 0 !important;
	}

	.section-white.small-padding-bottom, .section-grey.small-padding-bottom {
		padding: 60px 0 50px 0 !important;
	}

	.margin-left-20 {
		margin-left: 1px !important;
	}

	.services-wrapper {
		margin-top: 30px;
	}

	.small-col-inside {
		margin: 50px 0;
		padding-right: 25px;
		padding-left: 25px;
	}

	.partners img.partners {
		margin: 10px 25px 10px 0;
		max-height: 40px;
	}

	.feature-box {
		text-align: center;
	}

	.feature-box i {
		display: inline-block;
		float: none;
		margin-bottom: 25px;
	}

	.feature-box-text {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 320px) {
	.newsletter-input {
		width: 60%;
	}

	.btn-newsletter {
		width: 38%;
		height: 60px;
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.containerHeaderParent {
		max-width: 100%;
		margin: auto;
	}

	.containerHeader21 {
		margin-top: 0px !important;
	}

	.logoBottom2020 {
		margin-top: 30px;
	}
}

@media (max-width: 750px) {
	.textFooterBlue {
		line-height: 1em !important;
	}
}

@media (max-width: 400px) {
	.bottomTitle {
		font-size: 43px;
	}

}

@media (max-width: 634px) {
	.strongBlue {
		white-space: break-spaces;
	}
}

@media (min-width: 1446px) and (max-width: 1616px) {
	.parent-img {
		padding-right: 40px;
		padding-left: 194px;
	}
}

@media (min-width: 200px) and (max-width: 1446px) {
	.titleWhite, .titleWhiteBold, .titleBackRed, .titleRed, .strongBlue2, .bottomTitle {
		font-size: 40px;
	}

	.parent-img {
		padding-right: 40px;
		padding-left: 194px;
	}

	.squareHeader {
		max-width: 543px !important;
	}

	.titleSmall {
		font-size: 30px;
		margin-top: 6px;
	}

	.titleBackRedParent {
		padding: 0px 15px 0px 15px;
	}

	.titleBackTransparentParent {
		padding: 0px 0px 0px 0px;
	}

	.headerTitleSecond {
		max-width: 571px;
		margin-top: -7px;
	}

	.headerTitleSecond {
		height: 66px;
	}

	.titleBackTransparentParent {
		width: 238px;
	}

	.parentTitle {
		margin-top: -203px;
	}
}

@media (min-width: 200px) and (max-width: 1222px) {
	.titleWhite, .titleWhiteBold, .titleBackRed, .titleRed {
		font-size: 35px;
	}

	.headerTitleSecond {
		max-width: 571px;
		margin-top: -7px;
	}

	.headerTitleSecond {
		height: 66px;
	}

	.titleBackTransparentParent {
		width: 238px;
	}

	.titleBackOrange {
		font-size: 28px;
	}
}

@media (min-width: 200px) and (max-width: 643px) {
	.textFooter, .footer p {
		font-size: 11px;
		line-height: 18px;
	}
}

@media (min-width: 200px) and (max-width: 1275px) {
	.parent-img {
		padding-right: 40px;
		padding-left: 69px;
	}

	.hederTitlePrinc .titleWhite {
		font-size: 40px;
	}

	.hederTitleSub .titleWhite {
		font-size: 28px;
		line-height: 1.5em;
	}

	.headerTitle {
		line-height: 0.2em;
	}

	.parentTitle {
		margin-top: -197px;
	}
}

@media (min-width: 200px) and (max-width: 1236px) {
	.titleWhite, .titleWhiteBold, .titleBackRed, .titleRed {
		font-size: 30px;
	}

	.titleWhite, .headerTitleSecond {
		display: block;
	}

	.titleBackTransparentParent {
		float: none;
		width: auto;
		margin: auto;
	}

	.headerTitleSecond {
		height: auto;
	}

	.titleBackOrange {
		font-size: 25px;
	}

	.titleBackRedParent {
		line-height: 0.35;
	}

	.labelForm {
		font-size: 13px;
	}

	#newsletter-form #phone_newsletter {
		font-size: 16px;
	}

	#newsletter-form #email_newsletter {
		margin: 0 3px -1px 0;
	}

	.textBlueBar {
		font-size: 26px;
	}

	.titleWhite, .titleWhiteBold, .titleBackRed, .titleRed, .strongBlue2, .bottomTitle {
		font-size: 31px;
	}

	.titleBackRedParent {
		padding: 0px 15px 2px 15px;
	}

	.titleSmall, .textFooterBlue {
		font-size: 29px !important;
	}

	.textFooterBlue {
		font-size: 28px;
	}

	.textFooter {
		font-size: 18px;
	}

	.titleBackTransparentParent {
		margin-top: -5px;
	}
}

@media (min-width: 1129px) and (max-width: 1336px) {
	.parentTitle {
		margin-left: -385px;
	}
}

@media (min-width: 200px) and (max-width: 1129px) {
	.parentTitle {
		margin-left: -318px;
		margin-top: -183px;
	}

	.hederTitlePrinc .titleWhite {
		font-size: 35px;
	}

	.hederTitleSub .titleWhite {
		font-size: 22px;
		line-height: 1.7em;
	}

	.titleBackOrange {
		font-size: 22px;
	}
}

@media (max-width: 1078px) {
	.img-home {
		max-width: 420px;
	}
}

@media (max-width: 456px) {
	.sectionPictos {
		padding-top: 20px !important;
		padding-bottom: 10px !important;
	}
}

@media (min-width: 1040px) and (max-width: 1601px) {
	.home-section {
		min-height: 691px;
		background-size: 2754px;
		background-position: calc(50% + -78px) 51px !important;
	}

	.titleBackOrange {
		font-size: 21px;
	}

	.inputParent {
		margin-top: -4px;
	}

	.labelForm {
		font-size: 13px;
	}

	.home-section-gracias {
		min-height: 550px;
	}

	.containerHeaderBlack {
		margin-top: 315px;
		left: 122px;
	}

	.titleHeaderPromo {
		font-size: 53px;
	}

	.headerTitleMount {
		margin-top: -8px;
	}

	.blueCall {
		left: 220px;
	}

	.navbar {
		padding-top: 3px;
		padding-bottom: 15px;
	}
}

@media (min-width: 200px) and (max-width: 1336px) {
	.navbar {
		padding-top: 3px;
		padding-bottom: 15px;
	}

	.sectionTextHeadGracias {
		margin-top: 20px;
	}

	.logoBottom2020 {
		max-width: 175px;
		margin: auto;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.parentImagesFooter {
		text-align: center;
	}
}

@media (min-width: 200px) and (max-width: 1149px) {
	.squareHeader {
		max-width: 64%;
	}

	.TextElevator, .labelForm, .TextLegalDiv {
		font-size: 12px;
	}

	.inputParent {
		margin-top: -2px;
	}

	.TextElevator {
		padding-bottom: 2px;
	}

	#newsletter-form #submit-button-newsletter {
		margin-top: 5px;
	}

	.titleHeaderPromo {
		font-size: 50px;
	}

	.headerTitleMount {
		margin-bottom: -5px;
	}
}

@media (min-width: 1369px) and (max-width: 1645px) {
	.containerHeader21 {
		left: 709px;
		margin-top: -9px;
		max-width: 783px;
	}
}

@media (min-width: 200px) and (max-width: 526px) {
	.logoBottomDavis {
		max-width: 100%;
		width: auto;
		margin: auto;
		margin-bottom: 10px;
		margin-top: 30px;
	}
}


@media (min-width: 1280px) and (max-width: 1478px) {
	.bottomTitle, .titleSmall {
		font-size: 39px;
	}

	.main-services img {
		max-height: 98px;
	}

	.pictoDis {
		max-height: 138px !important;
	}

	.ContainerHuell {
		margin-top: 39px;
	}
}

@media (min-width: 1232px) and (max-width: 1280px) {
	.bottomTitle, .titleSmall {
		font-size: 37px;
	}

	.main-services img {
		max-height: 98px;
	}

	.pictoDis {
		max-height: 138px !important;
	}

	.ContainerHuell {
		margin-top: 51px;
	}
}

@media (min-width: 200px) and (max-width: 1232px) {

	.ContainerHuell, .containerPic {
		flex: 0 0 100%;
		max-width: 100%;
		float: left;
	}

	.ContainerHuellChild {
		margin: auto;
	}

	.bottomTitle, .titleSmall {
		font-size: 38px;
		text-align: center;
	}

	.main-services img {
		max-height: 82px;
	}

	.pictoDis {
		max-height: 138px !important;
	}

	.ContainerHuell {
		margin-top: 0px;
	}

	.ContainerHuellChild {
		max-width: 100%;
	}

	.containerPic .container {
		max-width: 813px;
	}

	.main-services img {
		margin-top: 0px;
	}

	.main-services .pictoA {
		margin-top: 56px;
	}
}


@media (max-width: 767px) {
	.main-services .pictoA {
		margin-top: 0px;
	}
}

@media (min-width: 550px) and (max-width: 768px) {
	.bottomTitle, .titleSmall {
		font-size: 32px;
	}
}

@media (max-width: 550px) {
	.bottomTitle, .titleSmall {
		font-size: 21px !important;
		line-height: 1.2em;
	}

	.footerTitleBig {
		font-size: 21px !important;
	}

	.bottomTitle {
		font-size: 27px;
	}

	.main-services img {
		max-height: 78px;
	}

	.pictoDis {
		max-height: 118px !important;
	}

}

@media (max-width: 550px) {
	.bottomTitle, .titleSmall {
		font-size: 21px !important;
		line-height: 1.2em;
	}

	.footerTitleBig {
		font-size: 18px !important;
	}

	.bottomTitle {
		font-size: 27px;
	}

	.main-services img {
		max-height: 78px;
	}

	.pictoDis {
		max-height: 118px !important;
	}

	.parentColumnFooter1 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 1475px) and (max-width: 1516px) {
	.containerHeader21 {
		left: 753px;
		max-width: 783px;
	}
}

@media (min-width: 1336px) and (max-width: 1475px) {
	.containerHeader21 {
		left: 753px;
		max-width: 783px;
	}

	.regularWhite {
		font-size: 42px;
	}

	.strongOrange {
		font-size: 39px;
	}
}

@media (min-width: 1336px) and (max-width: 1460px) {
	.containerHeader21 {
		left: 685px;
		max-width: 783px;
	}
}

@media (min-width: 1336px) and (max-width: 1460px) {
	.containerHeader21 {
		margin-top: 67px;
	}
}

@media (min-width: 1008px) and (max-width: 1336px) {
	.home-section-gracias {
		padding-top: 25px !important;
		height: auto;
	}

	.titleHeadGracias {
		font-size: 49px !important;
		line-height: 25px;
	}

	.home-section p.hero-text-gracias {
		font-size: 24px !important;
		line-height: 28px;
	}

	.home-section p.hero-text {
		margin-bottom: 19px;
	}

	.parentForm {
		left: 0px;
	}

	.containerHeaderBlack {
		margin-top: 188px;
		left: 186px;
		max-width: 688px;
	}

	.containerHeader21 {
		position: relative;
		left: 562px;
		max-width: 783px;
	}

	.regularWhite {
		font-size: 42px;
	}

	.strongOrange {
		font-size: 39px;
	}
}

@media (min-width: 200px) and (max-width: 1008px) {
	.titleHeadGracias {
		font-size: 49px !important;
		line-height: 25px;
	}

	.home-section p.hero-text-gracias {
		font-size: 24px !important;
		line-height: 28px;
	}
}

@media (min-width: 1000px) and (max-width: 1207px) {
	.containerHeader21 {
		margin-top: 65px;
	}

	.blueCall {
		top: -34px;
	}

	.home-section {
		background-position: calc(46% + -78px) 51px !important;
	}
}

@media (min-width:200px) and (max-width:1482px) {
	.textFooterBlue, .textFooter, .textFooter2, .containerFooter .parentButtonBottom {
		text-align: center;
	}

	.containerFooterGracias .parentColumnFooter1 {
		margin-top: 0px;
	}

	.footerTitleSmall, .parentButtonBottomSmall {
		display: block;
		margin-bottom: 20px;
	}

	.footerTitleSmall {
		margin-bottom: 0px;
	}

	.textFooterBlue {
		margin-bottom: 10px !important;
		padding-bottom: 0px !important;
	}

	.parentColumnFooter1, .parentColumnFooter2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.parentColumnFooter2 {
		margin-top: 20px;
	}
}

@media (min-width: 1159px) and (max-width: 1209px) {
	.containerHeader21 {
		left: 513px;
	}
}

@media (min-width: 1127px) and (max-width: 1159px) {
	.containerHeader21 {
		left: 494px;
	}

}

@media (min-width: 1000px) and (max-width: 1127px) {
	.containerHeader21 {
		left: 494px;
	}

	.squareHeader {
		max-width: 64%;
	}

	.titleBlack, .titleWhite {
		font-size: 27px;
	}
}

@media (min-width: 1000px) and (max-width: 1064px) {
	.titleHeaderPromo {
		font-size: 68px;
	}

	.parentColumnNumber {
		height: 163px;
	}

	.parentTitleBackRed {
		margin-top: -10px;
	}

	.headerTitle3 {
		line-height: 0.2em;
	}

	#newsletter-form #email_newsletter {
		height: 46px;
	}

	#newsletter-form #phone_newsletter {
		height: 46px;
	}

	#newsletter-form #phone_newsletter {
		height: 46px;
	}

	.containerHeader21 {
		left: 383px;
	}

	.sectionTextHeadGracias {
		height: auto;
	}

	.TextElevator {
		padding-bottom: 5px;
	}

	.titleHeaderPromo {
		font-size: 55px;
	}

	.headerPromo {
		padding-top: 5px;
	}

	.frm-provincia {
		font-size: 14px !important;
	}
}

@media (min-width: 200px) and (max-width: 1601px) {
	#newsletter-form #email_newsletter {
		height: 44px;
	}

	#newsletter-form #phone_newsletter {
		height: 44px;
	}

	#newsletter-form #submit-button-newsletter, .buttonBottom {
		height: 40px;
	}

	.buttonBottom {
		width: 243px;
	}
}


@media (min-width: 953px) and (max-width: 1000px) {
	.containerHeader21 {
		left: 460px;
		max-width: 507px;
		margin-top: 0px;
	}

	.headerTitle {
		max-width: 611px;
		line-height: 0.5;
	}

	.squareHeader {
		max-width: 90%;
	}

	.regularWhite {
		font-size: 33px;
	}

	.strongOrange {
		font-size: 30px;
	}

	.headerPromo {
		padding-top: 0px;
	}
}

@media (min-width: 1014px) and (max-width: 953px) {
	.containerHeader21 {
		left: 415px;
		max-width: 507px;
	}

	.headerTitle {
		max-width: 611px;
		line-height: 0.7;
	}

	.squareHeader {
		max-width: 90%;
	}

	.regularWhite {
		font-size: 33px;
	}

	.strongOrange {
		font-size: 30px;
	}
}

@media (min-width: 829px) and (max-width: 865px) {
	.containerHeader21 {
		position: relative;
		margin-top: -10px;
		left: 297px;
		max-width: 520px;
	}
}

@media (min-width: 200px) and (max-width: 829px) {
	.containerHeader21 {
		position: relative;
		margin-top: -10px;
		left: 290px;
		max-width: 520px;
	}
}


@media (max-width: 450px) {

	.bottomTitle {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (min-width: 200px) and (max-width: 1020px) {
	.containerTrust {
		max-width: 800px;
		margin: auto;
	}
}

@media (min-width: 953px) and (max-width: 1008px) {
	.home-section {
		background: url(../images/bgBlack21MS.jpg?v=5) top center no-repeat;
		height: 1024px;
		padding-top: 108px;
		background-position: -195px 44px !important;
		background-size: 1190px;
	}

	.home-section-gracias {
		padding-top: 0px !important;
		height: auto;
	}

	.home-section p.hero-text {
		margin-bottom: 19px;
	}

	.parentForm {
		left: 0px;
	}

	.containerHeaderBlack {
		margin-top: 188px;
		left: 186px;
		max-width: 688px;
	}
}

@media (min-width: 745px) and (max-width: 953px) {
	.home-section {
		background: url(../images/bgBlack21MS.jpg?v=5) top center no-repeat;
		height: 900px;
		padding-top: 58px;
		background-position: 24px 7px !important;
		background-size: 917px;
		min-height: 646px !important;
		height: 646px;
	}

	.headerTitle {
		margin-bottom: 20px;
	}

	.home-section-gracias {
		padding-top: 0px !important;
		height: auto;
	}

	.home-section p.hero-text {
		margin-bottom: 19px;
	}

	.parentForm {
		left: 0px;
	}

	.containerHeaderBlack {
		margin-top: 188px;
		left: 186px;
		max-width: 688px;
	}
}

@media (max-width: 914px) {
	.containerHeaderBlack {
		position: inherit;
	}
}

@media (min-width: 745px) and (max-width: 1143px) {
	.containerHeaderBlack {
		margin-top: 188px;
		left: 122px;
		max-width: 556px;
	}

	.col-xs-30 {
		width: 40%;
	}

	.col-xs-70 {
		width: 60%;
	}
}

@media (min-width: 745px) and (max-width: 1240px) {
	.parentForm {
		left: 0px;
		top: 31px
	}
}

@media (max-width: 1013px) {
	.home-section {
		background-image: none;
		background-color: #ffffff !important;
		padding-top: 59px;
		padding-bottom: 23px;
		height: auto;
		min-height: auto;
		background-position: 0px 0px !important;
	}

	.logoBottomDavis {
		max-width: 100%;
	}

	.section-white {
		background: #fff;
		padding: 0px 0 0px 0;
	}

	.frm-provincia {
		font-size: 12px !important;
	}

	.headerPromo {
		padding-top: 0px;
	}

	.containerHeader21 {
		width: 100%;
	}

	.headerTitle {
		margin: auto;
		max-width: 100%;
	}

	.headerTitleSecond {
		max-width: 670px;
	}

	.squareHeader {
		max-width: 600px;
	}

	.ca3-scroll-down-link {
		display: none;
	}

	#newsletter-form #submit-button-newsletter {
		width: 100%;
	}

	.titleBlack {
		line-height: 0.4em;
		color: #1E1A36;
	}

	.headerTitleBlack {
		height: 30px;
	}

	.headerTitle {
		line-height: 0.5em;
		padding-left: 50px;
		padding-right: 50px;
	}

	.headerTitleBlack {
		margin-top: -9px;
	}

	.headerTitle3 {
		margin-top: -5px;
		line-height: 0.2em;
	}

	.parentTitleBackRed {
		color: white;
		background-color: transparent;
		font-weight: 700;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: -0.3px;
		border-radius: 8px;
	}

	.titleWhiteBold, .titlePhone, .titleBlack {
		color: #1E1A36;
	}

	.titleWhite {
		color: #A70000;
	}

	.containerHeader21 {
		position: relative;
		margin-top: 19px;
		left: 0px;
		max-width: 100%;
	}

	.blueCall {
		position: relative;
		position: relative;
		left: -91px;
		top: 9px;
	}

	.home-section-gracias {
		min-height: inherit;
	}

	.containerHeaderBlack {
		margin-top: 435px;
	}

	.iconLogoWhite {
		display: inline
	}

	.home-section p.hero-text {
		margin-bottom: 19px;
	}

	.inputAndButton {
		left: 0px;
	}

	.TextElevator, .sectionTextHead {
		left: 0px;
	}
}

@media (max-width: 573px) {
	.inputAndButton {
		padding-bottom: 10px;
	}
}

@media (max-width: 612px) {
	.col-xs-50 {
		width: 100%;
		padding: 0px 5px;
	}

	#newsletter-form #phone_newsletter {
		height: 55px;
		margin: 0 10px 0px 0;
	}

	.frm-provincia {
		margin: 0 10px 10px 0 !important;
	}
}

.home-section-gracias {
	background-image: none;
	background-image: linear-gradient(180deg, #86CAED, #ACDCF3);
	border-left: none;
	background-size: cover;
	padding-bottom: 60px;
	background-position: inherit !important;
}

.home-section-gracias {
	min-height: auto !important;
	height: auto !important;
}

.headerGracias {
	height: 80px;
}

.extrCaf {
	font-style: italic;
}

.textCaf {
	font-weight: 500;
	font-size: 53px;
	position: relative;
	bottom: 7px;
}

@media (min-width: 2820px) and (max-width: 6000px) {
	.home-section {
		background-color: #02a6e7;
	}
}

@media (min-width: 1040px) and (max-width: 1102px) {
	.titleHome2 {
		font-size: 39px;
	}
	.headerSubTitleParent {
		margin-top: 16px;
		margin-bottom: 15px;
		height: 90px;
	}
	.buttonHomeDropParent {
		max-width: 135px;
	}
}

@media (min-width: 200px) and (max-width: 1040px) {
	.column1, .hederTitleSub {
		display: none;
	}

	.parentTitle {
		position: inherit;
		top: 0;
		left: 0;
		margin-left: auto;
		margin-top: auto;
		text-align: center;
		width: auto;
	}

	.headerSubTitle {
		margin-bottom: 10px;
	}

	.home-section {
		background-color: #00A6E7 !important;
		background-image: none;
	}

	.newsletter_form_box {
		background-color: transparent;
	}

	.squareHeader {
		border: none;
	}

	.home-section {
		padding-top: 56px !important;
	}

	.parentTitle {
		height: auto;
		margin-bottom: 20px;
	}

	.parentSquareHeader {
		padding-top: 15px;
	}

	.headerTitle {
		text-align: center;
	}

	.titleWhite {
		display: contents;
	}

	.row {
		width: auto;
	}

	.titleBackRedParent {
		background-color: #d7543b;
		width: fit-content;
		margin: auto;
		padding: 7px 15px 0px 15px;
		margin-top: 10px;
		float: left;
	}

	.headerTitleSecond {
		height: 65px;
		margin-top: -5px;
	}

	.titleBackTransparentParent {
		float: left;
		width: auto;
		margin: auto;
		margin-top: 12px;
		margin-left: 7px;
	}

	.imageSmall {
		display: block;
		position: relative;
		bottom: 0px;
		text-align: center;
		background-color: #73afd4 !important;
	}

	.newsletter_form_box {
		padding: 0px 0px 0px 0px;
		position: relative;
		left: 5px;
	}

	.contrata-img-cab-mob {
		width: 100%;
		padding-top: 0px;
	}

	.home-section-gracias {
		background-color: #01a6e8 !important;
	}

	.parent-text {
		max-width: 100%;
	}

	.titleWhite, .titleWhiteBold, .titleBackRed, .titleRed {
		font-size: 35px;
	}

	.titleWhiteBold, .titleBlack, .titleWhite {
		color: #002e7d;
		text-shadow: none;
	}

	.titleBackRedParent {
		padding: 5px 15px 1px 15px !important;
	}

	.squareHeader {
		max-width: 454px;
	}

	.home-section {
		min-height: auto !important;
		height: auto;
		padding-bottom: 0px !important;
	}

	.titleBackRedParent {
		padding: 5px 15px 5px 15px;
	}
}

@media (min-width: 200px) and (max-width: 738px) {
	.headerTitleSecond {
		max-width: 578px;
	}

	.titleWhite, .titleWhiteBold, .titleBackRed, .titleRed {
		font-size: 30px;
	}

	.titleBackTransparentParent {
		margin-top: 7px;
	}

	.titleWhiteBold, .titleBlack, .titleWhite {
		color: #002e7d;
		text-shadow: none;
	}

	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		height: 37px;
	}

	.squareHeader {
		max-width: 454px;
	}

	.headerTitleSecond {
		max-width: 578px;
	}

	.titleBackRedParent {
		padding: 0px 15px 1px 15px !important;
	}

	.headerTitle {
		max-width: 100%;
	}

	.headerTitleSecond {
		max-width: 478px;
	}

	.headerTitle {
		padding-left: 0px;
		padding-right: 0px;
	}
}


@media (max-width: 643px) {
	.ContainerHuell {
		max-width: 100% !important;
	}

	.main-services p {
		font-size: 12px;
	}
}

@media  (max-width: 610px) {
	.parentTextHeader, .buttonHomeDropParent img {
		float: none;
	}
	.buttonHomeDropParent {
		display: none;
	}
	.headerSubTitleParent {
		height: auto;
	}

	.parentTextSmall {
		display: block;
	}

	.parentTextBig {
		display: none;
	}

	.parentTextHeader .headerSubTitle {
		margin-bottom: 0px;
	}
}


@media (min-width: 200px) and (max-width: 484px) {
	.titleHome2 {
		font-size: 31px;
	}
}

@media (min-width: 397px) and (max-width: 564px) {
	.titleBlack {
		font-size: 27px;
	}

	.titleWhite {
		font-size: 30px;
	}

	.headerTitle {
		margin-bottom: 0px;
	}

	.headerTitleBlack {
		margin-top: -9px !important;
	}

	.headerTitleBlack {
		height: auto;
		line-height: 0.7em !important;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media (min-width: 200px) and (max-width: 548px) {
	.titleWhite, .titleWhiteBold, .titleBackRed, .titleRed {
		font-size: 23px;
	}

	.headerTitleSecond {
		max-width: 376px;
	}

	.titleBackTransparentParent {
		margin-top: 5px;
	}

	.home-section {
		padding-top: 45px !important;
	}

	.titleBackRedParent {
		line-height: 0.09;
	}

	.titleBackTransparentParent {
		margin-top: 0px;
	}

	.headerTitleSecond {
		height: 50px;
	}

	.inputParent {
		margin-top: -4px;
	}

	#newsletter-form #phone_newsletter {
		margin-bottom: 0px;
	}

	.frm-provincia {
		font-size: 15px !important;
	}

	.inputParentSelect {
		margin-bottom: 5px;
	}

	#newsletter-form #submit-button-newsletter, .buttonBottom {
		height: 55px;
		moz-border-radius: 10px 10px;
		-webkit-border-radius: 10px 10px;
		border-radius: 10px 10px;
		font-size: 19px;
	}

	#newsletter-form #submit-button-newsletter, .buttonBottom {
		height: 34px;
	}

	.squareHeader {
		padding: 15px 10px 5px 10px;
	}

	.column2 {
		padding: 10px 0px 0px 0px;
	}

	.titleSmall {
		font-size: 15px;
		margin-top: 5px;
	}

	.main-services p {
		font-size: 15px;
	}

	.textFooter, .footer p {
		font-size: 14px;
	}

	.footer .textFooterBlue {
		font-size: 20px;
	}
}

@media (max-width: 341px) {
	.titleBlack {
		font-size: 24px;
	}

	.titleHeaderPromo {
		font-size: 75px;
	}

	.headerTitle {
		margin-bottom: 2px;
	}
}

@media (max-width: 519px) {
	#newsletter-form #email_newsletter {
		max-width: 454px;
	}

	.home-section p.hero-text {
		font-size: 23px;
		line-height: 29px;
	}

	.home-section-gracias .sectionTextHead {
		margin-bottom: 40px;
	}

	.sectionTextHeadGracias {
		margin-top: 0px;
	}

	.home-section p.hero-text {
		margin-bottom: 20px;
		margin-top: 10px;
	}

	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		height: 60px;
	}

	#newsletter-form #submit-button-newsletter, .buttonBottom {
		height: 45px;
	}

	.buttonBottom {
		width: 200px;
	}

	h1 {
		font-size: 62px;
	}

	.titleHead2 {
		font-size: 52px;
	}

	.titleHead3 {
		font-size: 39px;
	}

	.titleBackWhite {
		font-size: 14px;
	}

	.home-section h1 {
		line-height: 0.75;
	}

	.divPlusCaf {
		bottom: 26px;
	}

	.divOfferExclusive {
		position: relative;
		bottom: 21px;
	}
}

@media (max-width: 519px) {
	.titleWhite, .headerTitleSecond {
		display: block;
		margin-bottom: -10px;
	}

	.column2 {
		padding: 10px 0px 0px 0px;
	}

	.titleBackRedParent, .titleBackTransparentParent {
		float: none;
	}

	.headerTitleSecond {
		height: 80px;
	}

	.titleBackTransparentParent {
		margin-top: -10px;
	}
}

@media (min-width: 423px) and (max-width: 467px) {
	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		font-size: 20px;
	}
}

@media (min-width: 399px) and (max-width: 423px) {
	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		font-size: 18px;
	}
}

@media (min-width: 200px) and (max-width: 399px) {
	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		font-size: 16px;
		padding-left: 20px;
	}
}

@media (min-width: 200px) and (max-width: 745px) {
	.containerHeader {
		padding-right: 0px;
		padding-left: 0px;
	}

	.sectionTextHeadGracias {
		margin-top: 0px;
	}

	.sectionTextHeadGracias {
		height: auto;
		margin-top: 20px;
	}

	.home-section p.hero-text {
		max-width: 490px;
	}

	.home-section-gracias .sectionTextHead {
		display: block;
	}

	.sectionTextHeadSmallGradient {
		background: #f09a4a;
	}

	.parentForm {
		left: 0px;
	}

	.TextElevator {
		padding-bottom: 0px;
	}

	.TextLegalDiv {
		left: 10px;
	}

	.colorTitleRed {
		color: #8e1f2d;
	}

	.parentTitleBackRed {
		width: 100%;
		margin: auto;
	}

	.colorWhiteText {
		font-size: 41px;
		line-height: 2;
	}

	.sectionTextHeadSmallGradient {
		max-width: 440px;
	}

	.divParentFree {
		max-width: 200px;
	}

	.col-xs-70, .col-xs-30 {
		width: 100%;
	}

	.containerHeaderBlack {
		margin-top: 360px;
	}

	.sectionTextHeadSmallGradient {
		width: 80%;
		margin: auto;
	}

	.home-section {
		padding-bottom: 25px;
		padding-top: 85px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.home-section {
		height: auto;
	}

	.colorWhiteText {
		padding-right: 10px;
		padding-left: 10px;
	}

	.extrCaf .colorDarkRed {
		font-size: 70px;
		line-height: 0.5;
	}

	.extrCaf {
		color: white;
	}
}


@media (min-width: 390px) and (max-width: 518px) {
	.TextElevator {
		margin-top: 8px;
		line-height: 0.8rem;
	}

	.titleBlack {
		line-height: 27px;
	}

	.headerPromo {
		padding-top: 5px;
	}
}

@media (min-width: 200px) and (max-width: 390px) {
	.TextElevator {
		margin-top: 20px;
	}

	.titleBlack {
		line-height: 32px;
	}

	.home-section {
		padding-top: 40px !important;
	}
}


@media (max-width: 584px) {
	#submit-button-newsletter {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 400px) {
	.home-section {
		padding-bottom: 75px;
	}
}

@media (max-width: 698px) {
	.strongBlue2 {
		white-space: normal;
	}
}

@media (max-width: 519px) {
	.TextLegalDiv {
		float: left;
	}

	.TextElevator {
		padding: 0px 15px 0px 15px;
	}

	#submit-button-newsletter {
		width: 100% !important;
	}
}

@media (min-width: 442px) and (max-width: 510px) {
	.titleBackRed, .titleBackOrange {
		font-size: 24px;
	}
}

@media (min-width: 390px) and (max-width: 442px) {
	.titleBackRed, .titleBackOrange {
		font-size: 21px;
		line-height: 1.1 !important;
	}
}


@media (min-width: 379px) and (max-width: 519px) {
	.section-white .section-title {
		font-size: 24px;
	}

	#newsletter-form #submit-button-newsletter, .buttonBottom {
		font-size: 20px;
	}

	.titleBackRed, .titleBackOrange {
		font-size: 26px;
	}

	.titleBackRedParent {
		padding: 3px 15px 1px 15px !important;
	}
}

@media (min-width: 200px) and (max-width: 379px) {
	.section-white .section-title {
		font-size: 24px;
	}

	#newsletter-form #submit-button-newsletter {
		font-size: 19px;
	}

	.titleBackRed, .titleBackOrange {
		font-size: 22px;
	}

	.titleBackRedParent {
		padding: 3px 15px 1px 15px !important;
	}
}


@media (min-width: 200px) and (max-width: 390px) {
	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		height: 47px;
	}

	.navbar {
		padding-top: 1px;
		padding-bottom: 10px;
	}

	.logoUp {
		max-width: 230px;
		margin: auto;
		position: relative;
		top: 8px;
	}

	.logoUp {
		top: 12px;
	}

	.home-section {
		padding-top: 25px;
	}

	.home-section-gracias {
		padding-top: 50px;
	}

	.TextElevator {
		line-height: 0.8;
		font-size: 14px;
	}

	.home-section p.hero-text {
		line-height: 1.2 !important;
	}

	.extrCaf {
		line-height: 0.8;
	}

	#newsletter-form #submit-button-newsletter {
		top: 49px;
		height: 44px;
	}

	#newsletter-form #phone_newsletter, #newsletter-form #email_newsletter {
		margin-bottom: 5px;
	}
}

@media (min-width: 461px) and (max-width: 568px) {
	.colorWhiteText {
		font-size: 33px !important;
		line-height: 2.4;
	}
}

@media (min-width: 394px) and (max-width: 461px) {
	.colorWhiteText {
		font-size: 28px !important;
		line-height: 2.4;
	}
}

@media (min-width: 200px) and (max-width: 394px) {
	.colorWhiteText {
		font-size: 29px !important;
		line-height: 2.4;
	}
}

@media (min-width: 405px) and (max-width: 530px) {
	.home-section p.hero-text {
		font-size: 20px;
		line-height: 29px;
	}
}

@media (max-width: 548px) {
	.colorWhiteText {
		font-size: 41px;
		line-height: 0.9;
	}

	.parentHead {
		padding-bottom: 25px;
	}

	.parentHeadFree {
		padding-bottom: 0px;
	}
}

@media (max-width: 510px) {
	.hero-text {
		padding-right: 10px;
		padding-left: 10px;
	}

	.squareHeader {
		border-radius: 8px;
		padding: 20px 10px 5px 10px;
		max-width: 100%;
		margin: auto;
	}
}

@media (min-width: 200px) and (max-width: 585px) {
	.home-section p.hero-text {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
		margin-top: 18px;
	}

	.home-section {
		padding-bottom: 20px;
	}

	.divParentText {
		width: 345px;
	}

	.divParentFree {
		width: 123px;
		margin-bottom: 5px;
	}

	.extrCaf .colorDarkRed {
		font-size: 50px;
	}

	.parentHead {
		padding-bottom: 10px;
	}

	.sectionTextHeadSmallGradient {
		height: 40px;
	}

	.colorWhiteText, .colorTitleRed {
		position: relative;
		top: -19px;
	}

	.sectionTextHeadSmall .colorTitleRed {
		font-size: 29px !important;
		top: -17px;
	}

	.textCaf {
		font-size: 28px;
	}

	.extrCaf {
		position: relative;
		left: -10px;
	}

	.TextElevator {
		letter-spacing: -0.5px;
		font-size: 14px;
	}

	.TextLegalDiv {
		letter-spacing: -0.5px;
		font-size: 14px;
	}

	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		height: 50px;
	}

	.newsletter_form_box {
		top: 8px;
	}
}

@media (min-width: 461px) and (max-width: 585px) {
	.divParentText {
		width: 345px;
	}
}

@media (min-width: 550px) and (max-width: 596px) {
	.headerTitle {
		font-size: 46px;
	}

	.strongBlue {
		font-size: 62px;
	}
}

@media (min-width: 200px) and (max-width: 461px) {
	.divParentText {
		width: 289px;
	}

	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		margin: 0 10px 5px 0;
	}

	.footer .logoUp {
		max-width: 144px;
	}
}

@media (min-width: 200px) and (max-width: 495px) {
	.TextLegalDiv, .TextElevator {
		font-size: 13px;
	}
}

@media (max-width: 376px) {
	.logoUp {
		max-width: 173px;
	}

	.divParentText {
		width: 298px;
	}

	.home-section {
		padding-top: 20px;
	}

	.textCaf {
		bottom: 4px;
	}

	.extrCaf .colorDarkRed {
		font-size: 44px;
	}

	#newsletter-form #email_newsletter, #newsletter-form #phone_newsletter {
		height: 37px;
	}

	.checkboxLegal {
		width: 9px;
		height: 9px;
	}

	.TextLegalDiv {
		line-height: 1.2;
	}

	#newsletter-form #submit-button-newsletter {
		top: 39px;
	}
}

@media (min-width: 689px) and (max-width: 769px) {
	.regularWhite {
		font-size: 45px;
	}

	.strongOrange {
		font-size: 40px;
	}

	.headerTitle {
		line-height: 0.5;
	}
}

@media (min-width: 655px) and (max-width: 689px) {
	.regularWhite {
		font-size: 40px;
	}

	.strongOrange {
		font-size: 35px;
	}

	.headerTitle {
		line-height: 0.5;
	}
}

@media (min-width: 200px) and (max-width: 453px) {
	.TextElevator {
		padding: 10px 0px 0px 0px;
	}

	.titleBackRedParent {
		padding: 2px 15px 1px 15px !important;
	}

	.TextLegalDiv, .TextElevator {
		font-size: 12px;
	}

	.titleHome2 {
		font-size: 38px;
		line-height: 0.5em;
	}

	.titleHomeUp {
		font-size: 17px;
	}

	.titleBackOrange {
		font-size: 20px;
	}

	.sectionTextHead {
		height: 16px;
	}

	.titleBackRed, .titleBackOrange {
		line-height: 0.9 !important;
	}

	.inputParent {
		margin-top: -8px;
	}

	.newsletter-form {
		padding-top: 4px;
	}

	#newsletter-form #submit-button-newsletter, .buttonBottom {
		font-size: 17px;
	}

	#newsletter-form #submit-button-newsletter, .buttonBottom {
		height: 37px;
	}
}

@media (min-width: 200px) and (max-width: 385px) {
	.titleHome2 {
		font-size: 34px;
		line-height: 0.5em;
	}
	.titleHomeUp {
		font-size: 15px;
	}
}


@media (min-width: 428px) and (max-width: 515px) {
	.regularWhite {
		font-size: 31px;
	}

	.strongOrange {
		font-size: 27px;
	}

	.headerTitle {
		line-height: 0.5;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 396px) and (max-width: 428px) {
	.regularWhite {
		font-size: 28px;
	}

	.strongOrange {
		font-size: 25px;
	}

	.headerTitle {
		line-height: 0.5;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 395px) and (max-width: 857px) {
	.headerTitle, .hederTitlePrinc .titleWhite {
		font-size: 29px;
		line-height: 1.2em;
	}
}

@media (min-width: 200px) and (max-width: 395px) {
	.headerTitle, .hederTitlePrinc .titleWhite {
		font-size: 24px;
		line-height: 1.2em;
	}

	.titleBackOrange {
		font-size: 18px;
	}

	.titleBackRed, .titleBackOrange {
		line-height: 1 !important;
	}
}

@media (min-width: 200px) and (max-width: 396px) {
	.regularWhite {
		font-size: 24px;
	}

	.strongOrange {
		font-size: 21px;
	}

	.headerTitle {
		line-height: 0.5;
		padding-left: 10px;
		padding-right: 10px;
	}

	.headerTitleBlack {
		height: auto;
		margin-bottom: 5px;
		margin-top: 3px;
	}

	.headerTitleMount {
		margin-bottom: 20px;
	}

	.headerPromo {
		margin-bottom: 10px;
	}
}

@media (min-width: 584px) and (max-width: 611px) {
	.titleHome2 {
		font-size: 38px;
	}
	.titleBackRed, .titleBackOrange {
		font-size: 20px;
	}
}

@media (min-width: 564px) and (max-width: 584px) {
	.titleHome2 {
		font-size: 37px;
	}
	.titleBackRed, .titleBackOrange {
		font-size: 20px;
	}
}

@media (min-width: 484px) and (max-width: 564px) {
	.titleHome2 {
		font-size: 31px;
	}
	.titleBackRed, .titleBackOrange {
		font-size: 20px;
	}
}

@media (min-width: 401px) and (max-width: 484px) {
	.titleHome2 {
		font-size: 25px;
		line-height: 1;
	}
	.titleBackRed, .titleBackOrange {
		font-size: 20px;
	}
}

@media (min-width: 200px) and (max-width: 401px) {
	.titleHome2 {
		font-size: 23px;
		line-height: 1;
	}
	.titleBackRed, .titleBackOrange {
		font-size: 18px;
	}
}