
style

*{
  padding: 0px !important;
  margin: 0px;
  box-sizing: border-box;
 font-family:"Montserrat", serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
 }

 .montserrat-<uniquifier> {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/**------------BOTON WHATSAPP-----*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:200;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/**------------BOTON WHATSAPP------*/


a{ text-decoration: none; transition: .3s;}


header{
  min-height: 80px;
  height: auto;
  max-height: 130px;
  width: 100%;
  background-color:black;
  color:white;
  font-family: sans-serif;
  padding: 0px;
  margin-top: 0px !important;
  z-index: 100;
  top: 0px;
}

.ti-ia{
  display: inline-block;
  width: 40%;
  height: 80px;
  margin-left: 30px;
}

.ti-ia img{
  margin-top: 5px;
  height: 70px;
}

.eslogan{
  width: 45%;
  color: white;
  display: inline-block;
  margin-right: 2%;
  min-height:30px;
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}

.eslogan p{
  font-size: 1em;
  line-height: 30px;
}
 @media only screen and (max-width: 600px){

 .ti-ia{
     display:-block;
     width: 100%;
     height: 80px;
     margin:auto;
   }

   .ti-ia img{
     margin-top: 5px;
     height: 70px;
   }

 .eslogan{
  display:block;
  width: 100%;
  position: relative;
}
} /** cierre del media query para el header**/


/** PRIMER PANTALLA**/

#primerpantalla{
  height: 630px;
  width: 100%;
}

div.fondo2{
  height: auto;
  max-height: 700px;
  width: 100%;
position: absolute;
top: 0px;
z-index: -100;
}


div.fondo1{
  display: none;
  height: auto;
  max-height: 700px;
  width: 100%;
position: absolute;
top: 0px;
z-index: 120;
}

#primerpantalla article{
  position:relative;
  margin-left: 45%;
  height: 700px;
  width: 55%;
  z-index: 10;
}

.logoxianse{
  width: 50%;
  height: auto;
  display: block;
  position: relative;
  margin:50px auto;
}

.titulo{
  background-color: #fbfafa;
  height: auto;
  width: 94%;
  padding:5% 20px;
  margin-top:30px;
   box-shadow: 2px 2px 20px gray;
}

h1{
  font-size: 4em;
  font-weight: bolder;
  font-family: "Montserrat", serif;
  margin-bottom: 0px;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 10px;
}

h2{
  font-size: 2em;
  font-weight:normal;
  font-family: "Montserrat", serif;
  line-height: .3em;
}

.POS{
  font-size: 6em;
  line-height: .8em;
  margin: auto;
  font-weight: bolder;
  font-family: "Montserrat", serif;
  color: #4566ab;
  margin-top: 30px;
  display: block;
}

.sub-titulo{
  width: 50%;
  margin-left: 30%;
}

h3{
  font-size: 2.5em;
  margin-top: 10px;
  font-weight:bolder;
  font-family: "Montserrat", serif;
  margin-bottom: 10px;
}

.Call-to-Action{
  background-color: #3266af;
  font-size: 1.2rem;
  font-weight:bolder;
  font-family: "Montserrat", serif;
  color: #FFF;
  padding: 10px 30px;
  margin: 5px auto;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 30ms ease;
}
.Call-to-Action a{text-decoration:none; }

.Call-to-Action a:hover{

    color: #FFF;
    text-decoration:none;

}

 @media only screen and (max-width: 977px){

   #primerpantalla article{
     position:relative;
     margin:auto;
     height: auto;
     width: 90%;
     z-index: 10;
   }

   .sub-titulo{
     width: 80%;
     margin:10%;
   }

   .POS{
     font-size: 6em;
     line-height: .5em;
     margin: auto;
     margin-top: 25px;
     display: block;
     text-align: justify;
   }

   h3{
     font-size: 3em;
     margin-top: 10px;
   }

   div.fondo2{ display: none;}

   div.fondo1{
     height: auto;
     max-height: 700px;
     width: 100%;
   position: absolute;
   top: 0px;
   z-index: 120;
   }



}/** cierre media 1 query de PRIMER PANTALLA**/

@media only screen and (max-width: 600px){

  .logoxianse{
    width: 80%;
    height: auto;
    display: block;
    position: relative;
    margin:30px auto;
  }

  h1{
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  h2{
      text-align: center;
    font-size: 1.5em;
    line-height: .2em;
  }

  h3{
    font-size: 2em;
    margin-top: 10px;
    text-align: center;
  }

}/** cierre media 2 query de PRIMER PANTALLA**/

/**---------------------------------------------/
/**---------------------------------------------/
/**---------------------------------------------/
/** PRIMER PANTALLA**/
.amarillo{
  height: 20px;
  color: yellow;
  margin: 0px;
  width: 100%;
}

/** DIV CARACTERISTICAS**/
#caracteristicas{
  min-height: 600px;
  height: auto;
  width: 100%;
  background-color:#353435;
 color: white;
 padding: 20px 50px 100px 50px;
 border-radius: 100% 0% 100% 0% / 0% 53% 47% 100% ;

}


#caracteristicas p {
  font-size: 2em;
  font-weight:bolder;
  font-family: "Montserrat", serif;
  color: white;
}
#caracteristicas p span{
  color: #3266af;
  font-size: 3em;
}

#caracteristicas ul li{
font-family: "Montserrat", serif;
  font-size: 1.2em;
  line-height: 2.5em;
  list-style: none;
  list-style-image: url(img\chack_list_.png);
}

#caracteristicas ul li img{
  display: inline-block;
  height: 25px;
  width: 25px;
}

@media only screen and (max-width: 600px){

  #caracteristicas p span{
    color: #3266af;
    font-size: 1.6em;
  }

}
/**-------------------------------------*/
/**-------------------------------------*/

#ilustracion1{
  height: auto;
  max-height:600px;
  margin: auto;
  width: 100%;
  z-index: 8;
}

#ilustracion1 img {
  display: block;
  width: 95%;
  margin: auto;
}

@media only screen and (max-width: 977px){
 #caracteristicas{
   padding: 20px;
  border-radius:0px;
  height: auto;
}

#caracteristicas ul{
margin-left: 0px;

}


} /** cierre media query de caracteristicas**/



aside p {
  min-height: 150px;
  height: auto;
  font-family: "Montserrat", serif;
    font-size: 1.2rem;
    font-weight: bolder;
  background-color: #3266af;
  color: white;
  font-size: 3.5em;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 600px){


}

.galeria{
  width: 100%;
  margin: auto;
  display: block;
}

.galeria img{
  width: 33%;
  top: 0px;
  max-height: 300px;
  align-items: baseline;
}

#Precios{
  height: auto;
  padding-bottom: 30px;

}


#Precios img{
  margin-top: 50px;
  width: 90%;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  position: relative;
}


#bannerTriangulos{
margin-top: -200px;
width: 100%;
z-index: -100;
}

#bannerTriangulos img{
  width: 100%;
}

@media only screen and (max-width: 600px){
  #bannerTriangulos img{
  margin-top: 50px;
  width: 100%;
  z-index: -100;

  }

  .galeria img{
    width: 45%;
    top: 0px;
    align-items: baseline;
  }



}

/*-------------------------------------------*/
footer{
   height: 300px;
    width: 100%;
    background-color:#353435;
   color: white;
   padding: 5px;
   box-sizing: border-box;
   position: relative;
}


#DatosXianse{
  width:35%;
  height: auto;
  margin-right: 10px;
  margin-top: 0px;
  display: inline-block;
}


#DatosXianse ul{
  font-family: "Montserrat", serif;
    font-size: 1.2rem;
    font-weight: normal;
  color: white;
  border-right: white solid 10px;
}

#DatosXianse ul li{
    text-decoration: none;
    list-style: none;
    margin-bottom: 20px;
    text-align: justify;
}
#DatosXianse ul li span{ color: #3266af; margin-left: 30px; font-weight: bolder;
}

#DatosXianse.logo-foother{
  /*-margin: 0px 30px 30px 0px;*/
  display:inline-block;
  width: 30%;
  background-color: orange;
  position: absolute;
}
/*-------------------------------------------*/
@media only screen and (max-width: 970px){

  #DatosXianse{
    width:60%;
    height: auto;
    margin-right: 10px;
    margin-top: 0px;
    display: inline-block;
  }
}
/*-------------------------------------------*/
@media only screen and (max-width: 600px){

  #DatosXianse{
    width:90%;
    height: auto;
    margin-right: 10px;
    margin-top: 0px;
    display: inline-block;
  }

  #DatosXianse.logo-foother{
    /*-margin: 0px 30px 30px 0px;*/
    display:inline-block;
    height: 50px;
    width: 30%;
    position: absolute;

}
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/* este estilo es para la respuesta del formulario */
  .caja {
  padding: 20px;
  height: 500px;
   width: 100%;
   background-color:#353435;
  color: white;
}

/* este estilo es para el botón contacto */
.dropdown{
  position:fixed;
  height: 80px;
  width: 150px;
  background-color: #f7d517;
  right: 0px;
  top: 50%;
}


/* este estilo es para la ventana modal */

.modal{
 display: flex;
 width: 100%;
 height: 700px;
 padding: 30px 20px;
 background-color: rgba(0, 0, 0, 0.5);
 justify-content: center;
 align-items: center;
 /*position: fixed;
 left: 0px;
 top: 0px;
 */
}

.modal_container{
width: 60%;
background-color:#353435;
background-color:;
border-radius: 10px;
justify-content: center;
box-shadow: 2px 2px 20px black;
}



.header-modal{
    background-color: #3266af;
    height: 50px;
    margin-bottom: 20px;
    padding: 5px 25px 5px 25px;
    color: white;
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;

}

#formulario {
  width: 75%;
  display: inline-block;
  margin: 10px 25px;

}

#formulario input, div#formulario textarea {
  background-color:transparent;
  width:100%;
  border:2px solid #FFF;
  margin-bottom:5px;
  height:50px;
  border-radius:8px;
  color:#FFF;
  text-indent:10px;
  cursor:pointer;
}

#formulario textarea {
  height:150px;
  padding:10px;
  width: calc( 80% - 20px);
 text-indent:0px;
}

/*se pone en corchetes si se desea modificar apariencia de alguno en específico */
 div#formulario input[type="submit"] {
   width:80%;
   background-color:#3266af;
   color:#FFF;
   text-indent:0px;
}


footer button {
  display:block;
  margin:auto;
  width:150px;
  height:50px;
  background-color: #f2360c;
  border:2px solid #FFF;
  border-radius:8px 8px 0px 0px;
  color:#FFF;
  -webkit-transition: all .8s ease;
  }
