/******************** GENERALES *******************************/
html, body, h1, h2, h3, h4, h5, p, a, span{
	color: var(--negro);
	font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 3vh;
}

body{ background-color: #ffffff !important;}

a, a:active, a:focus, a:visited, a:hover{ text-decoration: none; }
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

h1{ font-size: 45px !important; }
h2{ font-size: 1.2rem !important; }
h3{ font-size: 1rem !important; }
h4{ font-size: 19px !important; }
h5{ font-size: 18px !important; }
h6{ font-size: 17px !important; }

.btn-1{
  padding: 9px 35px 7px 35px;
  background-color: var(--rojo1);
  color: #fff !important;
  border: 0px;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  transition: .3s;
}
.btn-1:hover{
  background-color: var(--azul1);
  color: #fff !important;
  transition: .3s;
}
/******************** HEADER *******************************/
header{background-color: var(--blanco);}
header a{
	height: 100%;
  display: flex;
  align-items: center;}

.logo-principal{ width: 80%;}
#menu-lg a{
	padding: 7px 14px;
    height: 44px;
    color: #ffffff;
    transition: .2s;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 0px 7px;
    font-size: 0.6rem;
    text-align: center;
		font-weight: 500;
}
#menu-lg span{
	font-size: 0.6rem;
	font-weight: 500;
    color: #ffffff;
		    display: contents;

}
#menu-lg a:hover, #menu-lg a:focus {
	padding: 7px 14px;
    height: 44px;
    color: var(--blanco);
    transition: .2s;
    border: 1px solid var(--cafe2);
		background-image: url("../img/figurita-menu-bg.png");
		background-size: inherit;
background-repeat: no-repeat;


}
#menu-xs .links-xs{
	border-bottom: 1px solid #dde6ee;
	text-align: center;
	padding: 13px;
	display: grid;
	font-size: 20px;
}

/******************* seleccion **************/
#menusubwelcome .iconos-h .bg-iconos{
	height: 100px;
	width: 100px;
	border-radius: 100%;
	padding: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
#menusubwelcome .iconos-h{
	background-color: var(--blanco);
	padding: 40px 10px;
	text-align: center;
	position: relative;
	transition: .2s;
}
#menusubwelcome a{
	color: #000;
	font-size: 17px;
	padding-top: 20px;
	display: block;
	font-weight: 500;
	transition: .2s;
}
#menusubwelcome .iconos-h:hover{
	background-color: var(--principal);
	transition: .2s;
}
#menusubwelcome .iconos-h:hover a{
	color: #fff;
	transition: .2s;
}
#menusubwelcome .p-4{
	padding: 50px 70px !important;
}
#menusubwelcome{
	background-color: var(--gris1);
	padding: 40px 50px;
}
#menusubwelcome .active {
	background-color: var(--gris1) !important;
}
#menusubwelcome .active .iconos-h{
	background-color: var(--principal);
}
#menusubwelcome .active .iconos-h a{
	color: #ffffff;
}
#menusubwelcome .nav-tabs .nav-link {
    margin-bottom: 0px !important;
    border: none !important;
    border-top-left-radius: none !important;
    border-top-right-radius: none !important;
}
#menusubwelcome .nav-tabs {
    border: none !important;
}
@font-face {
    font-family: recoletasemibold;
    src: url("../fonts/Fontspring-DEMO-recoletaalt-semibold-iF663b21f69d11d.otf") format("opentype");
}
#home{
	position: relative;
	z-index: 4;
	overflow: hidden;
}
#home .textos h1, #home .textos span, #home .textos p{
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-family: recoletablack;
}
#home .textos{
	position: absolute;
	top: 40%;
	right: 10%;
}
.text-img{
	position: absolute;
  top: 38%;
  right: 10%;
  width: 33%;
	z-index: 2;
}
#home .figurita{
	position: absolute;
  left: 0px;
  height: 40%;
  top: 30%;
  z-index: 3;
  bottom: 30%;
}
.red-light{
	position: absolute;
    left: 0px;
    top: 10%;
    z-index: 2;
    bottom: 10px;
    height: 80%;
}
@-webkit-keyframes fadein {
    50%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadein {
    50%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadein {
    50%   { opacity: 0; }
    100% { opacity: 1; }
}
.red-light {
    -webkit-animation: fadein 2s ease-in alternate infinite;
       -moz-animation: fadein 2s ease-in alternate infinite;
            animation: fadein 2s ease-in alternate infinite;
}

#experiencia{
	background-image: url("../img/secc-2-textura-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: -130px;
}
#experiencia .neg-top{
	height: 130px;
}
#experiencia p{
	font-size: 0.7rem;
}
h2.rec{
	border: 2px solid var(--cafe1);
    color: var(--cafe1);
    display: inline-block;
    padding: 1px 17px;
    font-size: 1rem !important;
}
#secc-3{
	 margin-top: -10%;
	 z-index: 2;
}
#secc-3 .textos{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
#secc-3 .espaciado{
	height: 140px;
}

#secc-4{
	background-image: url("../img/secc-4-bg-gradient.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#secc-4 .figurita{
	position: absolute;
	    bottom: 6%;
	    left: 0px;
	    width: 13%;
}

#secc-4 .mapa{
	position: absolute;
top: 4%;
right: 0px;
width: 20%;
}
#historia{
	background-image: url("../img/secc-5-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#historia .cont{
	background-image: url("../img/secc-2-textura-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10% / 159%;
	max-width: 1100px;
    margin: 0 auto;
}
.rec-a{
	background-color: var(--amarillo1);
    color: var(--negro);
    display: inline-block;
    padding: 4px 17px;
    font-size: 1rem !important;
    width: 100%;
    text-align: center;
}
#contacto{
	background-image: url("../img/secc-2-textura-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#menu-xs{
	background-color: #fff;
	background-image: url("../img/secc-4-bg-gradient.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fs-1-2rem{font-size: 1.2rem}
.fs-0-7rem{font-size: 0.7rem}
.fs-0-5rem{font-size: 0.5rem}
.fs-2rem{font-size: 2rem}

.bg-contacto{
	background-image: url("../img/contacto-img-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
