/* CSS RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Empieza CSS general proyecto Lina Useche */
* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  display: block;
  position: sticky;
  margin: 0 auto;
  text-align: center;
  top: 0%;
  background-color: #fff;
  box-shadow: 0px 30px 30px #fff;
  z-index: 20;
}

.header a img {
  float: left;
  width: 5%;
  margin-top: 1%;
  margin-left: 2%;
}

.header .menu {
  text-align: center;
  float: right;
  width: 90%;
}

.header .menu .material-icons {
  font-size: 60pt;
  display: inline-block;
  position: relative; /*PARA CENTRAR EL ICONO*/
  right: 6.8%;
  cursor: pointer;
}

.header::after {
  content: "";
  display: block;
  clear: both;
}

.msg {
  width: 2%;
  position: fixed;
  top: 48%;
  right: 4%;
  text-align: center;
  font-size: 2.5vw;
}

.sec1 {
  width: 100%;
  min-height: 20%;
  display: block; /*limpiar floats*/
}

.sec1 .titulo {
  width: 100%;
  display: block;
  margin: 5% auto 0%;
}

.sec1 .titulo h2 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 2vw;
  color: #ff3300;
  padding-left: 36%;
  margin-bottom: 2%;
}

.sec1 .titulo p {
  font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 6vw;
    color: #333366;
    margin: 0 auto;
    width: 500px;
}

.intro {
	width: 80%;
    min-height: 20%;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 auto;
}

.intro .about {
  width: 90%;
  color: #333366;
  font-size: 1.5vw;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  grid-column: 2/3;
  align-items: center;
  height: fit-content;
  margin: 10% auto;
}

.intro .about #aboutTitle {
	grid-column: 2/3;
	font-size: 2vw;
	color: #473299;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 3%;
}

.emph {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #F3722C;
}

.intro #img-1 {
	grid-column: 1/2;
	grid-row: 1;
	width: 95%;
}

.sec1 .fas.fa-chevron-down {
  display: none;
}

.sec1::after {
  content: "";
  display: block;
  clear: both;
}

/*SECCION 2 BOTON 1 GRID 1 */

.sec2 {
  width: 100%;
  display: contents;
  height: 5%;
  text-align: center;
}

.sec2 .titular {
  width: 100%;
    font-size: 2.5vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: block;
    color: #9081CC;
    margin: 0 auto 5%;
}

.sec2 .clickArea {
  width: 100%;
    height: 10vh;
    display: block;
    position: relative;
    margin: 2% auto 0%;
}

.sec2 .clickArea .t1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #F3722C;
  font-size: 4vw;
  display: inline-block;
  width: 40%;
}

.sec2 .clickArea .mas {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  color: #333366;
  font-size: 4vw;
  display: inline-block;
  width: 20%;
  text-align: right;
  margin-bottom: 1%;
  opacity: 0.6;
  cursor: pointer;
}

.sec2 .clickArea .menos {
  display: none;
  text-align: right;
  width: 20%;
}

.sec2 .clickArea .mas:hover {
  opacity: 1;
}

.sec2 .clickArea p {
  font-family: "Source Sans Pro", sans-serif;
  color: #ff3300;
  font-size: 1.5vw;
  font-weight: 500;
  margin: 0 5% 5% 16%;
}

.sec2 .grid-1 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(12, 8%);
  align-content: center;
  justify-content: center;
  grid-gap: 4px;
  font-family: "Source Sans Pro", sans-serif;
  /*display: none;*/
}

.sec2 .grid-1 .about1-1 {
  grid-column: 5/9;
  grid-row: 1;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #333366;
  font-weight: 500;
  font-size: 1.5vw;
  margin-top: 1%;
}

.sec2 .grid-1 .about1-2 {
  grid-column: 6/8;
    grid-row: 2;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    color: #333366;
    font-weight: 500;
    font-size: 1.5vw;
    margin: 2% auto;;
	
}

.sec2 .grid-1 .about1-3 {
  grid-column: 3/11;
  grid-row: 3;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #333366;
  font-weight: 500;
  font-size: 2vw;
  margin-top: 1%;
}

.sec2 .grid-1 select {
  margin-top: 2%;
  border: none;
  background-color: #f5f5f520;
  border-bottom: 2px solid #333366;
  font-size: 1.3vw;
	color: #333366;
	text-align: right;
}

.sec2 .grid-1 table {
	width: 100%;
  margin-top: 2%;
  border: none;
  background-color: #f5f5f520;
  font-size: 20px;
	color: #333366;
	text-align: right;
	margin-bottom: 1%;
}

.sec2 .grid-1 table thead {
	background-color: #473299;
	color: #fff;
}

.sec2 .grid-1 table th {
	font-weight: 800;
	border: 1px solid #8f8f8f;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	vertical-align: middle;
}

.sec2 .grid-1 table tr.fila-tarifa {
  line-height: 2;
  color: #336699;
  font-size: 21px;
	font-weight: 650;
}

.sec2 .grid-1 table td.modulo {
	padding-left: 2%;
	text-align: left;
}

.sec2 .grid-1 table td {
	text-align: center;
	border: 1px solid #8f8f8f;
}

.sec2 .grid-1 img {
  grid-column: 7/11;
  grid-row: 2/3;
  width: 100%;
  margin-top: 70%;
  filter: grayscale(100%);
  opacity: 0.5;
}

.sec2 .grid-1 img:hover {
  filter: none;
  opacity: 1;
}

.sec2 .grid-1 .servicio.srv1 {
  grid-column: 5/11;
  grid-row: 3/4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 4vw;
  font-weight: 500;
  text-align: left;
  color: #ff3300;
  position: relative;
  top: -30%;
  top: -30%;
  /*left: -10%;*/
}


.sec2 .grid-1 .connect {
	grid-column: 3/5;
	grid-row: 1;
	min-height: 300px;
	  font-family: "Source Sans Pro", sans-serif;
  font-size: 2vw;
  font-weight: 400;
  text-align: center;
}

.sec2 .grid-1 .serve {
	grid-column: 6/8;
	grid-row: 1;
	min-height: 300px;	
	 font-family: "Source Sans Pro", sans-serif;
  font-size: 2vw;
  font-weight: 400;
  text-align: center;
}

.sec2 .grid-1 .guide {
	grid-column: 9/11;
	grid-row: 1;
	min-height: 300px;	
	 font-family: "Source Sans Pro", sans-serif;
  font-size: 2vw;
  font-weight: 400;
  text-align: center;
}

.sec2 .grid-1 li {
	list-style: none;
    font-size: 1.5vw;
    width: 100%;
}

.sec2 .grid-1 i {
	color: #473299;
    width: 162px;
    margin-top: 40%;
	margin-bottom: 8%;
    font-size: 5vw;
}

.sec2 .d2 {
	display: grid;
	width: 90%;
	margin: 10% auto 0%;
	grid-template-columns: repeat(12, 8%);
  align-content: center;
  justify-content: center;
  grid-gap: 4px;
  font-family: "Source Sans Pro", sans-serif;
  grid-template-rows: repeat(3, 230px);
}

.sec2 .d2 h3.c1 {
	grid-column: 2/3;
	grid-row: 1;
	color: #9081CC;
	align-content: center; 
	font-size: 3vw;
}

.sec2 .d2 p.c1{
	grid-column: 4/12;
	width: 100%;
	grid-row: 1;
	color: #000;
	align-content: center; 
	font-size: 1.5vw;
	font-family: "Source Sans Pro", sans-serif;
	text-align: left;
}

.sec2 .d2 h3.c2 {
	grid-column: 2/3;
	grid-row: 2;
	color: #9081CC;
	align-content: center; 
	font-size: 3vw;
}

.sec2 .d2 p.c2{
	grid-column: 4/12;
	width: 100%;
	grid-row: 2;
	color: #000;
	align-content: center; 
	font-size: 1.5vw;
	font-family: "Source Sans Pro", sans-serif;
	text-align: left;
}

.sec2 .d2 h3.c3 {
	grid-column: 2/3;
	grid-row: 3;
	color: #9081CC;
	align-content: center; 
	font-size: 3vw;
}

.sec2 .d2 p.c3{
	grid-column: 4/12;
	width: 100%;
	grid-row: 3;
	color: #000;
	align-content: center; 
	font-size: 1.5vw;
	font-family: "Source Sans Pro", sans-serif;
	text-align: left;
}

.info {
	width: 100%;
	margin-top: 5%;
}

.info .bullets {
	display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-template-rows: 150px 150px 150px;
    margin: 0 auto;
    width: 75%;
    align-items: center;
    grid-gap: 2px;
    background-color: #fff;
}

.info .bullets > li {
	background-color: #473299;
	width: 100%;
	height: 100%;
	padding: 15% 3% 0%;
}

.info .bullets > li:hover {
	background-color: #fff;
	color: #473299;
}

.info .bullets li {
	font-size: 1.7vw; 
	color: #fff;
	font-family: 'Poppins', sans-serif; 
}

.info .bullets li:last-child {
	grid-column: 3/4;
	background-color: #fff;
	color: #473299;
	padding-top: 20%;
}

.info a .cta-1 {
	background-color: #F3722C;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	border: 0px;
	width: 20vw;
	height: 7vh;
	border-radius: 20px;
	font-size: 1.5vw;
	margin: 3% auto 6%;
	cursor: pointer;
	box-shadow: 0px 5px 10px lightgray;
}

.sec2 .grid-1 .condiciones {
  grid-column: 3/10;
  grid-row: 4/5;
  font-family: "Poppins", sans-serif;
  font-size: 0.4vw;
  font-weight: 300;
  text-align: left;
  color: #333366;
  line-height: 1.1;
  display: none;
}

.sec2 .grid-1 .condiciones li {
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.sec2 .grid-1 .bullets a {
  text-decoration: none;
  color: #ff3300;
}

.sec2 .grid-1 .bullets a:hover {
  text-decoration: underline;
}

.sec2 .grid-1 .desc-serv.desc1 {
  text-align: center;
  grid-column: 4/7;
  grid-row: 5/6;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #333366;
  font-size: 3vw;
  margin-top: 30%;
  margin-bottom: 15%;
}

.sec2 .grid-1 .desc-serv.desc1-2 {
  text-align: center;
  grid-column: 8/10;
  grid-row: 5/6;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #333366;
  font-size: 3vw;
  margin-top: 44%;
  margin-bottom: 15%;
}

/*SECCION AREA 2 GRID 2*/

.sec2 .grid-2 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(12, 8%);
  align-content: center;
  justify-content: center;
  grid-gap: 4px;
  margin-top: 0%;
  display: none;
}

.sec2 .grid-2 .about1-1 {
  grid-column: 3/6;
  grid-row: 1/3;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #333366;
  font-weight: 500;
  font-size: 2vw;
  margin-top: 10%;
}

.sec2 .grid-2 .about1-1 a {
  color: #ff3300;
  text-decoration: none;
}

.sec2 .grid-2 .about1-1 a:hover {
  text-decoration: underline;
}

.sec2 .grid-2 img {
  grid-column: 7/11;
  grid-row: 2/3;
  width: 100%;
  margin-top: 70%;
  filter: grayscale(100%);
  opacity: 0.5;
}

.sec2 .grid-2 img:hover {
  filter: none;
  opacity: 1;
}

.sec2 .grid-2 .servicio.srv2 {
  grid-column: 5/11;
  grid-row: 3/4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 4vw;
  font-weight: 500;
  text-align: left;
  color: #ff3300;
  position: relative;
  top: -30%;
}

.sec2 .grid-2 .desc-serv.desc2 {
  grid-column: 5/10;
  grid-row: 5/6;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: #333366;
  font-size: 2vw;
  margin-top: 10%;
  margin-bottom: 15%;
}

.sec2 .grid-2 .bullets {
  grid-column: 5/10;
  grid-row: 4/5;
  font-family: "IBM Plex Mono", monospace;
  font-size: 2vw;
  font-weight: 400;
  text-align: left;
  color: #333366;
  padding-top: 20%;
  line-height: 1.3;
}

.sec2 .grid-2 .bullets a {
  text-decoration: none;
  color: #ff3300;
}

.sec2 .grid-2 .bullets a:hover {
  text-decoration: underline;
}

/*SECCION GRID 3*/
.sec2 .grid-3 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(12, 8%);
  align-content: center;
  justify-content: center;
  grid-gap: 4px;
  display: none;
}

.sec2 .grid-3 .about1-1 {
  grid-column: 3/6;
  grid-row: 1/3;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #333366;
  font-weight: 500;
  font-size: 2vw;
  margin-top: 15%;
}

.sec2 .grid-3 .about1-1 a {
  color: #ff3300;
  text-decoration: none;
}

.sec2 .grid-3 img {
  grid-column: 7/11;
  grid-row: 2/3;
  width: 100%;
  margin-top: 70%;
  filter: grayscale(100%);
  opacity: 0.5;
}

.sec2 .grid-3 img:hover {
  filter: none;
  opacity: 1;
}

.sec2 .grid-3 .servicio.srv3 {
  grid-column: 5/11;
  grid-row: 3/4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 4vw;
  font-weight: 500;
  text-align: left;
  color: #ff3300;
  position: relative;
  top: -30%;
}

.sec2 .grid-3 .desc-serv.desc3 {
  grid-column: 5/10;
  grid-row: 5/6;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: #333366;
  font-size: 2vw;
  margin-top: 20%;
  margin-bottom: 15%;
}

.sec2 .grid-3 .bullets {
  grid-column: 5/10;
  grid-row: 4/5;
  font-family: "IBM Plex Mono", monospace;
  font-size: 2vw;
  font-weight: 400;
  text-align: left;
  color: #333366;
  padding-top: 20%;
  line-height: 1.3;
}

.sec2 .grid-3 .bullets a {
  text-decoration: none;
  color: #ff3300;
}

.sec2 .grid-3 .bullets a:hover {
  text-decoration: underline;
}

/*SECCION GRID 4 */

.sec2 .grid-4 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(12, 8%);
  align-content: center;
  justify-content: center;
  grid-gap: 4px;
  display: none;
}

.sec2 .grid-4 .about1-1 {
  grid-column: 3/6;
  grid-row: 1/3;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #333366;
  font-weight: 500;
  font-size: 2vw;
  margin-top: 15%;
}

.sec2 .grid-4 .about1-1 a {
  color: #ff3300;
  text-decoration: none;
}

.sec2 .grid-4 img {
  grid-column: 7/11;
  grid-row: 2/3;
  width: 100%;
  margin-top: 70%;
  filter: grayscale(100%);
  opacity: 0.5;
}

.sec2 .grid-4 img:hover {
  filter: none;
  opacity: 1;
}

.sec2 .grid-4 .servicio.srv4 {
  grid-column: 5/11;
  grid-row: 3/4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 4vw;
  font-weight: 500;
  text-align: left;
  color: #ff3300;
  position: relative;
  top: 30%;
}

.sec2 .grid-4 .desc-serv.desc4 {
  grid-column: 5/10;
  grid-row: 5/6;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: #333366;
  font-size: 2vw;
  margin-top: 20%;
  margin-bottom: 15%;
}

.sec2 .grid-4 .bullets {
  grid-column: 5/10;
  grid-row: 4/5;
  font-family: "IBM Plex Mono", monospace;
  font-size: 2vw;
  font-weight: 400;
  text-align: left;
  color: #333366;
  padding-top: 20%;
  line-height: 1.3;
}

.sec2 .grid-4 .bullets a {
  text-decoration: none;
  color: #ff3300;
}

.sec2 .grid-4 .bullets a:hover {
  text-decoration: underline;
}

/*BANNER FINAL*/

.banner {
  width: 100%;
  display: block;
  position: relative;
}

.banner h3 {
    font-size: 2vw;
    color: #473299;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	display: block;
	width: 30%;
	margin: 5% auto;
	text-align: center;
}

.banner a {
	text-decoration: none;
}

.banner a:hover {
	text-decoration: none;
}

.banner a button {
	background-color: #F3722C;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: 0px;
    width: 20vw;
    height: 7vh;
    border-radius: 20px;
    font-size: 1.5vw;
    cursor: pointer;
    box-shadow: 0px 5px 10px lightgrey;
	display: block;
	margin: 0% auto 10%;
}

.banner a button:hover {
	text-decoration: none; 
}

@keyframes click {
  0%,
  13%,
  23% {
    opacity: 1;
  }

  10%,
  20% {
    opacity: 0;
  }
}

.banner a:hover {
  text-decoration: underline;
}

p.msg-currency {
	font-size: 1.0vw;
	margin-bottom: 3%;;
}

.cursor-click {
	cursor: pointer;
}

.currency-lbl {
	float: right;
	color: #F3722C;
	margin-right: 1%;
}


/*Media queries para HEADER*/
@media screen and (max-width: 900px) {
	
	body {
    background-color: #fff;
    width: fit-content;
    height: 100%;
}
  .header img {
    display: none;
  }

  .header .menu .material-icons {
    font-size: 50pt;
    right: 6%;
  }

  .msg {
    font-size: 5vw;
    right: 8%;
  }
  
  
}

/*Media queries SECCIÓN UNO*/
@media screen and (max-width: 900px) {
  .sec1 {
    margin: 10% 0 3%;
  }

  .sec1 .titulo {
    margin-top: 0;
    width: 100%;
  }

  .sec1 .titulo h2 {
    font-size: 5vw;
    padding-left: 15%;
  }

  .sec1 .titulo p {
    font-size: 10vw;
    width: 100vw;
	margin: 0 auto;
  }
  
  .sec1 .titulo p img {
	  width: 60%;
	  margin: 0 auto;
	  display: block;
  }

  .sec1 .about {
    width: 60%;
    float: left;
    margin-top: 10%;
    padding-right: 2%;
    padding-left: 15%;
    font-size: 5vw;
  }

  .sec1 .fas.fa-chevron-down {
    display: none;
  }
}

/*Media queries CLICKAREA*/

@media screen and (max-width: 900px) {
  .sec2 .titular {
    width: 60%;
    font-size: 5vw;
    display: block;
    margin: 3% auto 7%;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .intro {
	display: grid;
    grid-template-columns: repeat(1,1fr);
    padding: 1em;
  }
  
  .intro .about {
	grid-column: unset;
	text-align: center;
	font-size: 3vw;
  }
  
  .intro .about #aboutTitle {
	text-align: center; 
	font-size: 4vw;
  }
  
  .sec2 .grid-1 {
	    display: flex;
    flex-direction: column;
  }
  
  .sec2 .grid-1 .connect {
	grid-column: unset;
    grid-row: unset;
	min-height: 155px;
  }
  
  .sec2 .grid-1 .serve {
	grid-column: unset;
    grid-row: unset;
	min-height: 155px;
  }
  .sec2 .grid-1 .guide {
	grid-column: unset;
    grid-row: unset;
	min-height: 155px;
  }
  
  .sec2 .grid-1 i {
    width: 100%;
    font-size: 12vw;
    margin: 5% auto;
}

.emph {
    font-size: 4vw!important;
}

.sec2 .grid-1 li {
    list-style: none;
    font-size: 3vw;
    width: 100%;
}
  
 .sec2 .d2 {
    grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 130px);
	margin: 10% auto;
    width: 80%;
}

.sec2 .d2 h3.c1 {
    grid-column: unset;
    grid-row: unset;
    font-size: 4vw;
    text-align: left;
}

.sec2 .d2 p.c1 {
    grid-column: unset;
    grid-row: unset;
    font-size: 2.2vw;
    line-height: 1.2;
}

.sec2 .d2 h3.c2 {
    grid-column: unset;
    grid-row: unset;
    font-size: 4vw;
    text-align: left;
}

.sec2 .d2 p.c2 {
    grid-column: unset;
    grid-row: unset;
    font-size: 2.2vw;
    line-height: 1.2;
}

.sec2 .d2 h3.c3 {
    grid-column: unset;
    grid-row: unset;
    font-size: 4vw;
    text-align: left;
}

.sec2 .d2 p.c3 {
    grid-column: unset;
    grid-row: unset;
    font-size: 2.2vw;
    line-height: 1.2;
}

  .sec2 .clickArea {
    height: 3vh;
    margin-top: 10%;
}

  .sec2 .clickArea .t1 {
    font-size: 6vw;
	width: 60%;
  }

  .sec2 .clickArea .mas {
    font-size: 8vw;
  }

  .sec2 .clickArea p {
    font-size: 2.8vw;
  }
}

/*Media queries SECCION 2 - GRID*/

@media screen and (max-width: 900px) {
  .sec2 .grid-1 .about1-1 {
    grid-column: unset;
    grid-row: unset;
    width: 70%;
    margin: 4% auto 2%;
	font-size: 3.7vw;
}

.sec2 .grid-1 .about1-3 {
    grid-column: unset;
    grid-row: unset;
    overflow-x: auto;
    width: 70%;
    margin: 0 auto;
}

.sec2 .grid-1 select {
    font-size: 4vw;
}

  .sec2 .info img {
    grid-column: 5/11;
    grid-row: 3/4;
    margin-top: 10%;
  }

  .sec2 .grid-1 .servicio.srv1 {
    grid-column: 3/8;
    grid-row: 4/5;
    font-size: 6vw;
    padding-top: 30%;
  }

  .sec2 .grid-2 .servicio.srv2 {
    grid-column: 3/8;
    grid-row: 4/5;
    font-size: 6vw;
    padding-top: 30%;
  }

  .sec2 .grid-3 .servicio.srv3 {
    grid-column: 3/8;
    grid-row: 4/5;
    font-size: 6vw;
    padding-top: 30%;
  }

  .sec2 .grid-4 .servicio.srv4 {
    grid-column: 3/8;
    grid-row: 4/5;
    font-size: 6vw;
    padding-top: 30%;
  }

  .sec2 .info .bullets {
    display: flex;
    flex-direction: column;
  }
  
  .info .bullets li {
    font-size: 3vw;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 10%;
}

.info a .cta-1 {
    width: 40vw;
    height: 4vh;
    border-radius: 20px;
    font-size: 3vw;
}

  .sec2 .grid-1 .desc-serv.desc1 {
    grid-column: 4/10;
    grid-row: 6/7;
    font-weight: 500;
    font-size: 3.9vw;
    margin-top: 15%;
    margin-bottom: 20%;
  }

  /*GRID 2*/

  .sec2 .grid-2 .desc-serv.desc2 {
    grid-column: 4/10;
    grid-row: 6/7;
    font-weight: 500;
    font-size: 3.9vw;
    margin-top: 15%;
    margin-bottom: 20%;
  }

  /*GRID 3*/

  .sec2 .grid-3 .desc-serv.desc3 {
    grid-column: 4/10;
    grid-row: 6/7;
    font-weight: 500;
    font-size: 3.9vw;
    margin-top: 10%;
    margin-bottom: 20%;
  }

  /*GRID 4*/

  .sec2 .grid-4 .desc-serv.desc4 {
    grid-column: 4/10;
    grid-row: 6/7;
    font-weight: 500;
    font-size: 3.9vw;
    margin-top: 20%;
    margin-bottom: 20%;
  }
}

/*Media queries BANNER*/

@media screen and (max-width: 900px) {
  .banner {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  
  .banner h3 {
    font-size: 4vw;
    width: 50%;
}

.banner a button {
    width: 45vw;
    height: 4vh;
    font-size: 4vw;
    margin: 10% auto 0%;
}

  .banner h1 {
    font-size: 7vw;
  }

  .banner a {
    width: 40%;
    font-size: 4vw;
  }
}

/*Media queries MOVIL FOOTER*/
@media screen and (max-width: 900px) {

}
