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

header {
    width: 100%;
    overflow: hidden;
    background-color: rgb(242, 239, 230);
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(94, 94, 94);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(94, 94, 94);
    box-shadow: inset 0px 0px 20px 0px rgba(94, 94, 94);
}

.logo {
    width: 65%;
    overflow: hidden;
    margin: auto;
    /*border: 2px red solid;*/
}

.logofigure {
/*border: 2px red solid;*/
    width: 10%;
    /*height: 150px;*/
    margin-left: 26%;
    margin-bottom: 1%;
}

.contenedor {
    width: 65%;
    border-top: 5px solid #757575;
    margin: auto;
}

.contenedor p {
    margin-bottom: 40px;
}

header nav {
    /*background: rgb(#9A3334);*/
    background: #FDB34A;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-family: 'Roboto', sans-serif;
}

header nav ul {
    list-style: none;
    overflow: hidden;
}

header nav ul li {
    float: left;
    margin-left: 5%;
}

header nav ul li a {
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

header nav ul li a:hover {
    /*background-color: rgb(42, 31, 88);*/
    background: #9A3334;
}

.active {
    /*background-color: rgb(42, 31, 88);*/
    background: #9A3334;
    color: #FFF;
}

#cerrar,
#alternar {
    display: none;
}


/* --- Clase que agregaremos cuando el usuario haga scroll --- */

.menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 65%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
}

.menu-fixed ul li a {
    padding: 15px 20px;
}

.banner {
    height: 380px;
    background: url(../img/materiales.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.leyenda {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0px;
    /*background-color: rgb(#9A3334);*/
    background: #5E5E5E;
}

.conleyenda {
    width: 75%;
    margin: 0 auto;
    border: 2px white solid;
    padding: 25px 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.contienetodo {
    width: 100%;
    margin-top: 2%;
}

.contenpuntosproduc {
    width: 68%;
    margin: 0 auto;
}

.puntos,
.contindex {
    display: inline-block;
    vertical-align: top;
}

.puntos {
    width: 50%;
}

.puntosespecificos {
    text-align: center;
    color: #000;
    margin-top: 5%;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.text_boton {
    color: #9A3334;
    margin-top: 25%;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-align: center;
}


}
.contindex {
    width: 48%;
}
.productos {
    width: 100%;
    text-align: center;
    color: #9A3334;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    margin-top: 1%;
}
.contenproduc {
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
}
.productouno {
    margin: 0 auto;
    background-color: #515a5a;
    width: 80%;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productouno:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.productodos {
    margin: 0 auto;
    margin-top: 2%;
    background-color: #9A3334;
    width: 80%;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productodos:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.productotres {
    background-color: #1b2631;
    margin: 0 auto;
    margin-top: 2%;
    width: 80%;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productotres:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.block {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.medidas {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.especificaciones {
    width: 90%;
    margin-left: 2%;
    margin-top: 2%;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.imgblock {
    width: 100%;
    height: 150px;
    background: url(../img/block.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.imgbobedilla {
    width: 100%;
    height: 150px;
    background: url(../img/bobedilla.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.imgvigas {
    width: 100%;
    height: 150px;
    background: url(../img/vigas.JPG) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*-------------boton servicios----------*/
.boton {
    width: 100%;
}
.button {
    display: inline-block;
    border-radius: 4px;
    /*background: rgb(#9A3334);*/
    background: #9A3334;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 15px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 2%;
    margin-left: 27%;
    margin-bottom: 2%;
}
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.button:hover {
    background-color: #FDB34A;
    color: white;
}
.button:hover span {
    padding-right: 25px;
}
.button:hover span:after {
    opacity: 1;
    right: 0;
}

/*----------------foooter--------------*/
footer {
    height: 50px;
    overflow: hidden;
    width: 100%;
    /*background: rgb(#9A3334);*/
    background: #9A3334;
}
.piecondos {
    width: 100%;
    text-align: center;
    margin-top: 1%;
}
.dtcdos {
    text-align: center;
    font-size: 18px;
    font-family: helvetica;
    color: white;
}
.petruspie {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    color: black;
}

/*------------------ir-arriba-------------*/
.ir-arriba {
    display: none;
    padding: 20px;
    /*background-color: rgb(42, 31, 88);*/
    background: #9A3334;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*-------------------------quienes somos---------------------*/
.contnosotros {
    width: 100%;
}
.nosotros {
    background: #fff;
    text-align: center;
    padding: 10px;
    width: 21%;
    margin: 0 auto;
    font-size: 55px;
    color: #9A3334;
    font-family: 'Oswald', sans-serif;
}
.bannerdos {
    width: 100%;
    height: 380px;
    background: url(../img/nos.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.descriptiondos {
    width: 35%;
    background-color: rgba(154, 51, 52, 0.8);
    /*background: #9A3334;*/
    color: #fff;
    padding: 20px;
    position: absolute;
    margin-left: 4%;
    margin-top: 3%;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.botonnosotros {
    width: 100%;
    margin-top: 22%;
}
.buttonnosotros {
    display: inline-block;
    border-radius: 4px;
    /*background: rgb(#9A3334);*/
    background: #9A3334;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 15px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin-left: 46%;
}
.buttonnosotros span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.buttonnosotros span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.buttonnosotros:hover {
    background-color: #FDB34A;
    color: white;
}
.buttonnosotros:hover span {
    padding-right: 25px;
}
.buttonnosotros:hover span:after {
    opacity: 1;
    right: 0;
}
.bannertres {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.contenmvv {
    text-align: center;
    width: 78%;
    margin: 0 auto;
    margin-top: 3%;
}
.mi {
    width: 30%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.cabeza_mision {
    width: 100%;
    color: #9D1916;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 25px;
    padding: 5px 0px 5px 0px;
}
.texto_mision {
    width: 100%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
}
.bannercuatro {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #abb2b9;
}

/*------------------valores acordeon-----------------*/
.valor {
    background: #fff;
    text-align: center;
    padding: 10px;
    width: 21%;
    margin: 0 auto;
    font-size: 30px;
    color: #9D1916;
    font-family: 'Oswald', sans-serif;
}
div#body {
    margin: 40px auto;
    width: 600px;
    min-height: 50px;
    background-color: red;
    overflow: hidden;
    border-radius: 5px;
}
div.subapartado {
    width: 600px;
    min-height: 50px;
    background-color: green;
    -webkit-transiton: height 0.2s;
}
div.titulo {
    width: 600px;
    height: 50px;
    background-color: #9A3334;
    overflow: hidden;
    border-bottom: 1px solid #39f58f;
}
p.titulo {
    margin: 13px;
    color: white;
    font-size: 17px;
}
div.info {
    width: 600px;
    height: 0px;
    background-color: #f5f5f5;
    overflow: hidden;
    -webkit-transition: height 0.2s;
}
p.info {
    margin: 20px;
    text-align: center;
    color: #4f4f4f;
    font-size: 17px;
}
div.subapartado:hover div.info {
    height: 50px;
}

/*---------------------productos---------------*/
.sectionproductos {
    width: 100%;
}
.lema {
    text-align: center;
    background: #fff;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    color: #9A3334;
    font-family: 'Oswald', sans-serif;
}

/*---------------------*******-------------------*/
.contenproducc {
    width: 70%;
    margin: 0 auto;
    margin-top: 2%;
}
.productounoo {
    vertical-align: top;
    display: inline-block;
    margin-left: 2%;
    width: 30%;
    background-color: #515a5a;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productounoo:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.productodoss {
    vertical-align: top;
    display: inline-block;
    margin-left: 2%;
    width: 30%;
    background-color: #9A3334;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productodoss:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.productotress {
    vertical-align: top;
    display: inline-block;
    margin-left: 2%;
    width: 30%;
    background-color: #1b2631;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productotress:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.block {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.imgblock {
    width: 100%;
    height: 150px;
    background: url(../img/block.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.imgbobedilla {
    width: 100%;
    height: 150px;
    background: url(../img/bobedilla.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.imgvigas {
    width: 100%;
    height: 150px;
    background: url(../img/vigas.JPG) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.productocuatro {
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    background-color: #FDB34A;
    width: 30%;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productocuatro:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.productocinco {
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    background-color: #424949;
    width: 30%;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productocinco:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.productoseis {
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    background-color: #5f6a6a;
    width: 30%;
    height: 350px;
    position: relative;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
}
.productoseis:hover {
    transform: scale(1, 1) rotate(20deg);
    -moz-transform: scale(1, 1) rotate(20deg);
    -o-transform: scale(1, 1) rotate(20deg);
    -ms-transform: scale(1, 1) rotate(20deg);
    -webkit-transform: scale(1, 1) rotate(20deg);
    background-color: #4d5656;
}
.imgagregado {
    width: 100%;
    height: 150px;
    background: url(../img/agragados.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.imgconcreto {
    width: 100%;
    height: 150px;
    background: url(../img/concreto-premezclado.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.imgaceros {
    width: 100%;
    height: 150px;
    background: url(../img/cables.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*-----------------------*****-------------------------*/

/**************Inicia Contacto*********************/
.contencontac {
    width: 100%;
}
.img-fondo {
    width: 100%;
}
.contacto {
    background: #fff;
    text-align: center;
    padding: 10px;
    width: 21%;
    margin: 0 auto;
    font-size: 55px;
    color: #9A3334;
    font-family: 'Oswald', sans-serif;
}
.contenformudatos {
    width: 100%;
    margin-top: 5%;
}
.datos,
.formulario {
    display: inline-block;
    vertical-align: top;
}
.formulario {
    width: 40%;
    margin-left: 10%;
}
.contactoo {
    width: 100%;
    border: 1px solid #CED5D7;
    border-radius: 6px;
    padding: 15px 15px 20px;
    background-color: white;
    box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}
.contactoo label {
    display: block;
    font-weight: bold;
}
.contactoo div {
    margin-bottom: 15px;
    width: 100%;
}
.contactoo input[type='text'],
.contactoo textarea {
    padding: 7px 6px;
    width: 100%;
    border: 1px solid #CED5D7;
    resize: none;
    box-shadow: 0 0 0 3px #EEF5F7;
    margin: 5px 0;
}
.contactoo input[type='text']:focus,
.contactoo textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px #dde9ec;
}
.contactoo input[type='submit'] {
    border: 1px solid #CED5D7;
    box-shadow: 0 0 0 3px #EEF5F7;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: #9A3334;
}
.contactoo input[type='submit']:hover {
    /*background: rgb(42, 31, 88);*/
    background: #FDB34A;
}
.contactoo input[type='submit']:active {
    background: rgb(42, 31, 88);
}
.datos {
    width: 40%;
}
.direccion {
    width: 100%;
    text-align: center;
}
.texto-direccion .dir-text {
    text-align: center;
    display: inline-block;
    width: 85%;
    text-align: left;
    margin: 10px 0px;
}
.dir-text div {
    margin: 10px 0px;
    font-weight: bold;
    color: #9A3334;
}
.ubicanos {
    margin-top: 15%;
    width: 100%;
    text-align: center;
}
.ubicanos a {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: rgb(#9A3334);
    border-radius: 6px;
}
.ubicanos a:hover {
    color: #fff;
    background: rgb(42, 31, 88);
}
#popup {
    visibility: hidden;
    opacity: 0;
    margin-top: -300px;
}
#popup:target {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.popup-contenedor {
    position: relative;
    margin: 7% auto;
    padding: 30px 50px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 50%;
}
a.popup-cerrar {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #333;
    padding: 7px 10px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}
.popup-contenedor p {
    /*outline: 2px red solid;*/
}
.popup-contenedor p iframe {
    width: 100%;
    height: 400px;
}

/*************Termina contacto***********/
