@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400;500;600;700&family=Roboto+Condensed:ital,wght@0,300;0,700;1,300;1,400;1,700&display=swap'); /*TITULOS / textos*/
@import url("../iconos-web/iconos-web.css");



:root {
  --font-titulos: 'Anton', sans-serif;
	--font-lladados: 'Alkatra', cursive;
	--font-textos: 'Roboto Condensed', sans-serif;
	--color1: #2fbdbe;/*VERDE MADA*/
	--color2: #E01B49;/*ROSADO MADA*/
	--color3: #495057;
	--color4: #ffffff;
	--color5: #1598c8;
	--color6: #1864ab;
  --color7: #343a40;
	--color8: #EEEEEE;
  --color9: #a7a6a6;
	--sombra: 0 5px 10px rgba(0, 0, 0, .3);
  --sombra-negra: 2px 2px 2px rgba(0,0,0, 1);
	--ancho: 90%;
	--ancho-max: 1000px;
}

* {
  box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
  scroll-behavior: smooth;
}
a, a:hover, a:focus, a:active {
	color: inherit;
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--font-textos);
	font-size: 14pt;
	color: var(--color4);
	width: 100%;
}

#principal {
  width: 100%;
  background-image: url("../images/imagen-para-servicios-web.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#secundario {
  width: 100%;
  background: var(--color7);
  padding: 25px 0;
}

/* #principal .contenedor__principal img {
	width: 100%;
	max-width: 600px;
	height: auto;
} */

.left, .right, .center {
	text-align: center;
}

.contenedor__principal,
.contenedor__secundario,
.footer {
	/* padding: 10px; */
  width: 98%;
  max-width: 85%;
  margin: auto;
}
.contenedor__secundario {
	background: var(--color4);
	color: var(--color3);
  padding: 10px;
}
.footer {
  padding: 30px 10px;
  font-size: 16pt;
  color: var(--color4);
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--color4);
}

.footer span {
  padding: 7px 15px;
  background: var(--color1);
  border-radius: 25px;
  transition: all .4s ease-in;
  display: inline-block;
}

.footer span:hover {
  background: var(--color2)
}

/* TEXTOS TITULOS BAJADAS */
h1 {
  font-size: 26pt;
}
h2 {
  font-size: 24pt;
}
h3 {
  font-size: 18pt;
}
h4 {
  font-size: 14pt;
}
h5 {
  font-size: 12pt;
}
.logo {
  padding-top: 25px;
}
.verde {
  color: var(--color1);
}
.destacado__verde,
.destacado__rojo {
  color: var(--color4);
  background: var(--color1);
  margin: 10px 0;
  padding: 10px 15px;
  text-align: center;
  border-radius: 30px 0 30px 0;

}
.destacado__rojo {
  color: var(--color4);
  background: var(--color2);
}
.sombra {
  text-shadow: var(--sombra);
}
.titulos {
  font-family: var(--font-titulos);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: normal;
}

.titulos__descripcion {
  font-family: var(--font-titulos);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-weight: normal;
  border-bottom: 1px solid var(--color8);
  padding-bottom: 10px;
  text-shadow: var(--sombra);
}
.subtitulos__descripción {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
  border-bottom: 1px solid var(--color8);
  padding-bottom: 10px;
}
.llamado {
  font-size: 36pt;
  text-align: center;
  margin-bottom: 25px;
}
.texto__llamado {
  font-size: 14pt;
  text-transform: uppercase;
  margin-bottom: 30px;
  background: var(--color2);
  display: inline-block;
  padding: 10px 25px;
  font-weight: 700;
  text-align: center;
}

.bajada {
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(0,0,0,.5);
  padding: 10px 5px;

} */

ul {
  margin-left: 40px;
  padding-left: 35px;
}
ul li {
  margin-left: 20px;
}

.descripcion__productos {
  width: 100%;
}

.formulario {
  width: 100%;
  background: rgba(255,255,255,.7);
  color: var(--color3);
  padding: 10px;
  margin-top: 20px;
}
.columnas p,
.columnas ul {
  line-height: 160%;
  margin-bottom: 15px;
}

.destacado {
  width: 100%;
}
.nota {
  position: relative;
  font-size: 13pt;
  font-style: italic;
  background: var(--color8);
  padding: 30px 20px 20px 20px;
}
.nota::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--color2);
  top: 0;
  /* transform: rotate(45deg); */
}

.solicitar {
  width: 100%;
  text-align: center;
  margin-top: 45px;
  border-top: 1px dotted var(--color2);
  padding-top: 25px;
}

.solicitar:last-child {

  border: 1px dotted var(--color2);
  padding-bottom: 25px;
  background: var(--color8);
}
.solicitar__wsapp {
  width: 100%;
  text-align: center;
  margin-top: 45px;
  border-top: 1px dotted var(--color2);
  padding: 25px 0;
}

/* HASTA ACA TEXTOS TITULOS BAJADAS */

/* DESCRIPCION PRINCIPAL EN TRES COLUMNAS */

.subtitulos {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 16pt;
  font-weight: 800;
}
.descripcion__central {
  width: 100%;
  border-left: 1px dotted var(--color4);
  border-right: 1px dotted var(--color4);
  padding: 0 30px;
  background: rgba(0,0,0,.3);
}
.item__titulos {
  /* width: 100%; */
  color: var(--color4);
  font-family: var(--font-titulos);
  font-size: 24pt;
  line-height: 120%;
  border-bottom: 1px dotted var(--color4);
  padding: 20px 0;
  text-transform: uppercase;
  text-shadow: var(--sombra-negra);
  flex: 1;
}


/* HASTA ACA DESCRIPCION PRINCIPAL EN TRES COLUMNAS */

/* VENTAJAS */
.contenedor__ventajas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px
}
.item__ventajas {
  width: 100%;
  display: flex;
  align-items: center;
  background: var(--color8);
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  height: 75px;
  padding: 10px;
}
.item__ventajas .icono__ventajas {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color2);
  color: var(--color4);
  font-size: 15pt;
  line-height: 1;
  margin-right: 10px;
  border-radius: 100%;
}
.item__ventajas .descripcion__ventajas {
  flex: 1;
  font-size: 14pt;
  color: var(--color7);
}

/* HASTA ACA VENTAJAS */


/* BOTONES */
.boton_grande {
	font-family: var(--font-textos);
	color: var(--color4);
	background: var(--color2);
	padding: 10px 25px;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	border: none;
	outline: none;
	transition: 0.5s all;
	cursor: pointer;
	border-radius: 20px;
	text-transform: uppercase;
	margin: 20px auto 10px;
  display: inline-block;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 60px;
}
.boton_grande span {
  font-size: 24pt;
  margin-right: 10px;
}

.boton_grande:hover {
	background-color: var(--color7);
  color: var(--color4);
}

/* HASTA ACA BOTONES */

/* FORMULARIO DE CONTACTO */
#contacto {
	font-family: var(--font-textos);
	font-size: 12pt;
	font-weight: 300;
	padding: 0;
	margin: 0 auto;
}
#contacto h4 {
	font-size: .9em;
	font-weight: normal;
	color: var(--color3);
	margin: .5em 0 .5em 0;
}
#contacto input,
#contacto input[type="text"],
#contacto input[type="email"],
#contacto textarea,
#contacto select {
	width: 100%;
  font-family: var(--font-textos);
	font-size: 12pt;
	color: var(--color3);
	font-weight: 300;
	padding: 10px;	
	border: 1px solid var(--color7);
	outline: none;
	transition:border-color 0.4s;
	border-radius: 7px;
}
#contacto input::placeholder,
#contacto textarea::placeholder {
  font-size: 10pt;
  color: var(--color7);
}
#contacto input:hover,
#contacto input[type="text"]:hover, 
#contacto input[type="email"]:hover, 
#contacto textarea:hover,
#contacto textarea:hover,
#contacto select:hover {
  border: 1px solid var(--color5);
}
#contacto div:nth-child(3){
	margin-right:0;
}
#contacto input:focus,
#contacto input[type="text"]:focus,
#contacto input[type="email"]:focus,
#contacto textarea:focus,
#contacto select:focus {
  border: thin solid var(--color5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
}
#contacto input[type="submit"]{
	display: block;
	color: var(--color4);
	background: var(--color2);
	padding: 0.65em 1.8em;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	border:none;
	outline:none;
	transition:0.5s all;
	cursor: pointer;
	border-radius: 7px;
	text-transform: uppercase;
	margin: 20px auto 10px;
}
#contacto input[type="submit"]:hover{
	background: var(--color7);
}

#error, #ok {
	width: 100%;
	height: 100%;
	font-size: 1.3em;
	line-height: 160%;
	text-align: center;
	padding: 3em;
}
#error {
	border: 1px dashed var(--color2);
}
#ok {
	color: var(--color1);
	border: 1px solid var(--color1);
	
}

/* HASTA ACA EL FORMULARIO DE CONTACTO */

.rot2 {
  transform: rotate(1deg);
}
.rot-2 {
  transform: rotate(-1deg);
}

/*                                                         DESDE                                                          */

@media(min-width:768px) {
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* TEXTOS TITULOS BAJADAS */
h1 {
  font-size: 32pt;
}

h2 {
  font-size: 28pt;
}

h3 {
  font-size: 26pt;
}

h4 {
  font-size: 24pt;
}

h5 {
  font-size: 18pt;
}

.texto__llamado {
  font-size: 18pt;
  margin-bottom: 70px;
}
.descripcion__productos {
  width: 60%;
}
.formulario {
  width: 30%;
  background: var(--color4);
}
#secundario .columnas {
  flex: 1;
}
.contenedor__principal,
.contenedor__secundario {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filete__vertical {
  width: 1px;
  background: var(--color8);
  margin: 0 20px;
}

/* HASTA ACA TEXTOS TITULOS BAJADAS */

/* VENTAJAS */
.item__ventajas {
  width: 45%;
}

/* HASTA ACA VENTAJAS */

/* DESCRIPCION PRINCIPAL EN TRES COLUMNAS */

.subtitulos {
  font-size: 22pt;
}

.descripcion__central {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 35px;
  background: none;

}

.item__titulos {
  /* width: 33%; */

  font-size: 22pt;
  line-height: 140%;
  border-bottom: none;
  border-right: 1px dotted var(--color4);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--color4);
  text-align: center;
}

.item__titulos:last-child {
  border-right: none;
}


/* HASTA ACA DESCRIPCION PRINCIPAL EN TRES COLUMNAS */

/* BOTONES */
.boton_grande {
  width: 200px;
}
/* HASTA ACA BOTONES */

#principal {
  height: 100vh;
}


}
