body {
    font-family: 'Lato-Regular';
    font-size: 18px;
    color: #555;
    /*font-family: 'Roboto-Regular';*/
}


/* Fuentes */

@font-face {
    font-family: 'Stencil';
    src: url('../fonts/stencil.ttf');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf');
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('../fonts/Merriweather-Bold.ttf');
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular.ttf');
}

@font-face {
    font-family: 'Merriweather-Light';
    src: url('../fonts/Merriweather-Light.ttf');
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.6em;
}

h1,
h2 {
    color: #333;
}

p {
    line-height: 26px;
}

header {
    background: #fff;
    /*background: url("../images/header2.png")repeat-x ;*/
    display: block;
    height: 104px;
    box-shadow: 5px 0px 5px #ccc;
}

@media (min-width: 300px) {
    .logo {
        display: none;
    }
    .logo-movil {
        display: block;
    }
}

@media (min-width: 1200px) {
    .logo {
        display: block;
    }
    .logo-movil {
        display: none;
    }
}

.headfixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navp {
    font-family: 'Stencil';
    /*font-family: 'Lato-Regular';*/
    font-size: 1.3em;
}

.navp li {
    padding-right: 1px;
}

nav a {
    /*font-weight: bold;*/
}

nav a:hover {
    color: #FF0000!important;
}

a {
    color: #FF0000;
}

a:hover {
    color: #222;
}

@media (min-width: 320px) {
    .right {
        float: none;
    }
}

@media (min-width: 768px) {
    .right {
        float: right;
    }
}

.textc1 {
    color: #FF0000;
}

.textbold {
    /*font-family: Merriweather-Bold;*/
}

.titulo_la {
    font-family: 'Merriweather-Bold';
    font-weight: bolder;
}

.titulo_lato {
    font-family: 'Stencil';
    /*font-weight: bold;*/
}

.regular_lato {
    /*font-family: Lato-Regular;*/
    font-size: 1.2em;
}

.btn-delta {
    color: #fff;
    background-color: #26004D;
    border-color: #1f003f;
}

.btn-delta:focus,
.btn-delta.focus {
    color: #fff;
    background-color: #36006d;
    border-color: #300061;
}

.btn-delta:hover {
    color: #fff;
    background-color: #36006d;
    border-color: #300061;
}

.activo {
    color: #26004D!important;
    border-bottom: 3px solid #FF0000;
}

.sinfondo {
    background: none;
}

.sinborde {
    border: none!important;
}

.separador2 {
    margin-top: 30px;
}

.topmargin1 {
    margin-top: 20px;
}

.topmargin2 {
    margin-top: 10px;
}

.toppadding2 {
    padding-top: 6px;
}

.toppadding3 {
    padding-top: 70px;
}

.toppadding4 {
    padding-top: 130px;
}

.toppadding5 {
    padding-top: 30px;
}

.navbar-toggle-per {
    float: left!important;
}

.menu-resp {
    display: none;
}

.fontm {
    font-size: 14px;
}

@media (max-width: 600px) {
    img.img-center {
        margin: 0 auto!important;
    }
    .menu-resp {
        display: block;
        float: left;
        padding-top: 10px;
        margin-left: 100px;
    }
    .headfixed {
        position: relative;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .toppadding3,
    .toppadding4 {
        padding-top: 0px;
    }
    .sinfondo {
        background: #f9f9f9;
    }
    .bordertop {
        border-top: 1px solid #ececec;
    }
    img.porta-img {
        width: 46%!important;
    }
    header {
        box-shadow: none;
    }
}

@media (max-width: 992px) {
    .navp {
        font-size: 0.9em !important;
    }
}

.divisor {
    height: 2px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fefefe;
}

.divider2 {
    height: 1px;
    margin: 2px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.divider3 {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #c9b2e1;
    /*background-color: #4c775f;*/
}


/* === HTML5 validation styles === */

.required input:required,
.required textarea:required {
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}

.required input:required:valid,
.required textarea:required:valid {
    background: #fff url(../images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.required input:focus:invalid,
.required textarea:focus:invalid {
    background: #fff url(../images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

.fblanco {
    background: #fff;
}

.redes_sociales a {
    color: #888;
    margin-right: 12px;
}

.redes_sociales a:hover {
    color: #333;
}

.porta a {
    padding-right: 5px;
    padding-bottom: 5px;
}

img.porta-img {
    width: 23%;
    margin-bottom: 14px;
}

footer {
    background: #110022;
    display: block;
    color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4 {
    font-weight: bold;
}

footer a {
    color: #c9b2e1;
}

footer a:hover {
    color: #fff;
}

footer ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

footer ul li {
    padding: 5px 0;
}

footer ul li a {
    margin-left: 5px;
}

.construccion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

h1.ttl,
h2.ttl,
h3.ttl {
    text-align: center;
    background: url("../images/tittle.png") repeat-x center;
}

.ttl-stroke span {
    background-color: #fff;
    padding: 20px;
}

.ttl-stroke2 span {
    background-color: #fff;
    padding: 30px 20px;
}

.productos {
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cookie {
    width: 100%;
    position: absolute;
    bottom: 40;
    left: 25%;
    right: 25%;
    padding: 20px 10px;
    background: #d2d3d3;
    border: 1px solid #333;
    opacity: 0.95;
    color: #333;
    position: fixed;
    bottom: 0;
    width: 50%;
    margin-bottom: 10px;
    z-index: 1000;
}

.cookie a {
    color: #222;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .cookie {
        width: 90%;
        bottom: 30;
        left: 5%;
        right: 5%;
        padding: 10px 10px;
        -webkit-box-shadow: 3px 2px 2px #000;
        box-shadow: 3px 2px 2px #000;
        background: #3d3d3d;
        bottom: 0;
    }
    .cookie a {
        font-size: 14px;
    }
}

#cForm label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color:red!important;
    font-size:14px;
    font-weight: 200;
}

.cheq{
    position: relative;
}


@media (max-width: 380px) {
    
    .cheq .fr{
        position: relative;
           
    }
}

@media (min-width: 381px) {
    .cheq .fr{
        position: absolute;
        top: -4px;
        left:30px;    
    }
}
/*.bordr{
	border-right: 1px solid #ccc;
}*/