.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.celular {
    display: none;
}

body {
    padding: 0;
    margin: 0;
    background-color: white;
}

.page-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: 'Bevan', cursive;
    font-weight: 100;
    color: white;
    font-size: 30px;
    line-height: 5px;
    padding-left: 10px;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    color: #A82121;
    font-size: 25px;
    padding-left: 10px;
    line-height: 28px;
}

h3 {
    font-family: 'Kristi', cursive;
    font-weight: 100;
    color: #A27F42;
    font-size: 33px;
    padding-left: 5px;
    margin-top: 0px;
}

h4 {
    margin-top: -5px;
    margin-bottom: 1px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    color: black;
    font-size: 20px;
    padding-left: 5px;
}

p {
    font-family: 'Raleway', sans-serif;
    color: black;
    font-size: 14px;
    padding-left: 12px;
    line-height: 1.7em;
    text-indent: 5px;
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}

.boton1 {
    width: 200px;
    text-align: center;
    height: 40px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 19;
    -moz-border-radius: 19;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 18px;
    background: #d13a3a;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.boton1:hover {
    background: #f55656;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.clear {
    clear: both;
}

.pie {
    color: white;
    font-size: 20px;
}

.slide-moviles {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .slides-container {
        width: 100%;
        display: none;
    }
    .slide-moviles {
        display: block;
        width: 366px;
        height: auto;
    }
    .slide-moviles img {
        width: 100%;
    }
}


/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
    padding-left: 0px;
    padding-right: 0px;
}


/* Custom page header */

.header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
    background-color: white;
}

.navbar-header {
    height: 100px;
    margin-left: 32px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.navbar-nav a {
    color: white;
    text-decoration: none;
}

.navbar-nav li {
    display: block;
    margin-left: 5px;
}

#contacto-header {
    width: 500px;
    float: right;
    background-color: none;
}

.datos-contacto-header {
    margin-top: 10px;
    width: 400px;
    float: left;
    background-color: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 0;
    font-size: 18px;
    color: lightsteelblue;
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #BF2C39;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* Make the masthead heading the same height as the navigation */

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}


/* Main slide */

.slides {
    width: 500px
}

.slide-shadow {
    width: 1074px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
}


/* Custom page container */

.main-container {
    min-width: 960px;
    height: auto;
}

.wrapper-secciones {
    width: 1162px;
    margin-left: auto;
    margin-right: auto;
}

.seccion1 {
    width: 750px;
    height: auto;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 50px;
    padding-top: 10px;
    /*border-style: solid;
    border-color: blue;
    border-width: 4px;*/
}

.seccion1-izquierda {
    float: left;
    width: 350px;
    height: auto;
    margin: 10px;
    font-family: 'Raleway', sans-serif;
    color: black;
    text-align: right;
    font-size: 23px;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: thin;
    margin-right: 10px;
    padding-right: 10px;
}

.seccion1-derecha {
    float: left;
    width: 350px;
    height: auto;
    margin: 10px;
    font-family: 'Raleway', sans-serif;
    color: #CF432E;
    text-align: left;
    font-size: 14px;
}

.seccion2 {
    clear: both;
    width: 100%;
    min-width: 1162px;
    min-height: 190px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.seccion2-wrapper {
    width: 1112px;
    margin-left: auto;
    margin-right: auto;
}

.titulo-wrapper {
    height: 20px;
    width: 915px;
    margin-left: auto;
    margin-right: auto;
}

.linea-titulo {
    float: left;
    width: 200px;
    height: 20px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: medium;
    margin-left: 10px;
    margin-right: 10px;
}

.seccion2-titulo {
    float: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    color: black;
    padding-bottom: 4px;
}


/*SECCION EQUIPOS*/

#equipos-wrap {
    background-color: none;
    width: 90%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

#navbar-equipos {
    background-color: none;
    width: 50%;
    height: 60;
    margin-left: auto;
    margin-right: auto;
}

#navbar-equipos li {
    font-family: 'Oswald', sans-serif;
    font-weight: 0;
    font-size: 20px;
    text-align: center;
    color: black;
    display: inline;
    padding-left: 10px;
    cursor: pointer;
}

.tipo-equipo {
    color: #B44D4D;
}

.equipos-item-wrap {
    background-color: none;
    width: 90%;
    height: 200;
    margin-left: auto;
    margin-right: auto;
}

.equipos-item {
    font-family: 'Oswald', sans-serif;
    font-weight: 0;
    font-size: 15px;
    color: black;
    width: 21%;
    height: 200;
    margin-right: 30px;
    float: left;
    border-top-color: #4A3F5A;
    border-top-style: solid;
    border-top-width: medium;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 5px 5px #E3E3E3;
}

.escondido {
    display: none;
    visibility: hidden;
}

.visible {
    display: block;
    visibility: visible;
}

.equipos-descripcion-wrap {
    font-family: 'Oswald', sans-serif;
    font-weight: 0;
    font-size: 15px;
    color: black;
    background-color: none;
    width: 80%;
    height: 200;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-top-color: black;
    border-top-width: medium;
    border-top-style: dotted;
}

.equipos-descripción-titulo {
    font-size: 30px;
}

.equipos-descripción-subtitulo {
    font-size: 22px;
}

.equipos-descripción-datos {
    font-size: 16px;
    padding-top: 10px;
    text-indent: 10px;
}

.equipos-descripción-detalle {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding-bottom: 4px;
    text-indent: 10px;
}

.boton-consulta {
    color: white;
    width: 71px;
    height: 40px;
    background-color: #C4BFC7;
    margin-top: 20px;
    margin-left: 500px;
    padding: 7px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.boton-consulta:hover {
    color: white;
    width: 71px;
    height: 40px;
    background-color: #57606F;
    margin-top: 20px;
    margin-left: 500px;
    padding: 7px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/*SECCION ALQUILER*/

.bloque-izq-wrap {
    background-color: none;
    width: 400px;
    height: 1000px;
    float: left;
}

.alq-bloq-izq {
    margin-top: 30px;
    background-color: none;
    width: 27%;
    min-width: 450px;
    height: 200;
    margin-left: 5%;
    float: left;
}

.alq-bloq-der {
    margin-top: 10px;
    background-color: none;
    width: 30%;
    min-width: 300px;
    height: 200;
    margin-left: 15px;
    float: left;
    border-left-color: black;
    border-left-style: dotted;
    border-left-width: thin;
}


/*SECCION INSUMOS*/

.ins-bloq-der {
    margin-top: 10px;
    background-color: none;
    width: 40%;
    height: 200;
    margin-left: 5%;
    float: left;
    border-left-color: black;
    border-left-style: dotted;
    border-left-width: thin;
}

.insumos-item-wrap {
    margin-top: 10px;
    background-color: #F9F5C3;
    width: 150;
    height: 200;
    margin-left: 5%;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    float: left;
    -webkit-box-shadow: 0 0 5px 5px #E3E3E3;
    box-shadow: 0 0 5px 5px #E3E3E3;
}

.ul-insumos {
    margin-left: -20px;
}

.lista-insumos {
    color: black;
}


/*SECCION CONTACTO*/

.datos-contacto-wrap {
    margin-top: 10px;
    background-color: #D2E5F0;
    width: 413px;
    height: 150;
    margin-left: 31px;
    margin-bottom: 80px;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 5px #E3E3E3;
    box-shadow: 0 0 5px 5px #E3E3E3;
}

.datos-contacto {
    font-family: 'Oswald', sans-serif;
    font-weight: 0;
    font-size: 20px;
    color: #506F75;
    color: black;
}

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


/* Custom page footer */

.footer {
    width: 100%;
    height: 262px;
    padding-top: 30px;
    color: #777;
    border-top: 1px solid #e5e5e5;
    background-color: #362d43;
    clear: both;
    border-top-color: red;
    border-top-width: thick;
    background: rgba(60, 49, 77, 1);
    background: -moz-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60, 49, 77, 1)), color-stop(100%, rgba(24, 15, 38, 1)));
    background: -webkit-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
    background: -o-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
    background: -ms-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
    background: linear-gradient(to right, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c314d', endColorstr='#180f26', GradientType=1);
}

.footer-izquierda {
    float: left;
    background-color: none;
    width: 400px;
    margin-left: 80px;
}

.footer-derecha {
    float: left;
    background-color: none;
    width: 600px;
    height: auto;
    margin-left: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: white;
}

.footer-derecha ul li {
    list-style-type: none;
    padding-bottom: 10px;
}

.footer-container {
    padding-top: 60px;
    font-size: 30px;
    color: white;
}

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

.container-narrow>hr {
    margin: 30px 0;
}


/* Main marketing message and sign up button */

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}


/* Supporting marketing content */

.marketing {
    margin: 40px 0;
}


/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    .esconderenpc {
        display: none;
    }
    .container {
        width: 100%;
    }
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 0px;
        clear: both;
        display: inline-block;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
    #cssmenu {
        margin-top: 10px;
        width: auto;
        padding-bottom: 0px;
        background-color: #4a3f5a;
        float: left;
        width: 100%;
    }
    #cssmenu ul {
        width: 637px;
        margin-left: auto;
        margin-right: auto;
        list-style: none;
        padding: 0;
        line-height: 1;
        display: block;
        zoom: 1;
    }
    #cssmenu ul li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    #cssmenu.align-right ul li {
        float: right;
    }
    #cssmenu.align-center ul {
        text-align: center;
    }
    #cssmenu ul li a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 15px 6px;
        font-family: 'Oswald', sans-serif;
        font-weight: 100;
        font-size: 16px;
        position: relative;
        -webkit-transition: color .25s;
        -moz-transition: color .25s;
        -ms-transition: color .25s;
        -o-transition: color .25s;
        transition: color .25s;
    }
    #cssmenu ul li a:hover {
        color: #F55656;
    }
    #cssmenu ul li.active a {
        color: white;
    }
}

@media screen and (max-width: 768px) {
    .esconderencelular {
        display: none;
    }
    .page-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .slides-container {
        display: none;
        visibility: hidden;
    }
    .navbar-brand {
        width: 100px;
    }
    #contacto-header {
        width: 100%;
        background-color: none;
    }
    .datos-contacto-header {
        margin-top: 0px;
        margin-left: -40px;
        width: 100%;
        min-width: 350px;
        text-align: center;
        background-color: none;
        font-family: 'Oswald', sans-serif;
        font-weight: 0;
        font-size: 15px;
        color: lightsteelblue;
        list-style-type: none;
    }
    #cssmenu {
        margin-top: 85px;
        width: 100%;
        height: 186px;
        padding-bottom: 14px;
        background-color: #4a3f5a;
    }
    #cssmenu ul {
        margin-left: -20px;
        margin-left: -20px;
    }
    #cssmenu ul li {
        color: #ffffff;
        float: none;
        list-style-type: none;
    }
    #cssmenu ul li a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 3px 12px;
        font-family: 'Oswald', cursive;
        font-weight: 100;
        text-align: center;
        font-size: 16px;
        position: relative;
        -webkit-transition: color .25s;
        -moz-transition: color .25s;
        -ms-transition: color .25s;
        -o-transition: color .25s;
        transition: color .25s;
    }
    #cssmenu ul li a:hover {
        color: #F55656;
    }
    #cssmenu ul li.last>a,
    #cssmenu ul li:last-child>a {
        border: 0;
    }
    #cssmenu ul li a:after {
        display: none;
    }
    #cssmenu ul li a:before {
        display: none;
    }
    .slide-shadow {
        display: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -60px;
    }
    .seccion1 {
        width: 90%;
        height: auto;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        margin-top: 50px;
        padding-top: 10px;
        /*border-style: solid;
    border-color: blue;
    border-width: 4px;*/
    }
    .seccion1-izquierda {
        width: auto;
        height: auto;
        margin: 10px;
        font-family: 'Raleway', sans-serif;
        color: black;
        text-align: center;
        font-size: 23px;
        border-top-style: solid;
        border-top-color: black;
        border-top-width: thin;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-bottom-width: thin;
        border-left-style: solid;
        border-left-color: black;
        border-left-width: thin;
        margin-right: 10px;
        padding-right: 10px;
    }
    .seccion1-derecha {
        display: none;
        float: left;
        width: 350px;
        height: auto;
        margin: 10px;
        font-family: 'Raleway', sans-serif;
        color: #CF432E;
        text-align: left;
        font-size: 14px;
    }
    .seccion2 {
        clear: both;
        width: 90%;
        min-width: 400px;
        min-height: 190px;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }
    .seccion2-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .titulo-wrapper {
        height: 20px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .linea-titulo {
        display: none;
        float: left;
        width: 200px;
        height: 20px;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-bottom-width: medium;
        margin-left: 10px;
        margin-right: 10px;
    }
    .seccion2-titulo {
        width: 100%;
        font-family: 'Oswald', sans-serif;
        font-weight: 100;
        font-size: 15px;
        text-align: center;
        color: black;
        padding-bottom: 10px;
    }
    .footer {
        width: 100%;
        height: auto;
        margin-top: 20px;
        padding-top: 30px;
        color: #777;
        border-top: 1px solid #e5e5e5;
        background-color: #362d43;
        clear: both;
        border-top-color: red;
        border-top-width: thick;
        background: rgba(60, 49, 77, 1);
        background: -moz-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60, 49, 77, 1)), color-stop(100%, rgba(24, 15, 38, 1)));
        background: -webkit-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
        background: -o-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
        background: -ms-linear-gradient(left, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
        background: linear-gradient(to right, rgba(60, 49, 77, 1) 0%, rgba(24, 15, 38, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c314d', endColorstr='#180f26', GradientType=1);
    }
    .footer-izquierda {
        float: left;
        background-color: none;
        width: 400px;
        margin-left: 20px;
    }
    .footer-derecha {
        float: left;
        background-color: none;
        width: 600px;
        height: auto;
        margin-left: 10px;
        font-family: 'Oswald', sans-serif;
        font-weight: 100;
        font-size: 15px;
        color: white;
    }
    .footer-derecha ul li {
        list-style-type: none;
        padding-bottom: 4px;
    }
    /*equipos media*/
    #equipos-wrap {
        width: 90%;
        height: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    #navbar-equipos {
        background-color: none;
        width: 90%;
        height: 60;
        margin-left: auto;
        margin-right: auto;
    }
    #navbar-equipos ul {
        margin-left: -20px;
    }
    #navbar-equipos li {
        font-family: 'Oswald', sans-serif;
        font-weight: 0;
        font-size: 20px;
        text-align: center;
        color: black;
        display: inline;
        padding-left: 10px;
        cursor: pointer;
    }
    .equipos-item-wrap {
        background-color: none;
        width: 90%;
        height: 200;
        margin-left: auto;
        margin-right: auto;
    }
    .equipos-item {
        font-family: 'Oswald', sans-serif;
        font-weight: 0;
        font-size: 15px;
        color: black;
        width: 300px;
        height: auto;
        margin-right: 30px;
        margin-bottom: 20px;
        float: left;
        border-top-color: #4A3F5A;
        border-top-style: solid;
        border-top-width: medium;
        -webkit-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 0 5px 5px #E3E3E3;
    }
    .equipos-descripcion-wrap {
        font-family: 'Oswald', sans-serif;
        font-weight: 0;
        font-size: 15px;
        color: black;
        width: 96%;
        height: 200;
        margin-left: auto;
        margin-top: 20px;
        margin-right: auto;
        float: left;
        padding-left: 3%;
        padding-right: 3%;
        border-top-color: black;
        border-top-width: medium;
        border-top-style: dotted;
    }
    .boton-consulta {
        color: white;
        width: 71px;
        height: 40px;
        background-color: #C4BFC7;
        margin-top: 20px;
        margin-left: 10px;
        padding: 7px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .boton-consulta:hover {
        color: white;
        width: 71px;
        height: 40px;
        background-color: #57606F;
        margin-top: 20px;
        margin-left: 10px;
        padding: 7px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    /*    insumos media*/
    .insumos-item-wrap {
        margin-top: 10px;
        background-color: #F9F5C3;
        width: 250;
        height: 200;
        margin-left: 5%;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 5px;
        float: left;
        -webkit-box-shadow: 0 0 5px 5px #E3E3E3;
        box-shadow: 0 0 5px 5px #E3E3E3;
    }
    .bloque-izq-wrap {
        background-color: none;
        width: 400px;
        height: 800px;
        float: left;
    }
    .ins-bloq-der {
        width: 80%;
    }
    /* alquiler media   */
    .alq-bloq-izq {
        margin-top: 30px;
        background-color: none;
        width: 90%;
        min-width: 300px;
        height: 200;
        float: left;
    }
    .imagen-ilustrativa {
        width: 100%;
        height: auto;
    }
    .alq-bloq-der {
        margin-top: 10px;
        background-color: none;
        width: 90%;
        min-width: 300px;
        height: 200;
        margin-left: 15px;
        float: left;
        border-left-color: black;
        border-left-style: dotted;
        border-left-width: thin;
    }
    /*    contacto media*/
    .datos-contacto-wrap {
        margin-top: 10px;
        background-color: #D2E5F0;
        width: 100%;
        height: 150;
        margin-left: 5px;
        margin-bottom: 80px;
        padding: 15px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 5px #E3E3E3;
        box-shadow: 0 0 5px 5px #E3E3E3;
    }
    .datos-contacto {
        font-family: 'Oswald', sans-serif;
        font-weight: 0;
        font-size: 15px;
        color: #506F75;
        color: black;
    }
    /*cierra media celular*/
}

.clear {
    clear: both;
}


/*    contacto*/

.logo-contacto {
    text-align: center;
}

.wow {
    color: white;
    font-size: 50px;
}