/* Ajustes Generales star */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Raleway:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Raleway', sans-serif;
  background-color: rgb(217, 216, 214);
}
main.contenedor {
  width: 100%;
  height: 100%;
}
/* Ajustes Generales end */
/* Fondo animado star */
.carrusel-img,
.carrusel-img:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    list-style: none;
}
.carrusel-img:after { 
    content: '';
    background: transparent url(../img/pattern.png) repeat top left; 
}
.carrusel-img li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: carruselImg 20s linear infinite 0s;
  -webkit-animation: carruselImg 20s linear infinite 0s;
}
.carrusel-img li:nth-child(1) span {
  background-image: url(../img/bgd01.jpg);
}
.carrusel-img li:nth-child(2) span {
  background-image: url(../img/bgd02.jpg);
  animation-delay: 5s;
}
.carrusel-img li:nth-child(3) span {
  background-image: url(../img/bgd03.jpg);
  animation-delay: 10s;
}
.carrusel-img li:nth-child(4) span {
  background-image: url(../img/bgd04.jpg);
  animation-delay: 15s;
}
@keyframes carruselImg {
  0% {
    opacity: 0;
    animation: ease-in;
    -webkit-animation: ease-in;
}
  10% {
    opacity: 1;
    animation: ease-out;
    -webkit-animation: ease-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
20% {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
30% {
  opacity: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
100% {
  opacity: 0;
}
}
.no-cssanimations .carrusel-img li span {
  opacity: 1;
}
/* Fondo animado end */
/* Menú de navegación star*/
header.header-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(84, 86, 90, .8);
  z-index: 299;
}
nav.menu-pc {
  height: 60px;
  padding: 0 20px;
}
nav ul.contenido-menu {
  max-width: 1500px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
nav ul.contenido-menu li{
  height: 100%;
  list-style: none;
  position: relative;
}
nav > ul > li:first-child > a {
  background-image: url(../img/logo-inari-menu.svg);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 60px;
}
nav > ul > li:first-child:hover > a {
  background-image: url(../img/logo-inari-menu.svg);
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.contenido-menu li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 14px;
  color: white;
  font-size: .75rem;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
ul.contenido-menu li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  /*background-color: #1a1a1a;
  box-shadow: 0px 0px 10px 0px rgba(199, 37, 115, .9);
  */
}
#seleccion {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  /*background-color: #1a1a1a;
  box-shadow: rgba(199, 37, 115, .9);
  */
}
nav.menu-pc ul.contenido-menu li ul {
  width: 260px;
  display: flex;
  flex-direction: column;
  background-color: rgba(84, 86, 90, .8);
  position: absolute;
  top: 90px ;
  left: -5px;
  padding: 14px 0px;
  visibility: hidden;
  opacity: 0;
/*   box-shadow: 0px 0px 10px 0px rgba(199, 37, 115, .9); */
  z-index: 300;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
nav.menu-pc ul.contenido-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 70px;
}
nav.menu-pc ul.contenido-menu li ul::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #55565a;
  position: absolute;
  top: -12px;
  left: 20px;
}
nav.menu-pc ul.contenido-menu li ul li a {
  display: block;
  color: white;
  padding: 6px;
  padding-left: 14px;
  margin-top: 10px;
  font-size: .75rem;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
nav.menu-pc ul.contenido-menu li ul li a:hover {
  /*background-color: #1a1a1a;
  */color: white;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  padding-left: 30px;
  font-size: .75rem;
  /*box-shadow: rgba(199, 37, 115, .9);
  */
}
/* Menú de navegación end*/
/* Sección inicio star */
article.portada {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 3;
}
article.portada img {
  min-width: 200px;
  max-width: 400px;
  margin-top: 10%;
}
article.portada h1 {
  min-width: 450px;
  max-width: 550px;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  text-align: center;
  color: #55565a;
  font-weight: 700;
  padding: 20px;
}
article.portada a {
  font-size: 3rem;
  color: rgba(229, 30, 119, 1);
  margin-bottom: 25px;
  animation: arrow 1s ease-in-out infinite;
  -webkit-animation: arrow 1s ease-in-out infinite;
}
@keyframes arrow {
  0% {
  transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
}
  50% {
  transform: translate(0px, 30px);
  -webkit-transform: translate(0px, 30px);
  -moz-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  -o-transform: translate(0px, 30px);
}
  100% {
  transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
}
  }
article.portada a:hover {
  font-size: 3rem;
  color: white;
  transform: scale3d(1.3, 1.3, 3);
  -webkit-transform: scale3d(1.3, 1.3, 3);
  -moz-transform: scale3d(1.3, 1.3, 3);
  -ms-transform: scale3d(1.3, 1.3, 3);
  -o-transform: scale3d(1.3, 1.3, 3);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
/* Sección inicio star */
/* Sección somos star */
article.somos {
  height: 100vh;
  background-color: #d7d7d5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: 
  "titulo-somos parrafo-somos"
  "titulo-somos somos-lista";
  position: relative;
  z-index: 5;
}
div.titulo-somos {
  background-color: rgb(229, 39, 119);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: center;
  grid-area: titulo-somos;
}
.titulo-blanco {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: white;
}
div.parrafo-somos {
  background-color: rgb(217, 216, 214);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
  grid-area: parrafo-somos;
}
.parrafo-negro {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
  color: black;
  line-height: 35px;
}
.negrita-negro {
  font-weight: bold;
}
div.somos-lista {
  background-color: #55565a;
  background-image: url(../img/fondo-somos.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: justify;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
  flex-direction: column;
  grid-area: somos-lista;
}
div.somos-lista p {
  margin-bottom: 15px;
}
.parrafo-blanco {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
    color: white;
    line-height: 35px;
}
.lista-blanco {
  text-align: justify;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  list-style: square;
  line-height: 35px;
}
.titulo-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
/* Sección somos end */
/* Sección misión star */
section.mision-vision {
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 5;
  background-color: rgb(229, 39, 119) ;
  background-image: url(../img/fondo-mision.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.mision-vision {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas:
  ". . titulo-mision parrafo-mision"
  "parrafo-vision titulo-vision img-vision img-vision"
  ;
}
.titulo-mision {
  height: 100%;
  background-color: rgb(23, 161, 220);
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: titulo-mision;
}
.parrafo-mision {
  background-color: rgb(217, 216, 214);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  grid-area: parrafo-mision;
}
.parrafo-vision {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background-color: rgb(217, 216, 214);
  grid-area: parrafo-vision;
}
.titulo-vision {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgb(156, 49, 178);
  grid-area: titulo-vision;
}
.img-vision {
  height: 100%;
  background-color: rgb(229, 39, 119) ;
  background-image: url(../img/fondo-mision.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: img-vision;
}
/* Sección misión end */
/* Sección valores star */
article.valores {
  background-color: rgb(84, 86, 90);
  height: 100%;
  position: relative;
  display: flex;
  z-index: 5;
  justify-content: center;
  align-items: center;
}
article.valores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "img-valores valores-contenido"
  ;
}
.img-valores {
  height: 100%;
  background-color: rgb(23, 161, 220);
  background-image: url(../img/fondo-valores.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: img-valores;
}
.valores-contenido {
  padding: 50px 100px;
  grid-area: valores-contenido;
}
.h3-valores  {
  margin-bottom: 25px;
}
.texto-valores {
  margin-bottom: 25px;
  list-style: none;
}
.texto-valores li {
  margin: 30px 0px;
}
/* Sección valores end */
/* Sección garantías star */
section.descripcion-garantias {
  background-color: rgb(217, 216, 214);
  display: flex;
  padding: 60px;
  z-index: 5;
  position: relative;
  width: 100%;
  min-height: 200px;
  justify-content: center;
  align-items: center;
/*   max-width: 900px; */
}
h3.titulo-garantias {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
/* Sección garantías end */
/* Seccion ico-grantias star */
div.garantias {
  background-color: rgb(84, 86, 90);
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(7, auto);
  height: 400px;
}
div.item-garantia {
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  border-radius: 2%;
  -webkit-border-radius: 2%;
  -moz-border-radius: 2%;
  -ms-border-radius: 2%;
  -o-border-radius: 2%;
  /* background: linear-gradient(-135deg, rgb(23, 161, 220), rgb(229, 39, 119) ); */
  border: 1px solid white;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  box-shadow: 0px 1 px 5 px 0 rgba(0, 0, 0, .3);
}

div.item-garantia:hover {
  width: 150px;
  height: 300px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 2px 10 px rgba(0, 0, 0, .5);
}
div.item-garantia:hover:nth-child(1) {
  height: 200px;
}
div.item-garantia:hover:nth-child(5) {
  height: 400px;
}
div.item-garantia:hover:nth-child(6) {
  height: 250px;
}
div.item-garantia:hover:nth-child(7) {
  height: 200px;
}
.encabezado-item img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.titulo-item-garantia {
  font-weight: 800;
  color: white;
  text-align: center;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.parrafo-item-garantia {
  font-weight: 200;
  color: white;
  font-size: 12px;
  padding: 10px 20px 0px 20px;
}
.lista-item-garantia {
  font-weight: 200;
  color: white;
  font-size: 12px;
  padding: 0px 20px;
}
/* Seccion ico-grantias end */
/* Sección servicios star */
section.servicios {
  height: 100vh;
  background-color: rgb(84, 86, 90);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr, 3fr, 3fr;
  grid-template-areas: 
  "titulo-servicios titulo-servicios titulo-servicios"
  "servicio-item-1 servicio-item-2 servicio-item-3"
  "servicio-item-4 servicio-item-5 servicio-item-6"
  ;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.titulo-servicios {
  grid-area: titulo-servicios;
}
.servicio-item-1 {
  background-color: rgb(84, 86, 90);
  background-image: url(../img/img-servicio-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: servicio-item-1;
}
.servicio-item-2 {
  background-color: rgb(23, 161, 220);
  grid-area: servicio-item-2;
  background-image: url(../img/img-servicio-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-item-3 {
  background-color: rgb(240, 43, 60);
  grid-area: servicio-item-3;
  background-image: url(../img/img-servicio-03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-item-4 {
  background-color: rgb(156, 49, 178);
  grid-area: servicio-item-4;
  background-image: url(../img/img-servicio-04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-item-5 {
  background-color: rgb(113, 217, 212);
  grid-area: servicio-item-5;
  background-image: url(../img/img-servicio-05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-item-6 {
  background-color: rgb(229, 39, 119);
  grid-area: servicio-item-6;
  background-image: url(../img/img-servicio-06.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.servicios div.titulo-servicios {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(229, 39, 119);
}
section.servicios div.item-serv {
  height: 100%;
  transition: all .5 ease;
  -webkit-transition: all .5 ease;
  -moz-transition: all .5 ease;
  -ms-transition: all .5 ease;
  -o-transition: all .5 ease;
}
section.servicios div.item-serv:hover {
  transform: scale(1.1);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

section.servicios div.item-serv a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  height: 100%;
}
section.servicios div.item-serv a h2 {
  color: white;
  font-size: 14px;
}
section.servicios div.item-serv a i {
  color: white;
  font-size: 30px;
  margin-top: 10px;
}

.servicio-item-1 a {
  background-color: rgba(84, 86, 90, .6);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.servicio-item-1 a:hover {
  background-color: rgba(84, 86, 90, .9);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.servicio-item-2 a {
  background-color: rgba(23, 161, 220, .6);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.servicio-item-2 a:hover {
  background-color: rgba(23, 161, 220, .9);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.servicio-item-3 a {
  background-color: rgba(240, 43, 60, .6);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.servicio-item-3 a:hover {
  background-color: rgba(240, 43, 60, .9);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.servicio-item-4 a {
  background-color: rgba(156, 49, 178, .6);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.servicio-item-4 a:hover {
  background-color: rgba(156, 49, 178, .9);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.servicio-item-5 a {
  background-color: rgba(113, 217, 212, .6);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.servicio-item-5 a:hover {
  background-color: rgba(113, 217, 212, .9);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.servicio-item-6 a {
  background-color: rgba(229, 39, 119, .6);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.servicio-item-6 a:hover {
  background-color: rgba(229, 39, 119, .9);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
/* Sección servicios end */
/* Sección contacto star */
section.contacto-inari {
  position: relative;
  z-index: 5;
  background-color: rgb(217, 216, 214);
  width: 100%;
  display: grid;  
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: 
  "mapa formulario";
}
section.contacto-inari div.mapa {
  grid-area: mapa;
  display: flex;
}
section.contacto-inari div.formulario-inari {
  grid-area: formulario;
}
section.contacto-inari div.mapa {
  padding: 60px;
  position: relative;
}
section.contacto-inari div.mapa h3{
  position: absolute;
  font-size: 45px;
  text-align: end;
  padding-left: 30%;
  padding-right: 60px;
  font-family: 'Oswald', sans-serif;
}
.morado {
  color: rgb(156, 49, 178);
}
.rosa {
  color: rgb(229, 39, 119);
}
section.contacto-inari div.mapa img {
  width: 100%;
}
section.contacto-inari div.formulario-inari{
  background-color: rgb(23, 161, 220);
}
.contact_form {
  width: 460px;
  height: auto;
  margin: 80px auto;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;
  padding-left: 30px;
}
input {
  background-color: white;
  width: 410px;
  height: 40px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(23, 161, 220);
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

textarea {
  background-color: white;
  width: 410px;
  height: 150px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(23, 161, 220);
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
}

label {
  display: block;
  float: center;
}

button {
  height: 45px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  background-color: rgb(23, 161, 220);
  border-color: rgb(23, 161, 220);
  border-style: solid;
  border-radius: 10px;
  width: 410px;
  cursor: pointer;
}

button p {
  color: white;
}

label span {
  color: rgb(229, 39, 119);
}

.aviso {
  font-size: 13px;
  color: rgb(229, 39, 119);
}

.formulario h3 {
  font-size: 39px;
  text-align: letf;
  padding-bottom: 20px;
  color: rgb(229, 39, 119);
  font-family: 'Oswald', sans-serif;
}

form p {
  font-size: 14px;
  color: #0e0e0e;
}

::-webkit-input-placeholder {
  color: #a8a8a8;
}

::-webkit-textarea-placeholder {
  color: #a8a8a8;
}

.formulario input:focus {
  outline: 0;
  border: 1px solid rgb(229, 39, 119);
}

.formulario textarea:focus {
  outline: 0;
  border: 1px solid rgb(229, 39, 119);
}

/* Sección contacto end */
/* footer star */
footer.pie-pagina {
  background-color: rgb(84, 86, 90);
  width: 100%;
  height: 300px;
  display: grid;
  overflow: hidden;
  position: relative;
  padding: 20px;
  z-index: 5;
  grid-template-columns: 1fr 3fr 3fr;
  grid-template-rows: 3fr 3fr 1fr;
  grid-template-areas: 
  "logos-footer menu-footer menu-footer"
  "logos-footer iconos-footer iconos-footer"
  "pie-footer pie-footer pie-footer"
  ;
}
.logos-footer {
  grid-area: logos-footer;
}
.menu-footer {
  grid-area: menu-footer;
}
.iconos-footer {
  grid-area: iconos-footer;
}
.pie-footer {
  grid-area: pie-footer;
}
.logos-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.logos-footer img {
  max-width: 100px;
}
.menu-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-footer h5 {
  width: 100%;
  font-size: 18px;
  color: rgb(229, 39, 119);
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
.menu-footer ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 90%;
}
.menu-footer ul li a {
  color: white;
  padding: 0px 5px;
  font-size: 15px;
  border-left: 3px solid rgb(229, 39, 119);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.menu-footer ul li a:hover {
  color: rgb(229, 39, 119);
  border-left: 3px solid white;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.iconos-footer {
  width: 100%;
  height: 100px;

}
.iconos-footer img {
  width: 25px;
}
.iconos-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
}
.contacto-footer h5 {
  font-size: 18px;
  color: rgb(229, 39, 119);
  font-weight: 800;
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
}
.iconos-mail-tel {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.iconos-mail-tel a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.iconos-mail-tel a p {
  padding-left: 10px;
  padding-right: 20px;
  color: white;
  font-size: 15px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.iconos-mail-tel a p:hover {
  color: rgb(229, 39, 119);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.redes-sociales {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.redes-sociales ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  max-width: 300px;
}
.redes-sociales h5 {
  font-size: 18px;
  color: rgb(229, 39, 119);
  font-weight: 800;
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
}
.pie-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
.pie-footer div.descripcion {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.pie-footer div.descripcion h5 {
  font-weight: 200;
  font-size: 15px;
  color: white;
}
.pie-footer div.politica-privacidad {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.pie-footer div.politica-privacidad a h5{
  font-weight: 200;
  font-size: 15px;
  color: white;
}
.pie-footer div.politica-privacidad a:nth-child(1) {
  padding-right: 20px;
}
.pie-footer div.politica-privacidad a:nth-child(2) {
  border-left: 3px solid rgb(229, 39, 119);
  padding-left: 20px; 
}
/* footer end */
/* WhatsApp star */

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 60px;
  background-color: rgb(229, 39, 119);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 8;
  padding-top: 12px;
}
.my-float {
  margin-top: 20spx;
}
/* WhatsApp end */


/* Inicio css tablet */



@media (max-width: 1530px) {
  section.contacto-inari div.mapa h3{
    font-size: 35px;
  }
}
@media (max-width: 1260px) {
  section.contacto-inari div.mapa h3{
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  section.contacto-inari {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.5fr;
    grid-template-areas: 
    "mapa"
    "formulario";
  }
  section.contacto-inari div.mapa h3{
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  /* Seccion ico-grantias tablet star */
  div.garantias {
    background-color: rgb(84, 86, 90);
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
  }
  /* Sección ico-grantias tablet end */
}
@media (max-width: 900px) {
  footer.pie-pagina {
    height: 550px;
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: 
    "logos-footer menu-footer"
    "iconos-footer  iconos-footer"
    "pie-footer pie-footer"
    ;
  }
  .logos-footer {
    min-width: 170px;
    height:  250px;
    padding: 0;
  }
  .logos-footer img {
    max-width: 75px;
  }

  .menu-footer {
    min-width: 200px;
    height: 250px;
  }
  .menu-footer ul {
    flex-direction: column;
  }
  .menu-footer ul li a {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .iconos-footer {
    height: 200px;
    grid-template-rows: repeat(1, minmax(200px 1fr) minmax(200px 1fr));
    grid-template-areas:
    "contacto-footer"
    "redes-sociales"
    ;
    justify-content: center;
    align-items: center;
  }
  .contacto-footer {
    grid-area: contacto-footer;
  }
  .redes-sociales {
    grid-area: redes-sociales;
  }
  .iconos-footer img {
    height: 25px;
  }
  .iconos-footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }
  .iconos-footer {
    height: 170px;
    display: grid;
    grid-template-columns: repeat(1, minmax(360px, 2fr) minmax(358px, 1fr));
    padding: 0;
    margin-top: 30px;
  }
  .contacto-footer h5 {
    margin-bottom: 10px;
  }
  .iconos-mail-tel a p {
    padding-right: 10px;
  }
  .iconos-mail-tel a p:hover {
    font-weight: 400;
  }

  .redes-sociales h5 {
    margin-bottom: 10px;
  }
  .pie-footer {
    min-width: 350px;
    height: 25px;
  }
  .pie-footer div.descripcion {
    width: 76px;
  }
  .pie-footer div.descripcion h5 {
    font-weight: 200;
    font-size: 13px;
    color: white;
  }
  .pie-footer div.politica-privacidad {
    width: 275px;
    justify-content: flex-start;
  }
  .pie-footer div.politica-privacidad a h5{
    font-size: 13px;
  }
  .pie-footer div.politica-privacidad a:nth-child(1) {
    padding-right: 10px;
  }
  .pie-footer div.politica-privacidad a:nth-child(2) {
    padding-left: 10px; 
  }
}

/* fin css tablet */








/* Inicio css móvil */
@media (max-width: 720px) {
  article.portada img {
    max-width: 200px;
  }
  article.portada h1 {
    font-size: 30px;
    min-width: 350px;
  }

  /* fondo animado móvil star */
  .carrusel-img li:nth-child(1) span {
    background-image: url(../img/bgd-m-01.jpg);
  }
  .carrusel-img li:nth-child(2) span {
    background-image: url(../img/bgd-m-02.jpg);
    animation-delay: 5s;
  }
  .carrusel-img li:nth-child(3) span {
    background-image: url(../img/bgd-m-03.jpg);
    animation-delay: 10s;
  }
  .carrusel-img li:nth-child(4) span {
    background-image: url(../img/bgd-m-04.jpg);
    animation-delay: 15s;
  }  
  /* fondo animado móvil end */
  /* menu navegacion móvil star */
  header.header-menu {
    display: none;
  }
  /* menu navegacion móvil end */
  /* Sección somos móvil star */
  article.somos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25% 25% 50%;
    grid-template-areas: 
    "titulo-somos" 
    "parrafo-somos"
    "somos-lista";
  }
  div.parrafo-somos {
    padding: 10px 35px;
  }
  div.somos-lista {
    padding: 10px 35px;
  }
    /* Sección somos móvil end */
  /* Seccion visión móvil star */
  section.mision-vision {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas:
    "titulo-mision parrafo-mision parrafo-mision"
    "img-vision img-vision img-vision"
    "parrafo-vision parrafo-vision titulo-vision"
    ;
  }
  .parrafo-mision {
    padding: 35px;
  }
  .parrafo-vision {
    padding: 35px;
  }
  /* Seccion visión móvil end */
  /* seccion valores móvil star */
  article.valores {
    height: 100vh;
    grid-template-columns: 2fr 3fr;
  }
  div.valores-contenido {
    padding: 20px;
  }
  /* seccion valores móvil end */
  /* Sección garantías móvi star*/
  section.descripcion-garantias {
    padding: 20px;
  }
    /* Sección garantías móvi end*/
    /* Seccion ico-grantias móvil star */
    div.garantias {
      background-color: rgb(84, 86, 90);
      display: flex;
      flex-direction: column;
      gap: 20px;
      height: auto;
      padding: 60PX;
    }
    /* Seccion ico-grantias móvil end */
    /* Sección servicios móvil star */
    section.servicios {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr, 3fr, 3fr, 3fr;
      grid-template-areas: 
      "titulo-servicios titulo-servicios"
      "servicio-item-1 servicio-item-2"
      "servicio-item-3 servicio-item-4"
      "servicio-item-5 servicio-item-6";
    }
     /* Sección servicios móvil end */
     /* Sección contacto móvil star */      
     
     section.contacto-inari div.mapa {
      padding: 20px;
    }
    section.contacto-inari div.mapa h3{
  
      padding-right: 20px;
    }
    .contact_form {
      width: 360px;
    }
    input {
      width: 310px;
    }
    textarea {
      width: 310px
    }
    button {
      width: 310px;
    }

    /* icono wa star */
    .float {
      bottom: 30px;
      right: 30px;
    }
    /* icono wa end */

    /* Sección contacto móvil end */
}
