@charset "utf-8";
* {
    scroll-behavior: smooth;
}
/**** COLORES
#c63635 amarillo
#cdeaec celeste

**/

/****** TIPOGRAFIA ******/
html {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #404551;
  line-height: 1.75;
  font-weight: 300;
}
.tooltip, .popover {
  font-family: 'Poppins', sans-serif;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
p {
	font-size: 1rem;
}
.display-1 {
	font-size: 2.7rem;
}
.display-2 {
	font-size: 2.5rem;
}
.display-3 {
	font-size: 3.125rem;
}
.fw-lgt {
	font-weight: 300;
}
.fw-mdm {
	font-weight: 500;
}
.fw-bld {
	font-weight: 700;
}
i, em, .oblicua {
	font-style: oblique;
}
b, strong {
	font-weight: 700;
}
.fst-normal {
	font-style: normal;
}
.redondeo{
  border-radius: 7%;
}
/********** COLORES PRIMARY ***********/
.btn-primary {
  background-color: #c63635;
  border-color: #c63635;
  color: #fff;
}
.btn-primary:hover,
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #bb2f2e;
  border-color: #bb2f2e;
  color: #fff;
}
.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 2rem 2rem rgba(255, 240, 200, 0);
  color: #000;
}
.bg-primary {
  background-color: #c63635 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #bb2f2e !important;
}
.bg-primary a{
  color: #fff
}
.border-primary {
  border-color: #c63635 !important;
}
.text-primary {
  color: #c63635 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #bb2f2e !important;
}


.btn-outline-primary {
  color: #c63635;
  border-color: #c63635;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #c63635;
  border-color: #c63635;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 2rem 2rem rgba(0, 150, 200, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #314890;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #c63635;
  border-color: #c63635;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 200, 0.5);
}
.btn-primary,
.btn-outline-primary {
  border-radius: 99px;
  font-weight: 500;
  padding: .5rem 1.5rem;
}

/********** COLORES SECONDARY ***********/
.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  border-radius: 30px;
  font-weight: 700;
  color: #c63635;
  padding: .5rem 1.5rem;
}
.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #ec841e;
  text-decoration: none;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 200, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #e0001a;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #ec841e;
  border-color: #ec841e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 200, 0.5);
}
.bg-secondary {
  background-color: #e3f2f3 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #143f76 !important;
}
.border-secondary {
  border-color: #e3f2f3 !important;
}
.text-secondary {
  color: #e3f2f3 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #143f76 !important;
}
/********** COLORES TERTIARY ***********/
.btn-tertiary {
  background-color: #ef9e19;
  border-color: #ef9e19;
  color: #fff;
  border-radius: 0;
  padding: .5rem 1.5rem;
  border-width: 2px;
}
.btn-tertiary:hover {
  background-color: #dc9115;
  border-color: #dc9115;
  color: #fff
}
.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 200, 0.5);
  color: #fff
}
/****** NUEVOS ******/
.fs-1 {
	font-size: 1rem;
}
.shadow-card {
	box-shadow: 0 5px 30px rgba(0,0,0,.2);
}
.bg-2colores {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 65%, #f4f4f4 56%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#f4f4f4 66%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#f4f4f4 66%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
.bg-gris-claro {
	background: #eaedf6;
}
.text-gray {
	color: #788186;
}
.text-default,
a.text-default {
	color: #404551;
}
.text-black {
	color: rgba(0,0,0,1);
}
.lh-50 {
	line-height: .5 !important;
}
.lh-75 {
	line-height: .75 !important;
}
.lh-90 {
	line-height: .9 !important;
}
.lh-100 {
	line-height: 1 !important;
}
.lh-125 {
	line-height: 1.25 !important;
}
.lh-150 {
	line-height: 1.5 !important;
}
.lh-200 {
	line-height: 2 !important;
}
.ls-1 {
	letter-spacing: .025rem;
}
.ls-2 {
	letter-spacing: .05rem;
}
.ls-3 {
	letter-spacing: .1rem;
}
.ls--1 {
	letter-spacing: -.025rem;
}
.ls--2 {
	letter-spacing: -.05rem;
}
.ls--3 {
	letter-spacing: -.1rem;
}
.ls-xs-0 {
	letter-spacing: 0;
}



/**** NAVBAR *****/
.fixed-top {
	background: #fff;
	box-shadow: 0 0 1rem 0 rgba(0,0,0,0.15);
}
.navbar-brand {
	line-height: 1;
	width: 100%;
	margin-right: 0;
}
.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: none;
}
.navbar-nav {
	display:flex;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.navbar .nav-item.rrss {
	display: inline-block;
	width: 49px;
}
.navbar .nav-item.rrss .nav-link {
	width: 34px;
	height: 34px;
	background: #314890;
	color: #fff;
	border-radius: 20px;
	padding: 6px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 6px;
}
.navbar .nav-item.rrss .nav-link:hover {
	background: #0063a3;
}

.navbar .nav-item .nav-link {
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #475057;
	font-weight: bold;
}
.navbar-nav {
	display:inherit;
}
.navbar .nav-item .nav-link.active:after,
.navbar .nav-item .nav-link:hover:after{
	background-color: #314890;
	transition: all ease .5s;
}
.navbar .nav-item.rrss .nav-link:hover {
	color:#fff;
}
.ul-rrss {
	flex-direction: row
}
.navbar-collapse {
	/*padding-bottom: 40px;*/
}
.navbar-nav {
	text-align: center;
}

/**** INTRO *****/
.intro {
    height: 100vh;
    overflow: hidden;
    position: relative
}
.intro-video {
    position: absolute;
    z-index: 10;
    border: 0;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.play{
  font-family: 'Playball', cursive;
  color: #92e356;
  font-size: 5rem
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .intro-video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -o-object-fit: cover;
        object-fit: cover
    }
}
.intro-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
	max-width:100%;
	margin: auto;
}
.hero {
	padding-top: 3rem;
}
.centrar-hv {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.my-45 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.pt-45 {
	padding-top: 2rem;
}
.px-6 {
	padding-left: 3rem;
	padding-right: 3rem;
}


.box-shadow-1 {
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.text-shadow-1 {
	text-shadow: 0px 2px 10px rgba(0,0,0,.5);
}
.separator-150x5 {
	width: 150px;
	height: 5px;
	border: 0;
}
.separator-100x2-bicolor {
	width: 100%;
	height: 2px;
	border: 0;
	background: #f7f7f7;
}
.separator-100x2-bicolor:before {
	content:'';
	width: 55px;
	height: 2px;
	background: #e34635;
	display: block;
}
.hvr-float-shadow {
	vertical-align: baseline
}
.btnr-prod-slider {
	position: absolute;
	z-index: 31;
	display: flex;
	justify-content: center;
	max-width: 100%;
    right: 0;
    bottom: 2vh;
    left: 0;
}
.btnr-prod-slider .list-group {
	align-items: baseline;
}
.btnr-prod-slider .list-group-item {
    margin: 0 1rem;
    background-color: transparent;
    border: 0;
	text-align: center;
}
.btnr-prod-slider .list-group-item p {
	color: #fff;
	line-height: 1.25;
	font-size: .9rem;
}
.btnr-prod-slider .list-group-item p strong {
	font-size: 2.5rem;
}
.slickHero {
  position: absolute;
  width: 100%;
  height: 650px;
  z-index: 10;
  overflow: hidden;
}
.slickHero .slide {
  width: 1920px;
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}
.bg-hero{
  background:#080808ad;
  -webkit-border-radius: 49px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 49px;
  -moz-border-radius-topleft: 0;
  border-radius: 49px;
  border-top-left-radius: 0;
}
.slide-text{
  padding-top: 4rem;
}
.d-noBlock{ display: inline-table !important}



.slickPromos {
  position: absolute;
  width: 100%;
  height: 470px;
  z-index: 10;
}
.slickPromos .slide {
  width: 350px;
  height: 400px;
  margin: 15px;
  border-radius: 7%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}

.slickMarcas {
  position: absolute;
  width: 100%;
  height: 130px;
  z-index: 10;
}
.slickMarcas .slide {
  width: 150px;
  height: 90px;
  margin: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before, .slick-next:before
{
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #c63635;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}


/**** GENERALES *****/
.text-azul {
	color: #0063a3;
}
.bg-azul {
	background: #0063a3;
}
.separator-title {
	max-width: 350px;
	margin: 2rem auto;
}
.separator-title:before {
	content:'';
	width:8px;
	height: 8px;
	background: #314890;
	border-radius: 4px;
	display: block;
	position: relative;
	top:-4px;
	left: calc(50% - 4px);
}
.separator-title-white {
	border-color:rgba(255,255,255,.25);
	max-width: 350px;
	margin: 2rem auto;
}
.separator-title-white:before {
	content:'';
	width:8px;
	height: 8px;
	background: #fff;
	border-radius: 4px;
	display: block;
	position: relative;
	top:-4px;
	left: calc(50% - 4px);
}
h5.card-title {
	font-size: 1.5rem;
	font-weight: 700;
}
.separator-card {
	background: #314890;
	height: 2px;
	max-width: 200px;
}
.card-text {
	font-size: 1rem;
}
.internacionales {
  background-attachment: fixed;
  background-image: url(../images/bg_internacionales.jpg);
  background-image: url(../images/bg_internacionales.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 75px;
}
.sector {
	padding: 200px 50px;
}
.sector:hover .cover {
	background: rgba(0,0,0,0.5);
	transition: ease .4s;
}
.cover {
	background: rgba(0,0,0,0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 150px 50px;
}
.cover:after {
	position: absolute;
	content: "";
	display: block;
	border: 1px solid transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	border-radius: 20px;
}
.sector:hover .cover:after {
	left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
	border-color: #314890;
	transition: ease .4s;
}
.sector h6 {
	font-size: 1.25rem;
	font-weight: 700;
}
.sector h2 {
	font-size: 1.5rem;
	font-weight: 900;
}
.separator-sector {
	width: 50px;
	height: 2px;
	background: #314890;
	margin: 2rem auto;
}
.separator-linea {
	width: 50px;
	height: 2px;
}
.icono-servicio {
	font-size:4.5rem;
	margin-bottom: 0;
}
.icono-resaltado {
	font-size: 47px;
	padding: 20px;
	border-radius: 50%;
	color: #616569;
	background: #fff;
}
.icono-resaltado-celeste {
	font-size: 30px;
	padding: 30px;
	border-radius: 50%;
	color: #fff;
	background: #0063a3;
	border: 1px solid #314890;
	box-shadow: 0px 0px 0px 10px #0063a3;
	width: 90px;
	height: 90px;
	line-height: 30px;
	text-align: center;
}
.lista-comun {
	padding-left: 17px;
}
.lista-comun li {
	line-height: 1.5;
	margin-bottom: 1rem;
}
.lista-celeste {
	padding-left: 17px;
}
.lista-celeste li {
	line-height: 1.5;
	margin-bottom: .5rem;
}

.especialidades {
	background: #eff2f5;
}
.rrss-contacto a span {
	width: 34px;
	height: 34px;
	background: #0063a3;
	color: #eff2f5;
	border-radius: 20px;
	padding: 6px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
}
.rrss-contacto a:hover {
	text-decoration: none;
}
.rrss-contacto a span.icon-facebook {
	background: #3b5999;
}
.rrss-contacto a span.icon-linkedin {
	background: #0077b5;
}
.rrss-contacto a span.icon-instagram {
	background: #e4405f;
}
.rrss-contacto a span.icon-youtube {
	background: #cd201f;
}

/********** FORMULARIO ***************/
#response{
  position: absolute;
  top: 0px;
  left: 15px;
  background: #2c9c09;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  padding: 25px 0px
}
.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background:#f8f9faad url(../images/loading.gif) center no-repeat;
}
.loading {
    display: none;
}
label {
	font-size: .8rem;
	font-weight: 700;
	color: #c0c0c0;
  display: none;
}
.form-control {
	font-size: .9rem;
	font-weight: 300;
	height: calc(1.5em + .75rem + 10px)
}
.mapa img {
	opacity: .8;
}
.mapa:hover img {
	opacity: 1;
	transition: all ease .4s;
}
.btn-op {
	opacity: .75;
	padding: .5rem;
}
.btn-op:hover {
	opacity: 1;
}
/************** FOOTER ***************/
footer {
	background: #fff3dc;
}
footer .icon-logo-hp-inverse {
	font-size: 60px;
}
/*
#subfooter {
	border-top: 1px solid #191a1b;
	margin-top: 40px;
	padding: 10px 0;
}
#subfooter small {
	color: #565656;
}
footer .nav .nav-item .nav-link {
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}
footer .nav .nav-item .nav-link:after {
	content:'';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: transparent;
	display: block;
	margin: auto;
}
footer .nav .nav-item .nav-link.active {
	color: #314890;
	font-weight: 700;
}
footer .nav .nav-item .nav-link.active:after {
	background-color: #314890;
}
footer .nav .nav-item .nav-link:hover {
	color: #314890;
	transition: all ease .25s;
}
footer .nav .nav-item .nav-link.rrss {
	font-size: 22px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color: #314890;
}
footer .nav .nav-item .nav-link.rrss:hover {
	color:#fff;
}
footer .nav-footer-1 {
	display: list-item;
	column-count: 1;
	margin-top: 30px;
	text-align: center;
}
footer .nav-footer-2 {
	margin-top: 30px;
}
.webmedia:hover {
	text-decoration: none;
}
.webmedia:before {
	content: 'Webmedia_Digital';
	font-size: 80%;
	color: #fff;
	vertical-align: top;
	transition: .4s all ease-out;
	text-decoration: none;
	width: 0px;
	overflow: hidden;
	position: absolute;
	transform: translateX(-130px);
}
.webmedia:hover:before {
	width:120px;
}
.webmedia:hover .icon-logo-webmedia{
}
*/
/************** BOTONES ***************/
.flecha-btn {
	font-size: 22px;
	vertical-align: text-bottom;
	margin-left: 10px;
	color: #000;
}
.btn-secondary:hover .flecha-btn {
	margin-left: 20px;
	color: #fff;
	transition: all ease .5s;
}
.btn:hover {
	cursor:pointer;
}

/*********  CARRUSEL CHICO **********/
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
}
.carousel-indicators li.active {
	background-color: #314890;
}
/******* ESTILOS LANDING POR SERVICIO/ESPECIALIDAD *******/
.bg-paralax{
  background: url(../images/bg-parallax.jpg) center center fixed;
  background-size: cover;
}
.bg-products{
  background: url(../images/bg-products.jpg) center center;
  background-size: cover;
}
/***** ACORDION *****/
#accordion p, #accordion ul li{
  color: #636974;
  line-height: 1.6rem;
}
#accordion h4{
  color: #f7bc3e;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  padding-top: 5px;
  font-size: 1.2rem
}
#accordion .card .card-header .btn {
	font-size: 1.2rem;
	padding: 1.75rem 2rem 1.75rem 0rem;
	line-height: 1.2;
  color: #314890;
  font-weight: 600
}
#accordion .card .card-header .btn.collapsed {
	border-bottom: 1px solid #d6d6d7;
}
#accordion .card .card-header .btn:focus {
	outline: none;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
#accordion .card {
	border: 0;
	border-radius:0;
  background: none
}
#accordion .card .card-header {
	padding: 0;
	border-radius: 0;
	border: 0;
	background: none;
}
#accordion .card-header button:after {
  font-family: 'FontAwesome';
  content: "\f068";
	position: absolute;
  color: #e0001a;
  font-size: 1rem;
	top: 30px;
	right: 0px;
}
#accordion .card-header button.collapsed:after {
    content: "\f067";
}
#accordion .card .card-body {
	padding: 0rem;
}
.quote {
	position: relative;
}
.quote:after {
	font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    bottom: -60px;
    right: 10px;
    color: #000;
    font-size: 120px;
    z-index: 0;
    opacity: .02;
}
.hidden {
	display: none;
}
.help-block {
	font-style: normal;
	color: #f00;
	font-weight: 400;
}
.bg-success{
	color: #fff !important;
}
.form-group{
	overflow: hidden;
}
.help-block {
	font-size: 11px;
	font-weight: normal;
}


/****** MEDIA QUERYS *******/
/****** SM *******/
@media (min-width: 576px) {
	.display-2 {
		font-size: 3rem;
	}
}

/****** MD *******/
@media (min-width: 768px) {
	.navbar-brand {
		width: auto;
	}
  .slickPromos {
    height: 410px;
  }
  .slide-text{
    padding-top: 8rem;
  }
}

/****** LG *******/
@media (min-width: 992px) {
  .navbar-brand {
  	position: absolute;
    top: 5px;
    padding-bottom: .5rem;
  	padding-top: 1.25rem;
  }
  .slide-text{
    padding-top: 10rem;
  }
	.hero {
		padding-top: 2rem;
	}
	.display-1 {
		font-size: 4rem;
	}
	.display-2 {
		font-size: 3.5rem;
	}
	.display-3 {
		font-size: 3.125rem;
	}
}

/****** XL *******/
@media (min-width: 1200px) {
}


.whatsapp-desktop, .whatsapp-mobile {
    position: fixed;
    z-index: 700;
	bottom: 1rem;
	right: 1rem;
	opacity:.9;
	transition: all ease .25s;
}
.whatsapp-desktop {
    width: 207px;
	height: 57px;
}
.whatsapp-mobile {
    width: 56px;
	height: 56px;
}
.whatsapp-desktop:hover, .whatsapp-mobile:hover {
	opacity:1;
	transition: all ease .25s;
  }
.link{
  padding: 7px 14px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all ease .25s;
}
.link:hover, .link:focus{
  text-decoration: none;
  border: 1px solid #ff6161;
  background-color: #bd2a29
}
.login-mobile{
  background: #000;
  margin-top: 57px;
  padding: 5px 0px;
}
.login-mobile a{ color: #fff}
.slick-arrow{ display: none !important}
