* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'open sans';
}



.contenedor {
   /* padding: 60px 0;*/
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}


.titulo {
    padding-top: 19%;
    color: #848486;
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
}


/* Header */

header {
    width: 100%;
    height: 800px;
    background: #bc4e9c;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(250, 24%, 6%, 0.7), hsla(350, 100%, 0%, 0.41)), url(../img/Vehicles_gray.png);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(250, 24%, 6%, 0.7), hsla(350, 100%, 0%, 0.41)), url(../img/Vehicles_gray.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

 .logo-sia-menu{
        float: left;
        width: 5%;
        padding-left: 18px;
        display:inline-block;
    }

.logo-sia-br {
        padding-top: 2%;
        width: 12%;
        }

.logo-sia-menu:hover{
}




.main-text{
    width:40%;
}

nav{
    background-color: rgba(0, 0, 0, 0.41);
    text-align: right;
    padding: 20px 50px 20px 0;
}

nav > a{
    color:#fff;
    font-weight: 300;
    text-decoration: none;
    margin-right: 34px;
}

nav > a:hover{
    text-shadow: 0 0 5px #fff;
}

.activated {

    font-weight: 500;
    color:#e83431;
}

a.activated:hover {
    text-shadow: 0 0 0px #e83431;
}

header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 30px;
    color:#fff;
}

.textos-header h2{
    font-size: 20px;
    font-weight: 300;
    color:#fff;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}




/* ABOUT SERVICE */

.about-services{
    background: #f2f2f2;
    padding-bottom: 60px;
}


.servicio-cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.servicio-cont-2{
    display:flex;
    justify-content: space-between;
    align-items: center;
}


.servicio-ind{
    color:#848486;
    width: 28%;
    text-align: center;
}

.servicio-ind img{
    width: 40%;
}

.servicio-ind h3{
    margin: 10px 0;
}

.servicio-ind p{
    font-weight: 300;
    /*text-align: justify;*/
}

.servicio-bro-top{
    width: 28%;
    text-align: center;
}

.servicio-bro-top img{
    width: 50%;
}

.servicio-bro-top h3{
    margin: 10px 0;
}

.servicio-bro-top p{
    font-weight: 300;
    text-align: justify;
}


.servicio-bro-bot{
    width: 28%;
    text-align: center;
}

.servicio-bro-bot img{
    padding-top: 110%;
    width: 50%;
}

.servicio-bro-bot h3{
    margin: 10px 0;
}

.servicio-bro-bot p{
    font-weight: 300;
    text-align: justify;
}

.svgIcons {
    padding-top: 6%;
}

.text-service {
    font-size:20px;
}



/* ABOUT US */

.brochures {
    width:9%;   
}

.brochures-b {
    width:8%;   
}

.info-us {
    padding-left: 20%!important;
    width: 90%;
}

.info-us b {
    color:#ed1c26;
}

.info-us-2 {
    padding-left: 5%!important;
    width: 90%;
}

.brochure-bot-fix {
    float: right;
}

.brochure-bot-fix-2 {
    float: right;
    margin-right: 5%;
    padding-bottom: 5%;
}

.brochure-top-fix{
    margin-left: 5%;
    padding-top: 30%;
}

.brochure-top-fix-2{
    margin-left: 0%;
    padding-top: 30%;
}

main .sobre-nosotros{
    padding: 0px 0 0px 0;
}
.contenedor-sobre-nosotros{
    display: flex;
    /*justify-content: space-evenly;*/
}

.imagen-about-us{
    width: 50%;
}

.imagen-contact-right{
    width: 50%;
}

.contenido-textos h3{
    margin-bottom: 15px;
}

.contenido-textos h3 span{
    background: #4d0686;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}

.titulo-about-us {
    padding-bottom: 3%;
    text-align: center;
    color: #ed1c26;
}

.sobre-nosotros .contenido-textos .contenido-contacto{
    width: 48%;
}



/* MEJORAR */
    
    .servicio-mejorar{
   
    }

    .mejorar{
    background: #ed1c26;
    padding-bottom: 2%;
    }

    .contenedor-mejorar {
   /* padding: 60px 0;*/
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    }

    .contenedor-mejorar-2 {
   /* padding: 60px 0;*/
    width: 100%;
    max-width:;
    margin: auto;
    overflow: hidden;
}

    .titulo-mejorar {
    padding-top: 2%;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0%;
}

/* PORTAFOLIO */

    .text-me {
    font-weight:bold;
    color: #ed1c26;
    font-size: 20px;
    padding-top: 5%;
    padding-bottom: 2%;
  /*position: absolute;*/
    bottom: 8px;
    width: 100%;
    Text-align: center;
    padding-left: 7%;
    padding-right: 7%;
    }

    .portafolio{
    background: #494949;
}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port{
    width: 33%;
    margin-bottom: 0%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
   /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);*/
}

.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: hsla(0, 0%, 95%, 0.7);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria img{
    width: 50px;
}

.text-sobre-galeria{
    font-size: 14px;
    color: #605e5f;
    font-weight:500;
    padding-left: 7%;
    padding-right: 7%;
}

.text-sobre-galeria b {
    color:#6f6d70;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}

ul {
  list-style-position: outside;
}

.sobre-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: hsla(0, 0%, 95%, 0);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sobre-galeria img{
    width: 25%;
}

.sobre-galeria p{
    font-size: 18px;
    color: white;
    font-weight:500;
}

.imagen-port:hover .sobre-galeria{
    transform: scale(0);
}


/* CONTACTO */

.contenido-contacto{
    background-color:#ee2227;
    }


.contenido-contacto h3{
    margin-bottom: 15px;
}

.contenido-contacto h3 span{
    background: #4d0686;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}

.contenedor-contact {
   /* padding: 60px 0;*/
    width: 100%;
    margin: auto;
    overflow: hidden;
}


.info-contacto {
    padding-left: 20%!important;
    width: 79%;
    font-size: 20px;
    color:white;
    /*padding: 0px 0px 30px 15px;*/
    font-weight: 300;
    text-align: center;
}

.info-contacto-2 {
    width: 79%;
    font-size: 20px;
    color:white;
    font-weight: 300;
    text-align: left;
}


.brochure-top-contact {
    margin-left: 6%;
    padding-top: 2%;
    padding-bottom: 1%
    }


.titulo-contacto {
    padding-top:10%;
    padding-bottom: 3%;
    text-align: center;
    color: white;
    font-size: 38px;
}

.contacts{
  
}

.contacts .contact{
    display: flex;
    /*align-items: center;*/
    justify-content: space-evenly;
}

.contacts .img-contact{
    width: 4%;
    height:2%;
    object-fit: cover;
    display: block;
    padding-top: 2%;
}

.img-contact-2{
    width: 4%;
    height:2%;
    object-fit: cover;
    display: block;
    padding-top: 1%;
}

.contacts .contact > .contenido-texto-contact{
    width: 73%;
    color: #fff;
}

.contacts .contact > .contenido-texto-contact p{
    font-weight: 300;
    padding-top: 5px;
}

.contact-data {
    padding-top:13%;
    padding-bottom: 6%;
}

/* FOOTER */

.footer-sia{
    background: #212121;
    padding-bottom: 4%;
}

.contenedor-sia {
   /* padding: 60px 0;*/
   padding-right:5%;
   padding-left:5%;
    width: 100%;
    max-width: 7100%;
    margin: auto;
    overflow: hidden;
}

.footer-sia-cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.footer-sia-images {
    padding-top: 3%;
}

.footer-sia-ind{
    color:#848486;
    width: 28%;
    text-align: center;
}

.footer-sia-ind img{
    width: 26%;
}

.footer-sia-ind h3{
    margin: 10px 0;
}

.footer-sia-ind p{
    text-align: left;
    font-weight: 300;s
    /*text-align: justify;*/
}


.footer-sia-cie{
    color:#848486;
    width: 28%;
    text-align: left;
}

.footer-sia-cie img{
    width: 64%;
}

.footer-sia-cie h3{
    margin: 10px 0;
}

.footer-sia-cie p{
    font-weight: 300;
    text-align: left;
    /*text-align: justify;*/
}

.footer-text {
    color: white;
    font-size:11px;
}

.footer-text-cie {
    color: white;
    font-size:9px;
}

/* Carousel */

* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    background-color:#f2f2f2;
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #e83431;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    font-weight:bold;
    color: #ed1c26;
    font-size: 20px;
    padding-top: 5%;
    padding-bottom: 2%;
  /*position: absolute;*/
    bottom: 8px;
    width: 100%;
    Text-align: center;
}

.text-2 {
  color: #808082;
  font-size: 15px;
  padding: 10px 100px;
  padding-bottom:6%;
  /*position: absolute;*/
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot-background {
    background-color:#f2f2f2;
}

.active, .dot:hover {
  background-color: #ed1c26;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



@media screen and (max-width:900px){

    .main-text {
    width: 70%;
    }

    .logo-sia-menu {
    float: left;
    width: 11%;
    padding-left: 18px;
    display: inline-block;
}

    .logo-sia-br {
    padding-top: 3%;
    width: 18%;
    }

    header{
        background-position: center;
    }


    /* ABOUT SERVICE */

    .servicio-cont{
        justify-content: center;
        flex-direction: column;
    }

    .servicio-cont-2{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }

    .servicio-bro-top img {
    padding-bottom: 133%;
    width: 50%;
    }

    .servicio-bro-bot img {
    padding-top: 68%;
    width: 50%;
    }

    .brochure-bot-fix-2 {
    margin-bottom: 8%;
    float: right;
    margin-right: 5%;
    }

    .titulo {
    padding-top: 6%;
    color: #848486;
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
    }

    .servicio-ind{
        width: 50%;
        text-align: center;
    }

    .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){
        margin-bottom: 60px;
    }

    .servicio-ind img{
        width: 55%;
    }
   

    /* ABOUT US */

    .contenedor-sobre-nosotros{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sobre-nosotros .contenido-textos .contenido-contacto{
        width: 90%;
    }

    .imagen-about-us{
        width: 100%;
    }

    .imagen-contact-right{
    width: 100%;
    }

    .brochure-top-fix {
    margin-left: 5%;
    padding-top: 12%;
    }

    .brochure-top-fix-2 {
    margin-left: 5%;
    padding-top: 7%;
    }

    .brochure-bot-fix {
    float: right;
    margin-right: 5%;
    }

    .text-service {
    font-size:30px;
    }
    
    .info-us {
    padding-left: 16%!important;
    width: 90%;
    }

    .info-us-2 {
    padding-left: 16%!important;
    width: 90%;
    }

    /* PORTAFOLIO */

    .imagen-port {
    width: 100%;
    }


    .text-me {
    font-weight: bold;
    color: #ed1c26;
    font-size: 37px;
    padding-top: 5%;
    padding-bottom: 2%;
    /* position: absolute; */
    bottom: 8px;
    width: 100%;
    Text-align: center;
    }

    .text-sobre-galeria {
    font-size: 23px;
    color: #605e5f;
    font-weight: 500;
    padding-left: 7%;
    padding-right: 7%;
    }

    /* CONTACT */

    .contacts{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contacts .contact{
        width: 90%;
    }

    .contacts .contact:first-child{
        margin-bottom: 30px;
    }


    /* FOOTER SIA */

.footer-sia{
    background: #212121;
    padding-bottom: 4%;
}

.contenedor-sia {
   /* padding: 60px 0;*/
   padding-right:5%;
   padding-left:5%;
    width: 100%;
    max-width: 7100%;
    margin: auto;
    overflow: hidden;
}

.footer-sia-cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.footer-sia-images {
    padding-top: 3%;
}

.footer-sia-ind{
    color:#848486;
    width: 28%;
    text-align: center;
}

.footer-sia-ind img{
    width: 43%;
}

.footer-sia-ind h3{
    margin: 10px 0;
}

.footer-sia-ind p{
    text-align: left;
    font-weight: 300;s
    /*text-align: justify;*/
}


.footer-sia-cie{
    color:#848486;
    width: 28%;
    text-align: left;
}

.footer-sia-cie img{
    width: 64%;
}

.footer-sia-cie h3{
    margin: 10px 0;
}

.footer-sia-cie p{
    font-weight: 300;
    text-align: left;
    /*text-align: justify;*/
}

.footer-text {
    color: white;
    font-size:6px;
}

.footer-text-cie {
    color: white;
    font-size:5px;
}
}

@media screen and (max-width:500px){

   .logo-sia-menu{
        float: left;
        width: 25%;
        padding-left: 18px;
        display:inline-block;
    }

    .logo-sia-br {
    padding-top: 5%;
    width: 30%;
    }

    .main-text{
    width:80%;
    }

    nav{
        text-align: center;
        padding: 20px 0 20px 0;
    }

    nav > a{
        margin-right: 5px;
    }

    .textos-header h1{
        font-size: 20px;


    }

    .textos-header h2{
        font-size: 15px;
    }

    /* ABOUT SERVICE */

     .servicio-cont-2{
        justify-content: center;
        flex-direction: column;
    }

    .servicio-ind img {
    width: 80%;
    }

    .servicio-bro-top img {
    padding-bottom: 0%;
    width: 50%;
    }

    .servicio-bro-bot{
    width: 28%;
    text-align: center;
        }

    .servicio-bro-bot img{
    padding-top: 0%;
    width: 50%;
        }

    .servicio-bro-bot h3{
    margin: 10px 0;
    }

    .servicio-bro-bot p{
    font-weight: 300;
    text-align: justify;
    }

     .titulo {
    padding-top: 6%;
    color: #848486;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    }

    .text-service {
    font-size: 22px;
    }

    /* ABOUT US */

    main .sobre-nosotros{
    padding: 0px 0 0px 0;
    }

    .imagen-about-us{
        margin-bottom: 0px;
        width: 100%;
    }

    .imagen-contact-right{
    width: 100%;
    }

    .sobre-nosotros .contenido-textos .contenido-contacto{
        width: 95%;
    }
   
    .brochure-top-fix {
    padding-top: 10%;
    }

    .brochure-top-fix-2 {
    margin-left: 0%;
    padding-top: 7%;
    }


    .info-us {
    padding-left: 16%!important;
    width: 90%;
    }

    .brochure-bot-fix-2 {
    float: right;
    margin-right: 5%;
    padding-bottom:5%;
    }


    /* PORTAFOLIO */

    .text-me {
    font-weight: bold;
    color: #ed1c26;
    font-size: 22px;
    padding-top: 5%;
    padding-bottom: 2%;
    bottom: 8px;
    width: 100%;
    Text-align: center;
    }

    .text-sobre-galeria {
    font-size: 11px;
    color: #605e5f;
    font-weight: 500;
    padding-left: 7%;
    padding-right: 7%;
    }

    .imagen-port{
        width: 95%;
    }

    /* CONTACT */

    .contacts{
  
}

.contacts .contact{
    display: flex;
    /*align-items: center;*/
    justify-content: space-evenly;
    width: 100%;
}

.contacts .img-contact{
    width: 7%;
    height:2%;
    object-fit: cover;
    display: block;
    padding-top: 7%;
}

.img-contact-2{
    width: 9%;
    height:2%;
    object-fit: cover;
    display: block;
    padding-top: 1%;
}

.contacts .contact > .contenido-texto-contact{
    width: 73%;
    color: #fff;
}

.contacts .contact > .contenido-texto-contact p{
    font-weight: 300;
    padding-top: 5px;
}

.contact-data {
    padding-top:17%;
    padding-bottom: 6%;
}


    /* FOOTER SIA */

.footer-sia{
    background: #212121;
    padding-bottom: 3%;
}

.contenedor-sia {
   /* padding: 60px 0;*/
   padding-right:5%;
   padding-left:5%;
    width: 100%;
    max-width: 7100%;
    margin: auto;
    overflow: hidden;
}

.footer-sia-cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.footer-sia-images {
    padding-top: 3%;
}

.footer-sia-ind{
    color:#848486;
    width: 28%;
    text-align: center;
}

.footer-sia-ind img{
    width: 70%;
}

.footer-sia-ind h3{
    margin: 10px 0;
}

.footer-sia-ind p{
    text-align: left;
    font-weight: 300;s
    /*text-align: justify;*/
}


.footer-sia-cie{
    color:#848486;
    width: 28%;
    text-align: left;
}

.footer-sia-cie img{
    width: 100%;
}

.footer-sia-cie h3{
    margin: 10px 0;
}

.footer-sia-cie p{
    font-weight: 300;
    text-align: left;
    /*text-align: justify;*/
}

.footer-text {
    color: white;
    font-size:4px;
}

.footer-text-cie {
    color: white;
    font-size:2px;
}
    }