/* Extra small devices (phones, 600px and down)

Neuzeit Grotesk Regular

font-family: neuzeit-grotesk, sans-serif;

font-weight: 400;

font-style: normal;


Neuzeit Grotesk Bold

font-family: neuzeit-grotesk, sans-serif;

font-weight: 700;

font-style: normal;


Neuzeit Grotesk Cond Black

font-family: neuzeit-grotesk-condensed, sans-serif;

font-weight: 900;

font-style: normal;


Neuzeit Grotesk ExtCond Black

font-family: neuzeit-grotesk-extra-conden, sans-serif;

font-weight: 900;

font-style: normal;

 */

 *{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	border: 0px;
}
@media only screen and (max-width: 550px) {

   h1{
	   letter-spacing: 2px;
	   font-size: 25pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
   h2{letter-spacing: 2px;
	   font-size: 15pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
	   
	   
   p,a,li,input,label,textarea{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 13pt;
   }
   button{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15 pt;
   }
   .container {
	   width: auto;
 display: inline-block;
 cursor: pointer;
}

.bar1, .bar2, .bar3 {
 width: 45px;
 height: 3px;
 border-radius: 1.5px;
 background-color: #fff;
 margin: 6px 0;
 transition: 0.4s;
}


.change .bar1 {
 -webkit-transform: rotate(-45deg) translate(-4px, 4px);
 transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
 -webkit-transform: rotate(45deg) translate(-8px, -8px);
 transform: rotate(45deg) translate(-8px, -8px);
}

header{
   position: fixed;

   width: 100%;
   z-index: 9999;
   height: 10vh;
   background-color: #3d3d3d;
   background-image: url('../images/ornamento-menu.png');
   background-size: contain;
   background-position: left center;
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
}
header main{
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
   width: 90%;
   height: 90%;
   padding: 0% 5% 0%;
}
header main .logo{
   padding-left: 20%;
   width: 80%;
   height: 100%;
}
header main .logo img{
   height: 100%;
}

#navMovil{
   transition: all ease-in-out .5s;
   left: -150%;
   margin-top: 10vh;
   color: white;
   width: 100%;
   height: 90vh;
   position: fixed;
   z-index: 9999;
   background-color: rgba(15, 15, 14, 0.8);
   background-image: url('../images/SVG/ornamento.svg');
   background-size: 40vh;
   background-position: -90px center;
   background-repeat: no-repeat;

}
#navMovil main{
   text-align: right;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   width: 90%;
   height: 75vh;
   padding: 0% 5% 15vh;


}
#navMovil main ol li{
   padding: 1vh 0vh 1vh;

}
#navMovil main ol li a{
   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   color: white;
   font-size: 15pt;

}
.section1{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 60vh;
   background-image: url('../images/movil/fondo.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section1 main{
   width: 90%;
   padding: 0% 5% 5%;
   text-align: center;
   display: flex;
   justify-content: flex-start;
   align-items: flex-end;
   flex-wrap: wrap;
}
.section1 main img{
   width: 50%;
   margin: 0 auto;
   

}
.section2{
   width: 100%;
   height: auto;
   min-height: 88vh;
   background-image: url('../images/concretos.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section2 main{
   color: white;
   background-color: rgba(30, 30, 30, .8);
   width: 100%;
   height: auto;
   min-height: 88vh;
   text-align: left;
}
.section2 main .txt{

   width: 90%;
   padding: 12vh 5% 5%;
}
.section2 main .txt h1{
   margin: 10px 0px 0px;
}
.section2 main .txt h2{
   margin: 0px 0px 20px;
}
.section2 main .txt p{
   font-weight: 300;
   margin: 20px 0px 20px;
}

.section3{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 88vh;
}
.section3 main{
   color: white;
   width: 100%;
   height:auto;
   text-align: left;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.section3 main h1{
   width: 95%;
   padding-left: 7%;
   text-align: left;
   margin: 10px 0px 0px;
   color: #3d3d3d;
   text-transform: uppercase;
}

.section3 main .item{
   margin: 20px 0px 20px;
   color: white;
   padding-left: 1vh;
   width: 100%;
   height:25vh;
   background: linear-gradient(90deg, rgba(255,147,76,1) 0%, rgba(252,104,111,1) 100%);
   display: flex;
   justify-content: center;
   align-items: center;
}
.section3 main .item .img{
   width: 60%;
   height: 23vh;
}
.section3 main .item .img img{
   width: auto;
   height: 100%;
}
.section3 main .item .txt{
   width: auto;
   text-align: center;
   transform: rotate(90deg);
   height: auto;
}

.section3 main .item .ornamento{
   width: 30%;
   overflow: hidden;
   height: 20vh;
}
.section3 main .item .ornamento img{
   height: 100%;
   width: auto;
   margin-left: 50px;
}







footer{
width: 100%;
height: 30vh;
background: url('../images/SVG/ornamento.svg') no-repeat 75vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
   width: 100%;
   height: 30vh;
   background-image: url('../images/movil/elemento-footer.png');
   background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
   justify-content: flex-start;
   align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 7pt;
color: white;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 550px) {

   h1{
	   letter-spacing: 2px;
	   font-size: 25pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
   h2{letter-spacing: 2px;
	   font-size: 15pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
	   
	   
   p,a,li,input,label,textarea{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13pt;
   }
   button{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15 pt;
   }
   .container {
	   width: auto;
 display: inline-block;
 cursor: pointer;
}

.bar1, .bar2, .bar3 {
 width: 45px;
 height: 3px;
 border-radius: 1.5px;
 background-color: #fff;
 margin: 6px 0;
 transition: 0.4s;
}


.change .bar1 {
 -webkit-transform: rotate(-45deg) translate(-4px, 4px);
 transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
 -webkit-transform: rotate(45deg) translate(-8px, -8px);
 transform: rotate(45deg) translate(-8px, -8px);
}

header{
   position: fixed;

   width: 100%;
   z-index: 9999;
   height: 10vh;
   background-color: #3d3d3d;
   background-image: url('../images/ornamento-menu.png');
   background-size: contain;
   background-position: left center;
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
}
header main{
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
   width: 90%;
   height: 90%;
   padding: 0% 5% 0%;
}
header main .logo{
   padding-left: 20%;
   width: 80%;
   height: 100%;
}
header main .logo img{
   height: 100%;
}

#navMovil{
   transition: all ease-in-out .5s;
   left: -150%;
   margin-top: 10vh;
   color: white;
   width: 100%;
   height: 90vh;
   position: fixed;
   z-index: 9999;
   background-color: rgba(15, 15, 14, 0.8);
   background-image: url('../images/SVG/ornamento.svg');
   background-size: 40vh;
   background-position: -90px center;
   background-repeat: no-repeat;


}
#navMovil main{
   text-align: right;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   width: 90%;
   height: 75vh;
   padding: 0% 5% 0vh;


}
#navMovil main ol li{
   padding: .5vh 0vh .5vh;

}
#navMovil main ol li a{
   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   color: white;
   font-size: 11pt;

}
.section1{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 60vh;
   background-image: url('../images/movil/fondo.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section1 main{
   width: 90%;
   padding: 0% 5% 5%;
   text-align: center;
   display: flex;
   justify-content: flex-start;
   align-items: flex-end;
   flex-wrap: wrap;
}
.section1 main img{
   width: 70%;
   margin: 0 auto;
   

}
.section2{
   width: 100%;
   height: auto;
   min-height: 88vh;
   background-image: url('../images/concretos.jpg');
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section2 main{
   color: white;
   background-color: rgba(30, 30, 30, .8);
   width: 100%;
   height: auto;
   min-height: 88vh;
   text-align: left;
}
.section2 main .txt{

   width: 90%;
   padding: 12vh 5% 5%;
}
.section2 main .txt h1{
   margin: 10px 0px 0px;
}
.section2 main .txt h2{
   margin: 0px 0px 20px;
}
.section2 main .txt p{
   font-weight: 300;
   margin: 20px 0px 20px;
}

.section3{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 88vh;
}
.section3 main{
   color: white;
   width: 100%;
   height:auto;
   text-align: left;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.section3 main h1{
   width: 95%;
   padding-left: 7%;
   text-align: left;
   margin: 10px 0px 0px;
   color: #3d3d3d;
   text-transform: uppercase;
}

.section3 main .item{
   margin: 20px 0px 20px;
   color: white;
   padding-left: 1vh;
   width: 100%;
   height:60vh;
   background: linear-gradient(90deg, rgba(255,147,76,1) 0%, rgba(252,104,111,1) 100%);
   display: flex;
   justify-content: center;
   align-items: center;
}
.section3 main .item .img{
   width: 60%;
   height: 58vh;
}
.section3 main .item .img img{
   width: auto;
   height: 100%;
}
.section3 main .item .txt{
   width: auto;
   text-align: center;
   transform: rotate(90deg);
   height: auto;
}

.section3 main .item .ornamento{
   width: 30%;
   overflow: hidden;
   height: 45vh;
}
.section3 main .item .ornamento img{
   height: 100%;
   width: auto;
   margin-left: 30vh;
}




footer{
width: 100%;
height: 50vh;
background: url('../images/SVG/ornamento.svg') no-repeat 75vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
   width: 100%;
   height: 50vh;
   background-image: url('../images/movil/elemento-footer.png');
   background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
   justify-content: flex-start;
   align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 7pt;
color: white;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   h1{
	   letter-spacing: 2px;
	   font-size: 35pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
   h2{letter-spacing: 2px;
	   font-size: 25pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
	   
	   
   p,a,li,input,label,textarea{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13pt;
   }
   button{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15 pt;
   }
   .container {
	   width: auto;
 display: inline-block;
 cursor: pointer;
}

.bar1, .bar2, .bar3 {
 width: 45px;
 height: 3px;
 border-radius: 1.5px;
 background-color: #fff;
 margin: 6px 0;
 transition: 0.4s;
}


.change .bar1 {
 -webkit-transform: rotate(-45deg) translate(-4px, 4px);
 transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
 -webkit-transform: rotate(45deg) translate(-8px, -8px);
 transform: rotate(45deg) translate(-8px, -8px);
}

header{
   position: fixed;

   width: 100%;
   z-index: 9999;
   height: 10vh;
   background-color: #3d3d3d;
   background-image: url('../images/ornamento-menu.png');
   background-size: contain;
   background-position: left center;
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
}
header main{
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
   width: 90%;
   height: 90%;
   padding: 0% 5% 0%;
}
header main .logo{
   padding-left: 20%;
   width: 80%;
   height: 100%;
}
header main .logo img{
   height: 100%;
}

#navMovil{
   transition: all ease-in-out .5s;
   left: -150%;
   margin-top: 10vh;
   color: white;
   width: 100%;
   height: 90vh;
   position: fixed;
   z-index: 9999;
   background-color: rgba(15, 15, 14, 0.8);
   background-image: url('../images/SVG/ornamento.svg');
   background-size: 40vh;
   background-position: -90px center;
   background-repeat: no-repeat;


}
#navMovil main{
   text-align: right;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   width: 90%;
   height: 75vh;
   padding: 0% 5% 0vh;


}
#navMovil main ol li{
   padding: 1vh 0vh 1vh;

}
#navMovil main ol li a{
   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   color: white;
   font-size: 25pt;

}
.section1{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 60vh;
   background-image: url('../images/movil/fondo.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section1 main{
   width: 90%;
   padding: 0% 5% 5%;
   text-align: center;
   display: flex;
   justify-content: flex-start;
   align-items: flex-end;
   flex-wrap: wrap;
}
.section1 main img{
   width: 70%;
   margin: 0 auto;
   

}
.section2{
   width: 100%;
   height: auto;
   min-height: 88vh;
   background-image: url('../images/concretos.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section2 main{
   color: white;
   background-color: rgba(30, 30, 30, .8);
   width: 100%;
   height: auto;
   min-height: 88vh;
   text-align: left;
}
.section2 main .txt{

   width: 90%;
   padding: 12vh 5% 5%;
}
.section2 main .txt h1{
   margin: 10px 0px 0px;
}
.section2 main .txt h2{
   margin: 0px 0px 20px;
}
.section2 main .txt p{
   font-weight: 300;
   margin: 20px 0px 20px;
}

.section3{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 88vh;
}
.section3 main{
   color: white;
   width: 100%;
   height:auto;
   text-align: left;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.section3 main h1{
   width: 95%;
   padding-left: 7%;
   text-align: left;
   margin: 10px 0px 0px;
   color: #3d3d3d;
   text-transform: uppercase;
}

.section3 main .item{
   margin: 20px 0px 20px;
   color: white;
   padding-left: 1vh;
   width: 100%;
   height:25vh;
   background: linear-gradient(90deg, rgba(255,147,76,1) 0%, rgba(252,104,111,1) 100%);
   display: flex;
   justify-content: center;
   align-items: center;
}
.section3 main .item .img{
   width: 60%;
   height: 23vh;
}
.section3 main .item .img img{
   width: auto;
   height: 100%;
}
.section3 main .item .txt{
   width: auto;
   text-align: center;
   transform: rotate(90deg);
   height: auto;
}

.section3 main .item .ornamento{
   width: 40%;
   overflow: hidden;
   height: 20vh;
}
.section3 main .item .ornamento img{
   height: 100%;
   width: auto;
   margin-left: 15vh;
}



footer{
width: 100%;
height: 30vh;
background: url('../images/SVG/ornamento.svg') no-repeat 75vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
   width: 100%;
   height: 30vh;
   background-image: url('../images/movil/elemento-footer.png');
   background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
   justify-content: flex-start;
   align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 7pt;
color: white;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	   h1{
	   letter-spacing: 2px;
	   font-size: 45pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
   h2{letter-spacing: 2px;
	   font-size: 35pt;
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   }
	   
	   
   p,a,li,input,label,textarea{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13pt;
   }
   button{
	   font-family: neuzeit-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15pt;
   }
   .container {
	   width: auto;
 display: inline-block;
 cursor: pointer;
}

.bar1, .bar2, .bar3 {
 width: 45px;
 height: 3px;
 border-radius: 1.5px;
 background-color: #fff;
 margin: 6px 0;
 transition: 0.4s;
}


.change .bar1 {
 -webkit-transform: rotate(-45deg) translate(-4px, 4px);
 transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
 -webkit-transform: rotate(45deg) translate(-8px, -8px);
 transform: rotate(45deg) translate(-8px, -8px);
}

header{
   position: fixed;

   width: 100%;
   z-index: 9999;
   height: 10vh;
   background-color: #3d3d3d;
   background-image: url('../images/ornamento-menu.png');
   background-size: contain;
   background-position: left center;
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
}
header main{
   display: flex;
   justify-content: center;
   background-repeat: no-repeat;
   align-items: center;
   width: 90%;
   height: 90%;
   padding: 0% 5% 0%;
}
header main .logo{
   padding-left: 50px;
   width: 100%;
   height: 100%;
}
header main .logo img{
   height: 100%;
}

#navMovil{
   transition: all ease-in-out .5s;
   left: -150%;
   margin-top: 10vh;
   color: white;
   width: 100%;
   height: 90vh;
   position: fixed;
   z-index: 9999;
   background-color: rgba(15, 15, 14, 0.8);
   background-image: url('../images/SVG/ornamento.svg');
   background-size: 40vh;
   background-position: -90px center;
   background-repeat: no-repeat;


}
#navMovil main{
   text-align: right;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   width: 90%;
   height: 75vh;
   padding: 0% 5% 0vh;


}
#navMovil main ol li{
   padding: 1vh 0vh 1vh;

}
#navMovil main ol li a{
   font-family: neuzeit-grotesk, sans-serif;
font-weight: 700;
font-style: normal;
   color: white;
   font-size: 25pt;

}
.section1{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 60vh;
   background-image: url('../images/movil/fondo.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section1 main{
   width: 90%;
   padding: 0% 5% 5%;
   text-align: center;
   display: flex;
   justify-content: flex-start;
   align-items: flex-end;
   flex-wrap: wrap;
}
.section1 main img{
   width: 20%;
   margin: 0 auto;
   

}
.section2{
   width: 100%;
   height: auto;
   min-height: 88vh;
background-image: url('../images/concretos.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section2 main{
   color: white;
   background-color: rgba(30, 30, 30, .8);
   width: 100%;
   height: auto;
   min-height: 88vh;
   text-align: left;
}
.section2 main .txt{

   width: 50%;
   padding: 12vh 5% 5%;
}
.section2 main .txt h1{
   margin: 10px 0px 0px;
}
.section2 main .txt h2{
   margin: 0px 0px 20px;
}
.section2 main .txt p{
   font-weight: 300;
   margin: 20px 0px 20px;
}

.section3{
   width: 100%;
   padding-top: 12vh;
   height: auto;
   min-height: 88vh;
   display: flex;
   justify-content: center;
   align-items: center;
}
.section3 main{
   color: white;
   width: 100%;
   height:auto;
   text-align: left;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.section3 main h1{
   width: 95%;
   padding-left: 7%;
   text-align: left;
   margin: 10px 0px 0px;
   color: #3d3d3d;
   text-transform: uppercase;
}

.section3 main .item{
   margin: 20px 20px 20px;
   color: white;
   padding-left: 1vh;
   width: 460px;
   height:220px;
   background: linear-gradient(90deg, rgba(255,147,76,1) 0%, rgba(252,104,111,1) 100%);
   display: flex;
   justify-content: center;
   align-items: center;
}
.section3 main .item .img{
   width: 60%;
   height:200px;
}
.section3 main .item .img img{
   width: auto;
   height: 100%;
}
.section3 main .item .txt{
   width: auto;
   text-align: center;
   transform: rotate(90deg);
   height: auto;
}

.section3 main .item .ornamento{
   width: 30%;
   overflow: hidden;
   height:130px;
}
.section3 main .item .ornamento img{
   height: 100%;
   width: auto;
   margin-left: 50px;
}





footer{
width: 100%;
height: 30vh;
background: url('../images/SVG/ornamento.svg') no-repeat 90vw center , linear-gradient(90deg, rgba(152,224,95,1) 0%, rgba(13,227,172,1) 41%);
background-repeat: no-repeat;

}
footer main{
   width: 100%;
   height: 30vh;
   background-image: url('../images/movil/elemento-footer.png');
   background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: flex;
   justify-content: flex-start;
   align-items: center;
}
footer main .contenidoFooter {
width: 100%;
padding: 0% 5% 0%;
}

footer main .contenidoFooter p{
font-size: 10pt;
color: white;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
   .section3 main .item{
   margin: 20px 2.5% 20px;
   color: white;
   padding-left: 1vh;
   width: 40%;
   height:230px;
   background: linear-gradient(90deg, rgba(255,147,76,1) 0%, rgba(252,104,111,1) 100%);
   display: flex;
   justify-content: center;
   align-items: center;
}
.section3 main .item .img{
   width: 60%;
   height:200px;
}
.section3 main .item .img img{
   width: auto;
   height: 100%;
}
.section3 main .item .txt{
   width: auto;
   text-align: center;
   transform: rotate(90deg);
   height: auto;
}
.section3 main .item .txt p{
   font-size: 20pt;
}

.section3 main .item .ornamento{
   width: 35%;
   overflow: hidden;
   height:180px;
}
.section3 main .item .ornamento img{
   height: 100%;
   width: auto;
   margin-left: 30%;
}
}

.logo-social a
{
   color:white;
   font-family: neuzeit-grotesk, sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 13pt;
}