/* ==================================================================

    FAMILIA DE FUENTES

================================================================== */

/*  FAMILIA DE FUENTES FUENTES EXO 2

@font-face {
	font-family: 'exo-2';
	src: url('../fonts/Exo2-Bold.woff2') format('woff2'),
		url('../fonts/Exo2-Bold.woff') format('woff'),
		url('../fonts/Exo2-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'exo-2';
	src: url('../fonts/Exo2-Light.woff2') format('woff2'),
		url('../fonts/Exo2-Light.woff') format('woff'),
		url('../fonts/Exo2-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'exo-2';
	src: url('../fonts/Exo2-Medium.woff2') format('woff2'),
		url('../fonts/Exo2-Medium.woff') format('woff'),
		url('../fonts/Exo2-Medium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'exo-2';
	src: url('../fonts/Exo2-Regular.woff2') format('woff2'),
		url('../fonts/Exo2-Regular.woff') format('woff'),
		url('../fonts/Exo2-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

 */

 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;800;900&display=swap');

/*  TAGS GENERALES
--------------------------------------------------------- */

* {
	background-repeat: no-repeat;
	font-family: 'Nunito Sans', sans-serif;
}

img {
	max-width: 100%;
}

/*  TAGS PERSONALIZADOS
--------------------------------------------------------- */
.content-padding-top {
	padding-top: 3rem;
}

.back-center {
	background-position: center;
}

.text-w {
	color: #FFF;
}

.text-b {
	color: #000;
}

.text-r {
	color: #D9272E;
}

.text-g {
	color: #77777A;
}

.text-g2 {
	color: #4C4C4C;
}

.btn-01 {
    background-color: #D9272E;
    padding: 0.6rem 2rem;
    color: #FFF;
	border-radius: 1rem;
	font-size: 20px;
}

.btn-01:hover {
    text-decoration: none;
    color: #FFF;
    background: #77777A;
}

.btn-02 {
    background-color: #FFF;
    padding: 0.6rem 2rem;
    color: #D9272E;
    border-radius: 1rem;
}

.btn-02:hover {
    text-decoration: none;
    color: #FFF;
    background: #77777A;
}

.m-t-md-4 {
	margin-top: 4rem;
}

.m-t-2 {
	margin-top: 2rem;
}

.p-t-md-6 {
	padding-top: 6rem;
}

.br-w {
    border-right: 1px solid #FFF;
}

.p-l-4 {
    padding-left: 4rem;
}

.p-l-5 {
    padding-left: 5rem;
}

.btn-access {
	font-size: 17px;
}

@media screen and (max-width: 991px){
	.p-sm-0 {
		padding: 0; 
	}

	.p-t-sm-0 {
		padding-top: 0 !important; 
	}

	.m-sm-0 {
		margin: 0;
	}

	.p-b-sm-4 {
	    padding-bottom: 4rem;
	}
}

@media screen and (max-width: 767px){
	.br-w {
	    border-right: 0px solid #FFF;
	}
}

/*  HEADER
--------------------------------------------------------- */

.header-red {
	background-color: #D9272E;
    padding: 2rem 0;
}

.header-text p {
	text-align: center;
	padding-top: 3rem;
	color: #FFF;
	font-size: 135%;
}

.login-header {
	padding-top: 2.2rem;
}

.btn-login {
	padding: 0.6rem 2rem;
    color: #FFF;
    border-radius: 1rem;
    background-color: #77777A;
	margin: 0 1rem;
	font-size: 1.7rem;
}

.btn-login:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-login:focus {
    color: #FFF;
    text-decoration: none;
}

/*.customer-service {
	margin-left: 13rem;
}

.easy-quick-safe {
	margin-left: 4rem;
}*/


@media screen and (max-width: 1199px){
	.header-text p {
		padding-top: 2rem;
	}

	/*.customer-service {
		margin-left: 7rem;
	}

	.easy-quick-safe {
		margin-left: 5rem;
	}*/


}

@media screen and (max-width: 991px){
	.header-text p {
		padding-top: 1rem;
	}

	/*.customer-service {
		margin-left: 0rem;
	}

	.easy-quick-safe {
		margin-left: 0rem;
	}*/

}

    

/*  SECCIÓN - 1
--------------------------------------------------------- */

.section-one {
	background-color: #FFF;
}

/* .section-one-bk {
	background-image: url('../img/map-gray.jpg');
    background-size: cover;
} */

.section-one h2 {
	display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}

.text-section-one {
	padding-top: 15rem;
    font-size: 130%;
}

.text-section-one a {
    font-size: 14px;
}

.section-one a:focus {
    color: #FFF;
    text-decoration: none;
}

@media screen and (max-width: 1199px){
	.text-section-one {
		padding-top: 11rem;
	}
}

@media screen and (max-width: 991px){
	.text-section-one {
		padding-top: 3rem;
	}
}

@media screen and (max-width: 767px){
	.text-section-one {
		float: none;
		display: block;
		margin: auto auto 8rem;
		padding-top: 3rem;

	}
}

@media screen and (max-width: 500px){
	.text-section-one, .text-section-two, .text-section-three {
		width: 90%;
	}
}


.tooltip-a {
	position: relative;
    display: inline-block;
}

.tooltip-a-text {
	visibility: hidden;
    width: 200px;
    background-color: #D9272E;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 100%!important;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 1px;
}

.tooltip-a:hover .tooltip-a-text {
    visibility: visible;
}

.tooltip-b {
	position: relative;
    display: inline-block;
}

.tooltip-b-text {
	visibility: hidden;
    width: 200px;
    background-color: #FFF;
    color: #77777A;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 1px;
}

.tooltip-b:hover .tooltip-b-text {
    visibility: visible;
}
/*  SECCIÓN - 2
--------------------------------------------------------- */

.section-two {
	background-color: #ed1c24;
}

/* .section-two-bk {
	background-image: url('../img/map-red.jpg');
    background-size: cover;
} */

.section-two h2 {
	display: inline-block;
    border-bottom: 1px solid #FFF;
    padding-bottom: 1rem;
}

.text-section-two {
	padding-top: 15rem;
    font-size: 130%;
    color: #FFF;
}

.text-section-two a {
    font-size: 14px;
}

.section-two img {
	display: block;
    margin: auto;
    width: 80%;
}

.section-one a:focus {
    color: #D9272E;
    text-decoration: none;
}

@media screen and (max-width: 1199px){
	.text-section-two {
		padding-top: 11rem;
	}
}

@media screen and (max-width: 991px){
	.text-section-two {
		padding-top: 3rem;
	}
}

@media screen and (max-width: 767px){
	.text-section-two {
		float: none;
		display: block;
		margin: auto auto 8rem;
		padding-top: 3rem;
	}
}

/*  SECCIÓN - 3
--------------------------------------------------------- */

.section-three {
	background-color: #F4F4F4;
}

/* .section-three-bk {
	background-image: url('../img/map-gray.jpg');
    background-size: cover;
} */

.text-section-three {
	padding-top: 10rem;
    font-size: 130%;
    color: #FFF;
}

.text-section-three a {
    font-size: 14px;
}

.text-section-three span {
	font-size: 150%;
}

.section-one a:focus {
    color: #FFF;
    text-decoration: none;
}

.section-three .centroamerica img {
	padding-top: 11rem;
}

@media screen and (max-width: 1199px){
	.section-three img {
		margin-top: 4rem;
	}
}

@media screen and (max-width: 991px){
	.text-section-three {
		padding-top: 3rem;
		text-align: center;
		padding-bottom: 2rem;
	}

	.section-three .centroamerica img {
		padding-top: 0rem;
	}

	.section-three .centroamerica {
		text-align: center !important;
	}
}

@media screen and (max-width: 767px){
	.text-section-three {
		float: none;
		display: block;
		margin: auto auto 8rem;
		padding-top: 3rem;
	}
}

/*  SECCIÓN - 4
--------------------------------------------------------- */

.section-four {
	background-color: #FFF;
	border-bottom: 1px solid #77777a59;
}

.section-four-bk {
	background-image: url('../img/map-red.jpg');
    background-size: cover;
}

.section-four h3 {
	margin-top: 0;
}

.section-four p {
    margin-top: 1rem;
}

/*.text-section-four {
	padding-top: 11rem;
}*/

.width-20 {
	width: 22%;
	float: left;
}

.width-9 {
	width: 9%;
	float: left;
	margin-top: 2rem;
}

.pilo {
	display: block;
	/* margin: 0 auto 3rem; */
}

@media screen and (max-width: 1199px){
	.pilo {
	    top: 150px;
	}
}

@media screen and (max-width: 991px){
	.text-section-four {
		padding-top: 8rem;
	}

	.section-four p {
	    font-size: 100%;
	    margin-top: 1rem;
	}

	.text-section-four {
		padding-top: 0rem;
	}

	.section-four-bk {
	    padding-top: 5rem;
    	padding-bottom: 5rem;
	}

	.width-9 {
		width: 9%;
		float: left;
		margin-top: 6rem;
	}
}

@media screen and (max-width: 767px){
	.text-section-four {
		float: none;
		display: block;
		margin: auto auto 8rem;
		padding-top: 3rem;
	}
}

@media screen and (max-width: 574px) {
	.width-20 {
		width: 100%;
    	text-align: center;
	}

	.width-9 {
		width: 100%;
		margin-top: 0rem;
	}
}

/*  FOOTER
--------------------------------------------------------- */

footer {
	text-align: center;
}

.part-w {
	background-color: #FFF;
	height: 2rem;
}

.part-g {
	background-color: #77777A;
	height: 1rem;
}

.part-wn {
	background-color: #b61e2a;
	height: 2rem;
}

.part-r {
	background-color: #D9272E;
	padding-top: 2rem;
	padding-bottom: 5rem;
    padding-left: 15px;
    padding-right: 15px;
}

.part-r p {
	color: #FFF;
}

/*  SIDEBAR
--------------------------------------------------------- */
.btn-fixed-float {
	position: fixed;
    right: 0;
    top: 177px;
    background-color: #77777A;
    padding: 0.2rem;
    border-radius: 2rem 0 0 2rem;
    z-index: 1000;
}

.btn-fixed-float div {
	padding: 1rem;
}

.btn-fixed-float i {
    font-size: 3rem;
    color: #FFF;
}

.alert-fixed-float {
	position: fixed;
    right: 0;
	top: 404px;
    padding: 1rem;
    color: #FFF;
    background-color: #77777A;
    border-radius: 2rem 0 0 2rem;
    z-index: 1000;
}

@media screen and (max-width: 500px) {
	.alert-fixed-float {
		display: none;
	}
} 

/*  VIDEO GALLERY - HOME
--------------------------------------------------------- */

.section-video-home {
    background-color: #ed1c24;
    background-size: cover;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery {
	margin: 6rem auto 8rem;
	max-width: 1170px;
}

.video-box {
    margin: 4rem 1rem;
    height: 20rem;
}

.video-box p {
    margin-top: 1rem;
    color: #FFF;
}

.video-box-2{
    height: 100%;
    border-radius: 2rem;
    background-size: cover!important;
}

.video-box-2:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
}

.video-box-2:before {
    content: "";
    display: block;
    position: relative;
    background: #B3282D;
    opacity: 0;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    margin: 4rem 1rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .5s ease;
}

.gallery-item-wrapper {
	overflow: hidden;
	display: block;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	height: 20rem;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery-item-wrapper{
	background: url("../img/tabs-img-home-01.jpg") no-repeat;
	background-size: 100% 100%;
}

.gallery-item-wrapper:before {
	content: "";
	display: block;
	position: relative;
	background: #B3282D;
	opacity: 0;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	margin: 4rem 1rem;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .5s ease;
}

.gallery-item-wrapper:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
}

.play {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	display: block;
	font-size: 100%;
	opacity: 0;
	z-index: 100;
	width: auto;
	height: 20rem;
	top:9rem;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.play i{
	font-size: 8rem;
}

.play:hover{
	opacity: 1;

	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.text {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 9rem;
	display: inline-block;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1rem;
	color: #FFF;
}


#owl-demo {
	margin:0 !important;
}

#owl-demo .item{
	margin: 4rem 1rem;
}

.owl-dots {
      margin: 0 auto !important;
}
.owl-dot {
     width: 10px!important;
     height: 10px!important;
     border-radius: 100%!important;
     border: 1px solid #ccc!important;
     background: #333!important;
     margin-right: 5px!important;
     display: inline-block!important;  /*for making them horizontal, if you want vertical then you can use- display: block*/
}
.owl-dot.active {
     background: #FFF!important;
}

/* slider */

.slider-container {
	margin: 5rem auto;
	padding: 0;
}

.btn-slider {
	background-color: #D9272E !important;
    color: #FFF !important;
    border-color: #FFF;
}

.float-img {
	position: fixed;
    left: 0;
    width: 10rem;
	z-index: 999;
	top: 16rem;
}

@media screen and (max-width: 991px) {
	.float-img {
		display: none;
	}
}




