﻿/****************************************************************************/
/* General */
/****************************************************************************/

@font-face { font-family: 'Segoe UI Light'; src: url('../fonts/segoeuil-webfont.eot'); src: url('../fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuil-webfont.woff2') format('woff2'), url('../fonts/segoeuil-webfont.woff') format('woff'), url('../fonts/segoeuil-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg#segoe_uilight') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Segoe UI'; src: url('../fonts/segoeui-webfont.eot'); src: url('../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui-webfont.woff2') format('woff2'), url('../fonts/segoeui-webfont.woff') format('woff'), url('../fonts/segoeui-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg#segoe_uiregular') format('svg'); font-weight: normal; font-style: normal; }

body {
	font-family: 'Segoe UI Light', 'Open Sans', sans-serif;
}

.row-shadow {
	background: #f0f0f0;
	padding: 20px;
    margin-right: 0 !important;
}

.no-border {
	margin: 0px -40px;
}

.align-row-bottom {
	height: 100%; 
	display:table-cell; 
	vertical-align: bottom;
}

.align {
  float:none;
  margin:0 auto;
}

.button-normal {
	background: #c31846;
	color: white;
	font-size: 24px;
	border: none;
	width: 200px;
	height: 60px;
}

.text-danger {
	color: #e74c3c;
}

.padcol-left {
	padding-left: 0px;
}

.padcol-left img {
	width: 100%;
}

.padcol-right {
	padding-right: 0px;
}

.padcol-right img {
	width: 100%;
}

.padcol-text {
	padding: 20px 50px;
}


.btn-default {
	background-color: #f0f0f0;
	border-color: #ffffff;
	color: #c31846;
}

.btn-default:hover {
	border-color:#ffffff;
}

.btn-primary {
	background-color: #c31846;
	border-color: #ffffff;
	color: #f0f0f0;
}

	.btn-primary:hover {
		border-color: #c31846;
		color: #c31846;
		background-color: #f0f0f0;
	}

.btn {
	width: 200px;
	height: 50px;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
}

h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h3, h3 {
	font-size: 24px;
}

p {
	margin: 0 0 10px;
	font-size: 18px;
}

.container-indent {
    padding-left: 60px;
}


/****************************************************************************/
/* Menú principal */
/****************************************************************************/

.main-menu-base {
    background-color: #ffffff;
}

.main-menu {
	border-color: transparent;
	background: #ffffff;
	text-transform: uppercase;
	padding: 30px 0px;
	table-layout: fixed;
}

.main-menu > a:hover, a:active {
	color: #c31846;
}

.menu-logo {
	padding: 0px;
    margin-top: 15px;
    width: 187px;
    height: 57px;
}

.navbar {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.navbar-default {
    border-color: transparent;
    margin-bottom: 0;
}

	.navbar-default .navbar-nav > li > a {
		color: #c31846;
		padding-top: 25px;
		font-size: 14px;
	}

		.navbar-default .navbar-nav > li > a:hover {
			color: #c31846;
			opacity: 0.6;
		}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #c31846;
		color: #c31846;
	}

.navbar .nav > li.dropdown.open.active > a:hover,
.navbar .nav > li.dropdown.open > a {
	color: #fff;
	background-color: #c31846;
	border-color: #fff;
}

.navbar-header {
    height: 80px;
}

.nav>li:hover {
    position: relative;
    display: block;
    background-color: rgba(192, 192, 192, 0.70);
    border-bottom: 2px solid #ffffff;
}

@media (min-width: 768px) {
    .navbar {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }  
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a{
	    font-size: 14px;
  }
}


/****************************************************************************/
/* Bloque de cabecera de página principal */
/****************************************************************************/

.section-header {
	background:url(../img/mascarta-presentacion.jpg) no-repeat center center;
    background-size: cover;
    background-position: top;
	display: block;
	height: 700px;
	padding: 0 !important;
	margin: 0px 0px;
}

.section-page {
	display: block;
	padding: 0 !important;
	margin: -20px 0px;  
}

.bg-index {
	padding: 20px 50px 40px 50px;
	margin-top: 100px;
	background-color: rgba(220, 230, 250, 0.85);
    color: #323232;
}

.bg-index h1 {
    font-size: 36px;
    margin-bottom: 0;
}

.bg-index h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.bg-index p {
    font-size: 18px;
}

ol.flex-control-nav.flex-control-paging li a {
    background: white;
}

ul.flex-direction-nav li a.flex-next {
    color: white;
}


/****************************************************************************/
/* Características de productos o servicios 'features-icon-02' */
/****************************************************************************/

/* Encabezado */

.features-icon-03-princtext {
	text-align: center;
}

	.features-icon-03-princtext hr {
		border-top: 2px solid #c31846;
		width: 120px;
		margin-bottom: 50px;
	}

.features-icon-03-princtext h1 {
	font-size: 40px;
}

.features-icon-03-princtext h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #969696;
	margin-bottom: 75px;
}

/* Bloques */

.features-icon-03-padresum h3 {
	font-size: 22px;
	margin-top: 10px;
    color: #646464;
}

.features-icon-03-padresum p {
	font-size: 16px;
    color: #969696;
}

.features-icon-03-padresum span {
	font-size: 28px;
	color: #c31846;
	margin-top: 12px;
}

hr.features-icon-03-resum {
	margin-bottom: 20px;
}


/****************************************************************************/
/* Incisos cortos 'short-moreinfo-05' */
/****************************************************************************/

.short-moreinfo-05-bg {
	width: 100%;
	height: 430px;
}

img.short-moreinfo-05-bg {
	margin-bottom: -400px;
}

.short-moreinfo-05-text {
	padding: 30px 0 0 0px;
}

.short-moreinfo-05-text h3 {
	font-size: 29px;
	color: #ffffff;
}

.short-moreinfo-05-text p {
	font-size: 22px;
	color: #ffffff;
	margin-top: 40px;
}

.short-moreinfo-05-btn {
	margin-top: 25%;
	text-align: right;
	padding-bottom: 40px;
}

	.short-moreinfo-05-btn button {
		font-size: 18px;
		color: #c31846;
		width: 160px;
		height: 60px;
		background-color: #ffffff;
		border: 1px solid #ffffff;
	}

@media (max-width: 768px) {

	.short-moreinfo-05-text {
		padding: 0 15px 0 15px;
	}

	.short-moreinfo-05-btn {
		margin-top: 5%;
		text-align: left;
		padding-bottom: 0px;
	}

	img.short-moreinfo-05-bg {
		margin-bottom: -430px;
	}
}

/****************************************************************************/
/* Incisos cortos 'short-moreinfo-06' */
/****************************************************************************/

.short-moreinfo-06 {
	background-color: #a49590;
	height: 150px;
	padding: 40px;
	text-align: center;
}

	.short-moreinfo-06 h2 {
		color: #ffffff;
		font-size: 28px;
	}

@media (max-width: 768px) {
	.short-moreinfo-06 {
		height: 200px;
		padding: 20px 10px;
	}
}


/****************************************************************************/
/* Bloque de información 'info-textimage-06' */
/****************************************************************************/

.info-textimage-06 {
	padding: 15px;
	margin: 60px 0px 60px 0px;
}

.info-textimage-06 h2 {
	font-size: 36px;
	line-height: 42px
}

.info-textimage-06 p {
	font-size: 18px;
	line-height: 26px;
}

.info-textimage-06-text {
	background: white;
	padding: 10px 0px;
}

.info-textimage-06-inner-text {
	padding: 0 35px;
	background: white;
}

.info-textimage-06-inner-button {
	margin-top: 20px;
	margin-right: -30px;
}

	.info-textimage-06-inner-button a {
		font-size: 18px;
		color: #ffffff;
		text-decoration: none;
		background-color: #c31846;
		padding: 15px;
	}

		.info-textimage-06-inner-button a:hover {
			background-color: #a49590;
			color: #c31846;
		}

@media (max-width: 768px) {
	.info-textimage-06 h2 {
		font-size: 24px;
		line-height: 30px
	}

	.info-textimage-06 p {
		font-size: 16px;
	}

	.info-textimage-06-inner-button {
		height: 45px;
		font-size: 18px;
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1200px) {

}


/****************************************************************************/
/* Incisos cortos 'short-moreinfo-03' */
/****************************************************************************/

.short-moreinfo-03-bg-col {
	background-color: #c31846;
}

.short-moreinfo-03-start {
	text-align: center;
}

.short-moreinfo-03-start h2 {
	color: #ffffff;
	margin-top: 70px;
	margin-bottom: 50px;
}

.short-moreinfo-03-start a {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 20px;
}

.short-moreinfo-03-start a:hover {
    color: #ffd5da;
}

.short-moreinfo-03-start p {
	color: #ffd5da;
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 70px;
}


/****************************************************************************/
/* Bloque de información 'info-text-02' */
/****************************************************************************/

.info-text-02 {
	padding: 0px;
	margin: 20px;
}

.info-text-02-bg {
    background: #f0f0f0;
}

.info-text-02 h2 {
	font-size: 48px;
	margin: 0px 0px 60px 0px;
}

.info-text-02 h3 {
	font-size: 32px;
	margin: 0px 0px 60px 0px;
}

.info-text-02 p {
	font-size: 20px;
}

.info-text-02 p span {
	font-size: 14px;
}

.info-text-02-text {
	background: transparent;
	padding: 10px 0px;
}

.info-text-02-inner-text {
	padding: 35px 0px;
	background: transparent;
}

.info-text-02-inner-button {
	background: #c31846;
	color: white;
	font-size: 24px;
	border: none;
	width: 250px;
	height: 60px;
	float: right;
	margin: 60px 0px;
}

@media (max-width: 768px) {
	.info-text-02 h2 {
		font-size: 28px;
	}

	.info-text-02 h3 {
		font-size: 22px;
		line-height: 30px
	}

	.info-text-02 p {
		font-size: 12px;
	}

	.info-text-02-inner-button {
		width: 150px;
		height: 45px;
		font-size: 18px;
	}

}


/****************************************************************************/
/* Bloque de información 'info-video-01' */
/****************************************************************************/

.info-video-bg-01 {
	background: #d8d8d8;
	padding-top: 25px;
}

.info-video-01 h2 {
	font-size: 28px;
	color: #646464;
	margin-top: 65px;
}

.info-video-01 img {
	margin-left: 6px;
}

.col-xs-12.col-md-9.info-video-01 {
	width: 72%;
}

.info-video-01 a, a:hover, a:focus {
	text-decoration: none !important;
	color: transparent;
	outline: 0;
}

.info-video-pop-01 {
	width: 0px;
	height: 0px;
}

.info-video-pop-01 iframe {
	position: absolute;
	right: -200px;
	top: 400px;
}

.pull-right.info-video-01 {
	background-color: transparent;
	border: 1px solid transparent;
	color: #ffffff;
	font-size: 60px;
	outline: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 300px;
	left: 200px;
}

.modal-content.info-video-01{
 padding: 0px;
 min-height: 0px;
}

@media (max-width: 768px) {

	.info-video-01 h2 {
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.info-video-01 img {
		margin-left: 0;
	}

	.info-video-pop-01 iframe {
		right: -135px;
		top: 70px;
		width: 320px;
		height: 180px;
	}

	.col-xs-12.col-md-9.info-video-01 {
		width: 100%;
	}

	.pull-right.info-video-01 {
		font-size: 40px;
		top: 0;
		left: 140px;
	}

}


/****************************************************************************/
/* Bloque de cabecera 'header-pagetitle-01' */
/****************************************************************************/

.header-pagetitle-01 {
	float: left;
	position: relative;
	margin: 0px 0px 60px 0px;
    padding-right:0;
    padding-left:0;
}

.header-pagetitle-01-info {
	position: absolute;
	top: 16%;
	left: 40px;
	color: #ffffff;
}

.header-pagetitle-01-info-button {
	position: absolute;
	bottom: 6%;
	color: white;
}

.header-pagetitle-01-info h2 {
	font-size: 48px;
	line-height: 56px;
}

.header-pagetitle-01-info h3 {
	font-size: 24px;
	line-height: 28px;
	padding: 15px 0px;
}

.header-pagetitle-01-info p {
	font-size: 20px;
	line-height: 26px;
}

.header-pagetitle-01-inner-button {
	background: white;
	color: #c31846;
	font-size: 24px;
	border: none;
	width: 200px;
	height: 60px;
	float: right;
	margin: 25px;
}

@media (max-width: 768px) {
	.header-pagetitle-01-info {
		top: 3%;
	}

	.header-pagetitle-01-info-button {
		bottom: 3%;
	}

	.header-pagetitle-01-info h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.header-pagetitle-01-info h3 {
		font-size: 0px;
	}

	.header-pagetitle-01-info p {
		font-size: 0px;
	}

	.header-pagetitle-01-inner-button {
		font-size: 9px;
		width: 75px;
		height: 25px;
		margin: 7px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.header-pagetitle-01-info {
		top: 4%;
	}

	.header-pagetitle-01-info-button {
		bottom: 4%;
	}

	.header-pagetitle-01-info h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.header-pagetitle-01-info h3 {
		font-size: 12px;
		line-height: 18px;
		padding: 10px 0px;
	}

	.header-pagetitle-01-info p {
		font-size: 12px;
		line-height: 18px;
	}

	.header-pagetitle-01-inner-button {
		font-size: 12px;
		width: 100px;
		height: 30px;
		margin: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header-pagetitle-01-info {
		top: 5%;
	}

	.header-pagetitle-01-info-button {
		bottom: 5%;
	}

	.header-pagetitle-01-info h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.header-pagetitle-01-info h3 {
		font-size: 18px;
		line-height: 21px;
		padding: 12px 0px;
	}

	.header-pagetitle-01-info p {
		font-size: 16px;
		line-height: 20px;
	}

	.header-pagetitle-01-inner-button {
		font-size: 18px;
		width: 150px;
		height: 45px;
		margin: 20px;
	}
}

@media (min-width: 1200px) {
	.header-pagetitle-01-info {
	}
}


/****************************************************************************/
/* Bloque de cabecera de página 'header-pagetitle-02' */
/****************************************************************************/

.header-pagetitle-02-title {
	text-align: center;
}

.header-pagetitle-02-title h1 {
	font-size: 40px;
}

.header-pagetitle-02-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #9a9d9e;
	margin-bottom: 50px;
}

	.header-pagetitle-02-title hr.undertitle {
		border-top: 2px solid #c31846;
		width: 120px;
		border-width: 2px;
	}


/****************************************************************************/
/* Bloque de cabecera de sección 'header-section-01' */
/****************************************************************************/

.header-section-01-title {
    text-align: center;
}

.header-section-01-title h2 {
    font-size: 40px;
}

.header-section-01-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #969696;
    margin-bottom: 50px;
}

	.header-section-01-title hr {
		border-top: 2px solid #c31846;
		width: 260px;
	}

/****************************************************************************/
/* Bloque de slider principal 'header-slider-01' */
/****************************************************************************/

.flexslider .flex-next, .flex-prev {
    visibility: collapse;
}

.header-slider-01 {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.header-slider-01-images {
    margin-left: -15px;
    padding: 0;
}

.header-slider-01-images-body {
    margin: 0;
    padding: 0;
}

.header-slider-01-info {
	background: #c31846;
	color: white;
	padding: 20px;
	margin-top: -17%;
	margin-left: 10%;
	position: absolute;
	width: 80%;
	height: 35%;
	-ms-opacity: 0.06;
	opacity: 0.60;
	float: left;
}

    .header-slider-01-info h2 {
        font-size: 30px;
    }

    .header-slider-01-info p {
        font-size: 20px;
    }

    .header-slider-01-info a {
        color: white;
        font-size: 16px;
        position: absolute;
        bottom: 18px;
    }

@media (max-width: 768px) {
    .header-slider-01-info {
        bottom: 0;
        padding: 10px;
        width: 60%;
        height: 85%;
    }

        .header-slider-01-info h2 {
            font-size: 14px;
            margin-top: 5px;
        }

        .header-slider-01-info p {
            font-size: 11px;
        }

        .header-slider-01-info a {
            font-size: 0px;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-slider-01-info {
        width: 40%;
    }

        .header-slider-01-info h2 {
            font-size: 16px;
        }

        .header-slider-01-info p {
            font-size: 12px;
        }

        .header-slider-01-info a {
            font-size: 10px;
        }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-slider-01-info h2 {
        font-size: 22px;
    }

    .header-slider-01-info p {
        font-size: 16px;
    }

    .header-slider-01-info a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .header-slider-01-info h2 {
        font-size: 30px;
    }

    .header-slider-01-info p {
        font-size: 18px;
    }

    .header-slider-01-info a {
        font-size: 16px;
    }
}

/****************************************************************************/
/* Bloque de información 'info-textimage-02' */
/****************************************************************************/

.info-textimage-02 {
	padding: 0;
	margin: 0;
    /*height: 440px;*/
}

.info-textimage-02-container {
    background: #f4f4f4;
}

.info-textimage-02-container2 {
    background: #ffffff;
}

.info-textimage-02-container-left {
	padding: 30px 0px 60px 0px;
    background: #f4f4f4;
}

.info-textimage-02-container-right {
	padding: 30px 0px 60px 0px;
    background: #ffffff;
}

.info-textimage-02-block {
    height: auto;
    position: relative;
}

.info-textimage-02 h2 {
	font-size: 40px;
	line-height: 46px;
	padding-bottom: 4px;
	margin-top: 0;
	color: #c31846;
}

.info-textimage-02 h3 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 12px;
}

.info-textimage-02 h5 {
	font-size: 20px;
	padding-bottom: 12px;
}

.info-textimage-02 p {
	font-size: 18px;
	padding-bottom: 12px;
    margin-bottom: 10px;
}

.info-textimage-02 h6 {
	font-size: 12px;
}

.info-textimage-02 a {
	font-size: 16px;
    color: #c31846;
}

.info-textimage-02 a span {
    font-family: 'Segoe UI Light', 'Open Sans', sans-serif;
    margin-left: 15px;
}

.info-textimage-02 a:hover {
    text-decoration: none;
    color: #9a9d9e;
}

.info-textimage-02-link {
	font-size: 16px;
    color: #c31846;
}

.info-textimage-02-link:hover {
    text-decoration: none;
}

.info-textimage-02 img {
	padding-right: 10px;
}

@media (max-width: 768px) {
	.info-textimage-02 h2 {
		font-size: 24px;
		line-height: 30px;
        margin-top: 60px;
	}

	.info-textimage-02 h3 {
		font-size: 20px;
		line-height: 22px
	}

	.info-textimage-02 p {
		font-size: 16px;
	}

	.info-textimage-02-button {
		width: 150px;
		height: 35px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1200px) {

}


/****************************************************************************/
/* Incisos cortos 'short-moreinfo-01' */
/****************************************************************************/

.short-moreinfo-01-border {
	border: 2px solid #969696;
	width: 100%;
	height: 115px;
}
h3.short-moreinfo-01-border {
	padding-left: 55px;
	padding-top: 35px;
	font-size: 28px;
}
.short-moreinfo-01-btnbrd {
	background-color: #c31846;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 33%;
}

a.short-moreinfo-01-btnbrd {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 60px;
}

a.short-moreinfo-01-btnbrd:hover {
    color: #ffffff;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.short-moreinfo-01-btnbrd {
		margin-left: 18%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
    .short-moreinfo-01-border {
        height: 140px;
    }

	h3.short-moreinfo-01-border {
		padding-left: 30px;
	}

	.short-moreinfo-01-btnbrd {
		margin-left: 45%;
	}
}

@media (max-width: 767px) and (min-width: 449px) {
	h3.short-moreinfo-01-border {
		padding-left: 0;
		text-align: center;
	}

	.short-moreinfo-01-border {
		border: 0;
	}

	.short-moreinfo-01-brdrow {
		border: 2px solid #969696;
		height: 260px;
		margin-left: 0;
        margin-right: 5px;
	}
}

@media (max-width: 767px){
	h3.short-moreinfo-01-border {
		padding-left: 25px;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.short-moreinfo-01-btnbrd {
		margin-left: 0%;
	}

	.short-moreinfo-01-border {
		height: 190px;
	}
	a.short-moreinfo-01-btnbrd {
		padding: 10px 40px;
	}
}

@media (max-width: 450px) {
	h3.short-moreinfo-01-border {
		padding-left: 0;
		text-align: center;
		padding-top: 25px;
		margin-bottom: 30px;
  }

	.short-moreinfo-01-border {
		border: 0;
        margin-right: 60px;
	}

	.short-moreinfo-01-btnbrd {
		margin-left: 15%;
	}

	.short-moreinfo-01-brdrow {
		border: 2px solid #969696;
		height: 260px;
		margin-left: 0;
        margin-right: 5px;
	}
}


/****************************************************************************/
/* Incisos cortos 'short-moreinfo-02' */
/****************************************************************************/

.short-moreinfo-02-bg-col {
	background-color: #c31846;
}

.short-moreinfo-02-love span.heart {
	color: #FF0000;
	font-size: 20px;
}

.short-moreinfo-02-love p {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #ffffff;
	width: 27%;
	padding-top: 5px;
	padding-bottom: 12px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-left: 37%;
	margin-top: 60px;
}

.short-moreinfo-02-love h2 {
	color: #ffffff;
	text-align: center;
	margin-top: 45px;
}

.short-moreinfo-02-love h6 {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 70px;
}

.short-moreinfo-02-love a {
	color: #f8b794;
	text-decoration: none;
}

.short-moreinfo-02-love a:hover {
	color: #ffffff;
}

@media (max-width: 800px) and (min-width: 449px) {
	.short-moreinfo-02-love p {
		width: 55%;
		margin-left: 25%;
	}
}

@media (max-width: 450px) {
	.short-moreinfo-02-love p {
		width: 100%;
		margin-left: 0;
	}
}


/****************************************************************************/
/* Bloque de información 'contact-form-01' */
/****************************************************************************/

.contact-form-01 {
	color: gray;
}

.contact-form-01-rect {
	border: 2px solid #dcdcdc;
	width: 98%;
	margin-left: 2px;
	margin-bottom: 30px;
	padding: 40px;
}

@media (max-width: 768px) {
	.contact-form-01-rect {
		padding: 20px;
	}
}

.contact-form-01-rect p {
	font-size: 16px;
	line-height: 20px;    
}

.contact-form-01-rect p.bold {
	font-weight: bold;
}

.contact-form-01-rect input {
	margin-bottom: 20px;
}

.contact-form-01-rect textarea {
	margin-bottom: 10px;
	color: gray;
}

.contact-form-01-rect-button-send {
	background: #c31846;
	color: white;
	font-size: 13px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 90px;
	margin-top: 15px;
}

.contact-find-01 {
	color: gray;
}

.contact-find-01 h2 {
	font-size: 32px;
	line-height: 60px;
	margin-top: -10px;
}

.contact-find-01 p {
	font-size: 16px;
	line-height: 22px;
}

.contact-find-01 iframe {
	margin-top: 15px;
}

.contact-find-01-message {
	margin-top: 20px;
}


/****************************************************************************/
/* Bloque de contacto 'contact-form-03' */
/****************************************************************************/

@media (max-width: 768px) {
    .contact-form-03 {
	    padding: 15px;
	    margin: 10px 15px 20px 15px;
    }
}

.contact-form-03-rect button:disabled {
	background: #a49590;
}

.contact-form-03-rect a {
    color: #c31846;
    text-decoration: none;
}

.contact-form-03-rect a:hover {
    color: #c0c0c0;
}

.contact-form-03-rect a:focus {
    color: #c0c0c0;
}

.contact-form-03-rect a:active {
    color: #c0c0c0;
}

.contact-form-03-rect label {
    color: black;
    font-weight: bold;
}

.contact-form-03-check {
	margin: 0px 15px 15px 0px !important;
	width: 20px;
	height: 20px;
	float: left;
	box-shadow: none;
}

/****************************************************************************/
/* Bloque de información 'features-gen-02' */
/****************************************************************************/

.features-gen-02 ul {
	padding-left: 0;
	-webkit-padding-start: 0;
	margin-top: 10px;
}
.features-gen-02 p {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
}
.features-gen-02 h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.features-gen-02 img {
	margin-top: 15px;
	margin-bottom: 20px;
}

.features-gen-02 li {
	font-size: 16px;
	list-style-type: none;
}


/****************************************************************************/
/* Bloque de galería 'gallery-staff-04' */
/****************************************************************************/

.gallery-staff-04-header {
	float: left;
	margin: 0px 0px 60px 0px;
}

.gallery-staff-04-header-info {
	top: 6%;
	left: 40px;
	color: #3f3f3f;
}

.gallery-staff-04 {
	margin: 0px 0px 50px 0px;    
}

.gallery-staff-04-item {
	padding: 0px 50px;
	margin-bottom: 20px;
}

.gallery-staff-04 h4 {
	font-size: 24px;
}

.gallery-staff-04 h5 {
	font-size: 16px;
	color: gray;
}


/****************************************************************************/
/* Bloque de información 'info-textimage-07' */
/****************************************************************************/

.info-textimage-07 {
	padding: 15px;
	margin: 0px 0px 60px 0px;
}

.info-textimage-07 h2 {
	font-size: 36px;
	line-height: 42px;
}

.info-textimage-07 h3 {
	font-size: 26px;
	line-height: 32px;
	margin: 20px 0px;
}

.info-textimage-07 p {
	font-size: 18px;
	line-height: 26px;
}

.info-textimage-07-text {
	background: white;
}

.info-textimage-07-inner-text {
	padding: 0 35px 35px 35px;
	background: white;
}

.info-textimage-07 img {
        padding-top: 30px;
        margin-left: 10px;
    }

@media (max-width: 768px) {
	.info-textimage-07 h2 {
		font-size: 24px;
		line-height: 30px
	}

	.info-textimage-07 h3 {
		font-size: 18px;
		line-height: 22px
	}

	.info-textimage-07 p {
		font-size: 16px;
	}

    .info-textimage-07 {
	    margin: 60px 5px 60px 0px;
    }  

    .info-textimage-07 img {
        padding-top: 40px;
    }  
}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1200px) {

}

/****************************************************************************/
/* Características de productos o servicios 'features-icon-05' */
/****************************************************************************/

/* Encabezado */

.features-icon-05-princtext {
	text-align: center;
}
.features-icon-05-princtext hr {
	border-top: 2px solid #c31846;
	width: 120px;
	margin-bottom: 50px;
}
.features-icon-05-princtext h2 {
	font-size: 36px;
}

/* Bloques */

.features-icon-05-circle1 {
	background-color: #c31846;
}
.features-icon-05-circle2 {
	background-color: #c31846;
}
.features-icon-05-circle3{
	background-color: #c31846;
}
.features-icon-05-positioncircle {
	text-align: center;
}
.features-icon-05-iconcircle {
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: inline-block;
}
.features-icon-05-iconcircle p.fas {
	font-size: 50px;
	margin-top: 25%;
	color: #ffffff;
}
.features-icon-05-positioncircle h4 {
    font-size: 14px;
    line-height: 22px;
	padding-top: 20px;
}
@media (max-width: 767px){
	.features-icon-05-positioncircle {
		padding-top: 50px;
	}
}

/****************************************************************************/
/* Bloque de contacto 'contact-form-03' */
/****************************************************************************/

.contact-form-03 {
    padding: 0 40px 0 40px;
}

.contact-form-03-button {
	background: #c31846;
	color: white;
	font-size: 16px;
	border: none;
	width: 120px;
	height: 50px;
	float: left;
	margin: 0;    
}

.contact-form-03 p {
    font-size: 20px;
    line-height: 22px;
    color: #323232;
    padding-right: 60px;
}

@media (max-width: 768px) {
    .contact-form-03 {
	    padding: 15px;
	    margin: 10px 15px 20px 15px;
    }
}


/****************************************************************************/
/* Bloque de información 'features-prices-01' */
/****************************************************************************/

.features-prices-01-item {
}

.features-prices-01-item-image {
    position: relative;
    margin-bottom: 30px;
}

    .features-prices-01-item-image img {
        width: 100%;
    }

.features-prices-01-item-header-title {
}

.features-prices-01-item h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 0px;
    width: 100%;
}

.features-prices-01-item p.money {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    top: 15%;
    left: 22%;
}

.features-prices-01-item p.price {
    color: #ffffff;
    font-size: 96px;
    font-weight: 900;
    line-height: 132px;
    text-align: center;
    position: absolute;
    top: 12%;
    left: 30%;
}

    .features-prices-01-item p.price span {
        font-size: 32px;
    }

.features-prices-01-item p.period {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    top: 26%;
    right: 10%;
}

.features-prices-01-button-purchase {
    background: #dce6fa;
    color: #646464;
    font-size: 13px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    height: 40px;
    position: absolute;
    width: 40%;
    bottom: 57%;
    left: 30%;
}

@media (max-width: 768px) {

    .features-prices-01-item h2 {
        top: 3%;
    }

    .features-prices-01-item p.money {
        top: 15%;
        left: 25%;
    }

    .features-prices-01-item p.price {
        top: 12%;
        left: 30%;
        font-size: 100px;
        line-height: 112px;
    }

        .features-prices-01-item p.price span {
            top: 12%;
            left: 30%;
            font-size: 32px;
        }

    .features-prices-01-item p.period {
        top: 29%;
        right: 10%;
    }

    .features-prices-01-button-purchase {
        bottom: 55%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .features-prices-01-item p.price {
        top: 12%;
        left: 30%;
        font-size: 90px;
        line-height: 102px;
    }

    .features-prices-01-item p.period {
        font-size: 20px;
        line-height: 26px;
        right: 10%;
    }
}

.features-features-01-item {
}

.features-features-01-item-image {
    position: relative;
    margin-bottom: 30px;
}

    .features-features-01-item-image img {
        width: 100%;
    }

p.fa {
    margin-top: 0;
}

.features-features-01-item p.feature-icon1 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 53%;
    left: 20%;
}

.features-features-01-item p.feature1 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 53%;
    left: 30%;
}

.features-features-01-item hr.separator1 {
    border-top: 2px solid #cdcdcd;
    width: 60%;
    position: absolute;
    left: 20%;
    top: 55%;
}

.features-features-01-item p.feature-icon2 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 63%;
    left: 20%;
}

.features-features-01-item p.feature2 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 63%;
    left: 30%;
}

.features-features-01-item hr.separator2 {
    border-top: 2px solid #cdcdcd;
    width: 60%;
    position: absolute;
    left: 20%;
    top: 65%;
}

.features-features-01-item p.feature-icon3 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 73%;
    left: 20%;
}

.features-features-01-item p.feature3 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 73%;
    left: 30%;
}

.features-features-01-item hr.separator3 {
    border-top: 2px solid #cdcdcd;
    width: 60%;
    position: absolute;
    left: 20%;
    top: 75%;
}

.features-features-01-item p.feature-icon4 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 83%;
    left: 20%;
}

.features-features-01-item p.feature4 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 83%;
    left: 30%;
}

.features-features-01-item hr.separator4 {
    border-top: 2px solid #cdcdcd;
    width: 60%;
    position: absolute;
    left: 20%;
    top: 85%;
}

.features-features-01-item p.feature-icon5 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 93%;
    left: 20%;
}

.features-features-01-item p.feature5 {
    color: grey;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 93%;
    left: 30%;
}


/****************************************************************************/
/* Enlaces a documentos 'info-text-link-01' */
/****************************************************************************/

.info-text-link-01 {

}

.info-text-link-01 img {
    height: 32px;
    width: 32px;
}

.info-text-link-01 a {
    font-size: 22px;
    line-height: 32px;
    color: #323232;
}

.info-text-link-01 a:hover {
    text-decoration: none;
}

.info-text-link-01-item {
    padding-bottom: 20px;
}

/****************************************************************************/
/* Enlaces a documentos 'info-text-link-02' */
/****************************************************************************/

.info-text-link-02 {
    text-align: center;
    padding-top: 30px;
}
/****************************************************************************/
/* Bloque de pie de página 'footer-full-02' */
/****************************************************************************/
.footer-full-02-fluid {
	margin: 0px;
	background: #c31846;
	padding-left: 0px;
}

.footer-full-02 {
	padding: 30px 0px;
}

.footer-full-02 a.social-media {
	color: white;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	padding: 10px 20px 20px 5px;
}

.footer-full-02 h3 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-full-02 span.heart {
	color: red;
	font-size: 16px;
}

.footer-full-02 p.address {
	color: white;
	font-size: 12px;
	line-height: 20px;
	margin: 0px; 
}

.footer-full-02 hr.separator {
	border-top: 2px solid #e0e0e0;
	width: 100%;
	text-align: center;
	margin: 0px;
	border-width: 1px;
}

.footer-full-02 p.foot {
	color: white;
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.footer-full-02 p.foot a {
	font-size: 16px;
	line-height: 22px;
	color: #d0d0d0;
	text-decoration: underline;
}

	.footer-full-02 p.foot a:hover {
		color: #a49590;
	}

@media (max-width: 768px) {
    .footer-full-02 {
	    padding: 30px 40px;
    }

	.footerblock-footer-02 a.social-media {
		padding: 20px 10px 0px 0px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-full-02 h3 {
	    font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer-full-02 h3 {
	    font-size: 15px;
    }
}

/****************************************************************************/
/* Formulario de términos y condiciones */
/****************************************************************************/

.window-modal .modal-content {
	/*padding: 100px 0;
	min-height: 100%;*/
	border: 0;
	text-align: justify;
	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.window-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

	.window-modal .close-modal .lr {
		z-index: 1051;
		width: 1px;
		height: 75px;
		margin-left: 35px;
		background-color: #c31846;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

		.window-modal .close-modal .lr .rl {
			z-index: 1052;
			width: 1px;
			height: 75px;
			background-color: #c31846;
			-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			transform: rotate(90deg);
		}

.boton-cerrar {
	background: #c31846;
	color: white;
	font-size: 18px;
	border: none;
	width: 150px;
	height: 45px;
	margin-top: 25px;
	margin-bottom: 25px;
}


/****************************************************************************/
/* Cookies */
/****************************************************************************/

#overbox {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
}

#infobox {
	margin: auto;
	padding: 15px;
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
	background-color: #c31846;
	font-family: Montserrat,Arial
}

	#infobox p {
		line-height:28px;
		font-size:12px;
		text-align:center;
		color: #e0e0e0;
	}

	#infobox a {
		margin-right: 5px;
		text-decoration: underline;
		color: #e0e0e0;
		font-size: 14px;
		text-decoration: underline;
	}

		#infobox a:hover {
			color: #f0f0f0;
		}

	#infobox span {
		margin-right: 5px;
		color: #e0e0e0;
		font-size: 14px;
	}

#overbox-plus {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
}

#infobox-plus {
	margin: auto;
	padding: 15px;
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
	background-color: #c31846;
	font-family: Montserrat,Arial
}

	#infobox-plus p {
		line-height: 28px;
		font-size: 12px;
		text-align: center;
		color: #e0e0e0;
	}

	#infobox-plus a {
		margin-right: 5px;
		text-decoration: underline;
		color: #e0e0e0;
		font-size: 14px;
		text-decoration: none;
	}

		#infobox-plus a:hover {
			color: #f0f0f0;
		}

	#infobox-plus span {
		margin-right: 5px;
		color: #e0e0e0;
		font-size: 14px;
	}


/****************************************************************************/
/* Legal */
/****************************************************************************/

.legal-info table, th, td {
  border: 1px solid #323232;
  padding: 4px;
  font-size: 12px;
  text-align: left;
}

.window-modal a:hover {
    color: #c31846;
    text-decoration: none;
}


/****************************************************************************/
/* Prallax */
/****************************************************************************/

.parallax {
    /* The image used */
    background-image: url("../img/dolombo-accion.jpg");

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #323232;
}

.parallax h2 {
	font-size: 40px;
	line-height: 46px;
    margin-top: 40px;
}

.parallax h3 {
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 20px;
}

.parallax p {
	font-size: 24px;
}


/****************************************************************************/
/* Enlaces a las tiendas móviles 'info-store-link-01' */
/****************************************************************************/

.info-store-link-01 p {
    padding: 40px 0;
}

.info-store-link-01-left {
    text-align: right;
}

.info-store-link-01-right {
    text-align: left;
}

@media (max-width: 768px) {
    .info-store-link-01-left {
        text-align: center;
        padding-bottom: 15px;
    }

    .info-store-link-01-right {
        text-align: center;
        padding-bottom: 15px;
    }
}


/****************************************************************************/


.modal-image-container {
    width: 960px;
    height: 100%;
}

@media (max-width: 768px) {
    .modal-image-container {
        width: 340px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .modal-image-container {
        width: 640px;
    }
}