body {
margin: 0;
font-family: 'Lato', sans-serif;
transition: all 0.2s;
font-weight: lighter;
font-size: 17px;
font-style: italic;
/*background-color: pink;*/
}

@font-face {
  font-family: "foco-bold-cursive";
  src: url("font/Foco_BdIt.ttf");
}

.borde1FGR {border: 1px solid red;}
.ctro {text-align: center; width: 100%;}






.header1 {
  width: 100%;
  position: absolute;
  z-index: 99999999 !important;
}
.marco_header {
  width: 1200px;
  padding: 17px 0px 12px 0px;
  box-sizing: border-box;
  margin: auto;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;

  display: flex;
  justify-content: space-between;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.yamboly {
  width: 150px;
}
.yamboly img {
  display: block;
  margin: 0;
}
.menu1 {
  width: 670px;
  font-size: 21px;
  font-weight: normal;

  display: flex;
  justify-content: space-between;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.menua {
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-shadow: 2px 1px 1px rgba(0,0,0,0.4);
  cursor: pointer;
  transition: all 0.2s;
}
.menua:hover {
  color: #ffec00;
  text-decoration: underline;
  text-shadow: none;
  text-shadow: 2px 1px 1px rgba(0,0,0,0.4);
  cursor: pointer;
}

#header{
  position:absolute;
  z-index: 99;
}
#header.overflow {
  top: -100px;
  left: 0px;
  background-color: rgba(255,255,255,0.955555);
  transition: all 0.2s;
}
#header.fixed {
  position: fixed;
  top: 0px;
}
#header.overflow .yamboly {
  width: 110px;
  padding: 3px 0px;
}  
#header.overflow .menua {
  color: #582c83;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s;
}
#header.overflow .menua:hover {
  color: #e5007e;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s;
}
.corte_a {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: top;
  margin-top: -90px;
  position: absolute;
  box-sizing: border-box;
  background-image: url(images/corte_a.png);
}














/*SOMOS*/
.somos {
  color: #582c83;
  width: 700px;
  margin: auto;
  padding: 110px 0px 100px 0px;
  z-index: 2;
  position: relative;
  text-align: center;
}
h1 {
  /*font-family: foco-bold-cursive;*/
  margin: 0;
  font-size: 45px;
  font-style: italic;
}
.somos1 {
  font-size: 22px;
  display: block;
  margin-top: 12px;
  font-style: italic;
}











/*PRESENTACIONES*/
.presentaciones {
  width: 100%;
  box-sizing: border-box;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.corte_b {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: top;
  position: absolute;
  background-image: url(images/corte_b.png);
  box-sizing: border-box;
}
.personales {
  width: 50%;
  box-sizing: border-box;
  background: #e5007e url('images/vector-yamboly.svg');
  box-sizing: border-box;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.familiares {
  width: 50%;
  box-sizing: border-box;
  background: #4fc7e2 url('images/vector-yamboly.svg');
  box-sizing: border-box;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.medio_a {
  padding: 180px 0px 100px 0px;
}
.medio_b {
  padding: 180px 0px 100px 0px;
}
.titulo_pro {
  width: 100%;
  text-align: center;
}
.product-slider {
  width: 90%;
  background-color: rgba(0,0,0,0);
  margin: auto; 
}
.slider_item {
  width: 85%;
  box-sizing: border-box;
  margin: auto;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product_left {
  width: 45%;
}
.product_img {
  width: 54%;
  display: block;
  margin: 0;
}
.titulo_product {
  font-size: 40px;
  font-weight: bold;
  display: block;margin-bottom: 20px;
}
.descripcion_product {
  font-size: 18px;
}
.logo_img {
  width: 85%;
}






/*UBICACIONES*/
#container-dealers {
    position: absolute;
    z-index: 1;
    float: left;
    max-width: 200px;
    
    box-sizing: border-box !important;
}

#map {
    width: 100%;
    height: 700px;
    box-sizing: border-box;
}

.overlay-map {
   box-sizing: border-box;
}

#list-dealers {
    background: #FFF;
    height: 560px;
    width: 360px;
    margin-top: 110px;
    margin-left: 15%;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;

    padding: 10px 30px 10px 30px;
}
.titulo-ubicacion {
  font-weight: bold;
  color: #582c83;
  font-size: 20px;
}
.ubicacion-datos {
  font-size: 15px;
  display: block;
  margin-top: 6px;
  font-style: normal;
}
.ubica {
  font-size: 12px;
}
.regla2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container-store {
  cursor: pointer;
}









/*CONTÁCTENOS*/
.contactenos {
  background: #582c83;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 120px 0px 40px 0px;
}
.consultas {
  font-size: 20px;
  line-height: 20px;
  width: 450px;
  display: block;
  margin: auto;
  margin-top: 30px;
}
.formulario {
  width: 600px;
  margin: auto;
  margin-top: 20px;
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.campo1 {
  width: 48.555%;
  box-sizing: border-box;
  margin-top: 20px;
}
.campo1_a {
  font-family: 'Lato', sans-serif;
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  padding: 5px 9px;
  border-radius: 4px;
  outline: 0;
  border: none;
}
.campo1_lista {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 31px;
  display: block;
  box-sizing: border-box;
  font-size: 17px;
  padding: 5px 9px;
  border-radius: 4px;
  outline: 0;
  border: none;
}
.campo2 {
  font-family: 'Lato', sans-serif;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  font-size: 17px;
  padding: 5px 9px;
  border-radius: 4px;
  outline: 0;
  border: none;
}
.enviar {
  background-color: rgba(255,255,255,0.8);
  color: #582c83;
  text-decoration: none;
  font-size: 20px;
  font-style: normal !important;
  display: inline-block;
  margin: auto;
  margin-top: 30px;
  padding: 5px 20px 7px 20px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}
.enviar:hover {
  background-color: rgba(0,0,0,0.8);
  color: rgba(255,255,255,0.8);
}
.redes {
  font-size: 60px;
  color: white;
  text-decoration: none;
  display: block;
  margin-top: 30px;
}















/*FOOTER*/
.footer {
  background-color: #491d74;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0px;
}
.yamboly2 {
  width: 120px;
  display: block;
  margin: auto;
  filter: opacity(12%);
}
.wrap {
  width: 600px;
  margin: auto;
  margin-top: 20px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.datos {
  color: white;
  text-decoration: none;
}
.redes2 {
  font-size: 40px;
  padding: 10px;
  color: rgba(255,255,255,0.6);
}
.titulo {
  font-size: 22px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
}
.llamada {display: none;}























@media all and  (max-width: 1320px) {



.titulo_product {
  font-size: 30px;
  font-weight: bold;
  display: block;margin-bottom: 20px;
}



}

















@media all and  (max-width: 1220px) {
.menu1 {
  width: 550px;
  font-size: 21px;
  font-weight: normal;

  display: flex;
  justify-content: space-between;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}

.marco_header {
  width: 90%;
  padding: 17px 0px 12px 0px;
  box-sizing: border-box;
  margin: auto;
  box-sizing: border-box;
  align-items: center;

  display: flex;
  justify-content: space-between;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}



.personales {
  width: 100%;
  box-sizing: border-box;
  background: #e5007e url('images/vector-yamboly.svg');

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.familiares {
  width: 100%;
  box-sizing: border-box;
  background: #4fc7e2 url('images/vector-yamboly.svg');


  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.medio_a {
  padding: 180px 0px 50px 0px;
  box-sizing: border-box;
}
.medio_b {
  padding: 70px 0px 50px 0px;
  box-sizing: border-box;
}




}















@media all and  (max-width: 970px) {



.corte_a {
  width: 100%;
  height: 50px;
  background-size: cover;
  background-position: top;
  margin-top: -48px;
  position: absolute;
  background-image: url(images/corte_a.png);
}

#list-dealers {
    background: #FFF;
    height: 560px;
    width: 260px;
    margin-top: 110px;
    margin-left: 15%;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;

    padding: 10px 30px 10px 30px;
}



}  












@media all and  (max-width: 815px) {

.yamboly {
  width: 110px;
}

.corte_a {
  width: 100%;
  height: 37px;
  background-size: cover;
  background-position: top;
  margin-top: -37px;
  position: absolute;
  background-image: url(images/corte_a.png);
}






/*SOMOS*/
.somos {
  color: #582c83;
  width: 90%;
  margin: auto;
  padding: 110px 0px 100px 0px;
  z-index: 2;
  position: relative;
  text-align: center;
}
h1 {
  /*font-family: foco-bold-cursive;*/
  margin: 0;
  font-size: 45px;
  font-style: italic;
}
.somos1 {
  font-size: 18px;
  display: block;
  margin-top: 12px;
  font-style: italic;
}





.formulario {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.wrap {
  width: 90%;
  margin: auto;
  margin-top: 20px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; 
  display: -ms-flexbox; display: -webkit-flex;
}
.menua {
  display: none;
}


}  
















@media all and  (max-width: 657px) {


#header.overflow .yamboly {
  width: 70px;
  padding: 3px 0px;
}  






.slider_item {
  width: 85%;
  box-sizing: border-box;
  margin: auto;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.product_left {
  width: 100%;
}
.product_img {
  width: 100%;
  display: block;
  margin: 0;
}
.titulo_product {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;margin-bottom: 20px;
}
.descripcion_product {
  font-size: 15px !important;
  text-align: center;
  display: block;
}
.consultas {
  font-size: 17px;
  line-height: 20px;
  width: 90%;
  display: block;
  margin: auto;
  margin-top: 30px;
}
h1 {
  /*font-family: foco-bold-cursive;*/
  margin: 0;
  font-size: 37px;
  font-style: italic;
}

.medio_a {
  padding: 180px 0px 50px 0px;
  box-sizing: border-box;
  width: 95%;
}
.medio_b {
  padding: 70px 0px 50px 0px;
  box-sizing: border-box;
  width: 95%;
}

#container-dealers {
    position: absolute;
    z-index: 1;
    float: left;
    max-width: 100%;
    width: 100%;

    
    box-sizing: border-box !important;
}
#list-dealers {
    background: #FFF;
    height: 230px;
    width: 100%;
    margin-top: 470px;
    margin-left: 0;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;

    padding: 10px 30px 10px 30px;
}
.regla2 {
  margin-top: 10px;
  margin-bottom: 10px;
}



}

















@media all and  (max-width: 545px) {

.sale2 {
  display: none;
}
.llamada {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999999999999999999999999999999999999 !important;
}
.llamada_a {
  width: 50%;
  color: white;
  text-decoration: none;
  background-color: black;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 0px;
}
.llamada_b {
  width: 50%;
  color: white;
  text-decoration: none;
  background-color: gray;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 0px;
}
.datos {
  color: white;
  text-decoration: none;
  width: 100%;
  margin-bottom: 50px;
}
.somos {
  color: #582c83;
  width: 90%;
  margin: auto;
  padding: 70px 0px 60px 0px;
  z-index: 2;
  position: relative;
  text-align: center;
}

}















