@charset "utf-8";
/* Importando CSS */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/************************************************************************************
Colores y Fuentes
*************************************************************************************/
html{
	margin: 0;
	padding: 0;	
}
body{
	margin: 0;
	padding: 0;
    padding-bottom: 0px;
	text-align: center;
	font: 1.4em/150% Nunito,sans-serif;
	margin: 0px;
	background-size: cover;
	background-position: right top;
}
img{
    max-width: 100%;
}
a, a:hover{
    text-decoration:none;
    cursor: pointer;
}
ul{
	margin:0;
	padding:0;
}

/*--header--*/
.header {
    padding: 2em 0 0;
    padding: 20px;
    color: #FFF;
}
.navbar-header, .social{
    visibility: visible !important;
}
.navbar-default {
    background-color: #1f2c33;
    border-color:#1f2c33;
    padding: 0.8em 0;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 1.2em;
}
.navbar-nav {
    margin-left: 2em;
    margin-top: 1em;
}
a.navbar-brand {
    font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff ! important;
}
.navbar > .container .navbar-brand img{
	max-width: 150px;
	display: inline-block;
	margin: 0px;
	margin-top: -20px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0 ! important;
}
.navbar {
    min-height: 0 ! important;
    margin-bottom: 0 ! important;
}
.navbar-default .navbar-nav > li > a {
    color: #f2b680;
    font-size: 1.2em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #73b1be;
    background-color: transparent;
}

/* Social icon */
.social {
    float: right;
    padding: 0.8em 0 0;
}
.social ul {
    padding: 0;
    margin: 0;
}
.social ul li {
    display: inline-block;
    margin: 0 3px;
}
.social ul li a.facebook {
    background: url(../images/social.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    display: block;
}

.social ul li a.twitter {
    background: url(../images/social.png) no-repeat -34px 0px;
}
.social ul li a.chrome {
	background: url(../images/social.png) no-repeat -68px 0px;
}
.social ul li a.in {
	background: url(../images/social.png) no-repeat -102px 0px;
}
.social ul li a.facebook:hover {
	filter: brightness(0.6) sepia(100%) hue-rotate(190deg);
}

.GARELIA{
/*    background: url("../IMG/backwhite.png"); */
    background: #fff;
    background-size: 100% 100%;
    color: #303030;
    font-size: 1.5em;
    font-weight: 500;
    padding: 2em 0em 1em 20%;
    text-align: left;
    margin-top: 90px;
}
.GARELIA h3{
    font-family: "Abril+Fatface";
    font-size: 5rem;
    line-height: 1.2em;
    margin: 0px;
    font-weight: bolder;
}
.GARELIA h1{
    font-family: "Abril+Fatface";
    font-size: 3rem;
    color: #2a78a4;
    line-height: 1.2em;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}
.GARELIA p{
    font-family: Poppins;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin: 0px;
    width: 90%;
    max-width: 700px;
    text-align: justify;
}


.GALERI{
    padding: 2em 0;
    text-align: right;
}
.GALERI .gallery-item {
    display: inline-block;
    width: 23%;
    margin-left: 1%;
    opacity: 0.85;
    cursor: pointer;
}
.GALERI .gallery-item:hover {
    opacity: 1;
}
.GALERI .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.GALERI2{
    padding: 2em 0;
    text-align: right;
}
.GALERI2 .gallery-item2 {
    display: inline-block;
    width: 23%;
    margin-left: 1%;
    opacity: 0.85;
    cursor: pointer;
}
.GALERI2 .gallery-item2:hover {
    opacity: 1;
}
.GALERI2 .gallery-item2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}   

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: calc(100% - 90px);
    overflow: auto;
    top: 90px;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.8;
}

.TEXTOR{
/*    background: url('../IMG/backgrayblue.png'); */
    background: #68d7d7;
    background-size: 100% 100%;
    color: #303030;
    font-size: 1.5em;
    font-weight: 500;
    padding: 0em 0em 0em 20%;
    display: flex;
    align-items: center;
}
.TEXTOR div{
    width: 50%;
}
.TEXTOR h3{
    font-size: 1.5rem;
    line-height: 1.2em;
    margin: 0px;
    font-weight: normal;
    text-align: right;
    padding: 0 2em;
}
.TEXTOR h1{
    font-size: 2.5rem;
    margin: 0px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: left;
    padding: 0 2em;
}
.TEXTOR h1 strong{
    font-weight: 500;
    font-style: italic;
}
.TEXTOR img{
    width: 50%;
    max-width: 550px;
    vertical-align: middle;
    display: inline-block;
}
.SEPARADOR{
/*  background: url('../IMG/backseparador.png'); */
    background: #ee9873;
    background-size: 100% 100%;
    padding: 1em 20%;
    color: #FFF;
    font-size: 3em;
    line-height: 1.2em;
    font-weight:bolder;
}
.SEPARADOR2{
    background: #f2b680;
    padding: 1em 20%;

    font-size: 1.8em;
    line-height: 1.2em;
    font-weight:400;
}
.SEPARADOR2 h1{
    position: relative;    
}
.SEPARADOR2 h1::before {
    content: "";
    background-image: url('../IMG/guiones.png');
    position: absolute;
    width: 40px;
    height: 50px;
    background-size: 100% 100%;
    left: -50px;
    top: 0px;
}

.TEXR{
    font-size: 1.5em;
    font-weight: 500;
    padding: 0em 0em 0em 20%;
    display: flex;
}
.TEXD{
    font-size: 1.5em;
    font-weight: 500;
    padding: 0em 20% 0em 0em;
    display: flex;
}
.flexor{
    width: 100%;
    display: flex;
    align-items: center;
}
.flexor div{
    width: 50%;
    display: inline-block;
    line-height: 1.2em;
    margin: 0px;
    font-weight: 500;
    padding: 0 2em;
}

.flexor div h1{
    font-family: "Abril+Fatface";
    font-size: 4rem;
    font-weight: bolder;
    color: #2a78a4;
}

.flexor img{
    width: 50%;
    max-width: 550px;
    vertical-align: middle;
    display: inline-block;
}

.flexor .stelt{
    width: 70%;
    display: inline-block;
    line-height: 1.2em;
    margin: 0px;
    font-weight: 500;
    padding: 0 2em;   
}
.flexor .stel{
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    max-width: 300px;
}

.flexor div ul{
    margin: 1.2em;
}
.flexor div li{
    text-align: left;
}

.GARELIAF{
/*    background: url("../IMG/backwhite.png"); */
    background: #fff;
    background-size: 100% 100%;
    color: #303030;
    font-size: 1.5em;
    font-weight: 500;
    padding: 2em 0em 1em 10%;
    text-align: left;
    margin-top: 90px;
}
.GARELIAF h3{
    font-family: "Abril+Fatface";
    font-size: 3rem;
    line-height: 1.2em;
    margin: 0px;
    font-weight: bolder;
}
.GARELIAF h1{
    font-family: "Poppins";
    font-size: 4rem;
    color: #2a78a4;
    line-height: 1.2em;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}
.GARELIAF p{
    font-family: Poppins;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin: 0px;
    width: 90%;
    max-width: 700px;
    text-align: justify;
}

/* Estilos para el footer */
footer {
  background-color: #735754;
  color: #fedcc9;
  font-size: 1em;
  line-height: 1.5;
  padding: 30px;
  display: flex;
  align-items: center;
  font-family: Poppins; 
}
/* Estilos para los datos de la empresa */
.company-info {
  width: 33%;
  padding: 10px;
  display: inline-block;
  justify-content: space-between;
  margin-bottom: 30px;
}

.company-info h3 {
  font-size: 1.5em;
  margin-bottom: 0px;
}

.company-info p {
  margin-bottom: 0px;
}
/* Estilos para el formulario de contacto */
.contact-form {
  width: 33%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 30px;
}

.contact-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-form input[type="text"],.contact-form input[type="email"], .contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #735754;
}

.contact-form .enviar {
  border-radius: 5px;
  background-color: #fedcc9;
  color: #735754;
  border: none;
  padding: 10px;
  width: 50%;
  cursor: pointer;
}

/* Estilos para el mapa de Google */
.google-map {
  width: 33%;
  padding: 10px;
  display: inline-block;
  height: 350px;
  margin-bottom: 0;
}

.whats2{
  background: #25D366;
  color: #fff;
  margin: 20px auto;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: -0.4em 0.4em 1em #075E54;
}
.whats2:hover{
  background: #128C7E;
  color: #fff;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
#my-float{
    font-size:1.5em;
    margin: 8px 0 0 2px;
}

@media only screen and (max-width:900px) {
    a.navbar-brand {
        font-size: 40px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
    .nav > li > a {
        padding:  10px 8px;
    }
    .navbar-nav {
        margin-left: 0em;
    }
    .social ul li {
        margin: 0 0px;
    }
    .social {
        padding: 0.4em 0 0;
    }

    .GARELIA{
        padding: 2em 0em 1em 10%;
        margin-top: 90px;
    }
    .GARELIAF{
        padding: 2em 0em 1em 5%;
        margin-top: 90px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }

    footer{
        flex-wrap: wrap;
    }
    /* Estilos para los datos de la empresa */
    .company-info {
      width: 50%;
      display: inline-block;
    }
    /* Estilos para el formulario de contacto */
    .contact-form {
      width: 50%;
      text-align: center;
    }

    .contact-form input[type="text"],.contact-form input[type="email"], .contact-form textarea {
      max-width: 400px;
      margin: 10px auto;
    }

    /* Estilos para el mapa de Google */
    .google-map {
      width: 100%;
      display: block;
      margin-bottom: 10px;
    }
}
@media only screen and (max-width:600px) {
    .logo h1 {
        font-size: 3em;
    }
    .social {
        padding: 1.2em 0 0;
    }
    .navbar-default {
        padding: 0.4em 0;
    }
    .GARELIA{
        padding: 1em 1em 1em 1em;
        margin-top: 90px;
    }
    .GARELIA p{
        width: 100%;
    }
    .GALERI {
        text-align: center;
    }
    .GALERI .gallery-item {
        width: 47%;
        margin: 5px 1%;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }

    .GALERI2 {
        text-align: center;
    }
    .GALERI2 .gallery-item2 {
        width: 47%;
        margin: 5px 1%;
    }

    .TEXTOR{
        padding: 1em 1em 1em 1em;
        display: block;
    }
    .TEXTOR div{
        width: 100%;
        display: block;
    }
    .TEXTOR img{
        width: 90%;
        display: block;
        margin: 15px auto;
    }
    .SEPARADOR{
        padding: 1em 5%;
        font-size: 3em;
        line-height: 1.2em;
    }

    .TEXR{
        font-size: 1.5em;
        font-weight: 500;
        padding: 1em;
        display: flex;
    }
    .TEXD{
        font-size: 1.5em;
        font-weight: 500;
        padding: 1em;
        display: block;
        text-align: center;
    }
    .flexor{
        display: block;
        text-align: center;
        align-items: center;
    }
    .flexor div{
        display: block;
        width: 100%;
    }
    .flexor img {
        width: 90%;
        max-width: 550px;
        vertical-align: middle;
        display: block;
        margin: auto;
    }
    /* Estilos para el footer */
    footer {
      background-color: #735754;
      color: #fedcc9;
      font-size: 1em;
      line-height: 1.5;
      padding: 30px;
      display: block;
      align-items: center;
      font-family: Poppins; 
    }
    /* Estilos para los datos de la empresa */
    .company-info {
      text-align: center;
      width: 100%;
      display: block;
      margin: 10px auto;
    }
    /* Estilos para el formulario de contacto */
    .contact-form {
      width: 100%;
      display: block;
      margin: 10px auto;
    }

    .contact-form input[type="text"],.contact-form input[type="email"], .contact-form textarea {
      max-width: 400px;
    }

    /* Estilos para el mapa de Google */
    .google-map {
      width: 100%;
      display: block;
      margin: 10px auto;
    }

    .float{
        position:fixed;
        width:40px;
        height:40px;
        bottom:10px;
        left:10px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:27px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
    }

    .my-float{
        margin-top:6px;
    }

.GARELIAF{
/*    background: url("../IMG/backwhite.png"); */
    background: #fff;
    background-size: 100% 100%;
    color: #303030;
    font-size: 1.5em;
    font-weight: 500;
    padding: 1em 1em 1em 1em;
    text-align: left;
}

.flexor .stelt{
    width: 90%;
    display: inline-block;
    line-height: 1.2em;
    margin: 0px auto;
    font-weight: 500;
    padding: 0 2em;   
}
.flexor .stel{
    width: 80%;
    margin: 10px auto;
    max-width: 300px;
}

}