﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: rgba(255, 255, 255,1);
    background-color: -moz-linear-gradient(left, rgba(17,13,25,1) 0%, rgba(44,39,52,1) 50%, rgba(17,13,25,1) 100%);
    background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,13,25,1)), color-stop(50%, rgba(44,39,52,1)), color-stop(100%, rgba(17,13,25,1)));
    background-color: -webkit-linear-gradient(left, rgba(17,13,25,1) 0%, rgba(44,39,52,1) 50%, rgba(17,13,25,1) 100%);
    background-color: -o-linear-gradient(left, rgba(17,13,25,1) 0%, rgba(44,39,52,1) 50%, rgba(17,13,25,1) 100%);
    background-color: -ms-linear-gradient(left, rgba(17,13,25,1) 0%, rgba(44,39,52,1) 50%, rgba(17,13,25,1) 100%);
    background-color: linear-gradient(to right, rgba(17,13,25,1) 0%, rgba(44,39,52,1) 50%, rgba(17,13,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#110d19', endColorstr='#110d19', GradientType=1 );

    background-image: url("../images/bg-top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
a,
li,
blockquote {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

strong {
    font-weight: 700;
    color: #ff0000;
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.spectral{
    font-family: 'Spectral SC', serif;
}

a:active, a:focus, a:hover{
    text-decoration: none;
}


/*********************************************************************************/


/* Header */

header {
    /*background-image: url("../images/header-background.jpg");*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.logobox {
    text-align: center;
    padding-top: 75px;
}

.logobox img, .img-leonor img{
    max-width: 100%; 
}

.phone-header{
    background: rgba(255,0,0,1);
    background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(255,255,0,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=1 );
    margin-bottom: 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.phone-header img{
    margin-top: 5px;
}

.phone-header a{
    color: #130f1b;
    font-size: 36px;
    position: relative;
    top: -12px;
}

.phone-header a span{
    font-family: 'Spectral SC', serif;  
    color: #130f1b;  
}

.phone-header a i{
    position: relative;
    top: 8px;
    margin-right: 5px;
}

/*********************************************************************************/


/* Main */

main{
    background-image: url("../images/bg-main.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;

}

.cita{
    font-size: 21px;
    margin-bottom: 75px;
    margin-top: 20px;
    line-height: 28px;
}

.carousel p{
    color: #ffffff;
}

.img-leonor{
    text-align: center;
}

h2{
    margin-top: 25px;
    display: inline-block;
    font-size: 32px;
}

h2:after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 5px;
    margin-bottom:30px;
    background: rgba(255,0,0,1);
    background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(250,225,155,1) 50%, rgba(255,0,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(50%, rgba(250,225,155,1)), color-stop(100%, rgba(255,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(250,225,155,1) 50%, rgba(255,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(250,225,155,1) 50%, rgba(255,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(250,225,155,1) 50%, rgba(255,0,0,1) 100%);
    background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(250,225,155,1) 50%, rgba(255,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c6034', endColorstr='#8c6034', GradientType=1 );
}


/*.phone-border{
    border: 2px solid transparent; 
    display: block;
    -moz-border-image: -moz-linear-gradient(top, #ff0000 100%); 
    -webkit-border-image: -webkit-linear-gradient(top, #ff0000 100%); 
    border-image: linear-gradient(to bottombottom, #ff0000 100%); 
    border-image-slice: 1; 

    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;

    padding: 10px;

}*/

.phone-border {
    position: relative;
    border: 4px solid transparent;
    border-radius: 16px;
    background-clip: padding-box;
    padding: 10px;
    background-color: #15111d;
    margin-top: 30px;
}


.phone-border::after{

    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    background: linear-gradient(#ff0000 #ff0000);
    content: '';
    z-index: -1;
    border-radius: 16px;

}

.phone{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.phone p{
    display: inline-block;
}

a.phone i{
    font-size: 24px;
    margin-right: 5px;
}

a.phone p{
    font-family: 'Spectral SC', serif;
    font-size: 28px;
    margin-bottom: 3px;
}

a.phone:hover i, a.phone:hover p, a.phone:hover{
    color: #ff0000;
    text-decoration: none;
}

.visa{
    float: left;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 35px;
    margin-right: 15px;

}

.info-tel{
    margin-top: 10px;
    padding-left: 68px;
}

.info-tel p{
    margin-bottom: 0;
    font-size: 14px;
}

.testimonios{
    text-align: center;
}

.testimonios h2{
    margin-top: 60px;
}

.carousel .item{
    width: 80%;
    margin: 0px auto 20px auto;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before{
    font-size: 15px;
    color: #ff0000;
}

.carousel .item span{
    color: #ff0000;
    font-size: 14px;
}

.carousel-control.right, .carousel-control.left{
        background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}

.consulta{
    width: 33%;
    margin: 0 auto;
    float: left;
}

.consulta h3{
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Spectral SC', serif;
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
}

.consulta h3 strong{
    color: #ff0000;
    font-family: 'Spectral SC', serif;

}

.linea{
    width: 33%;
    float: left;
    padding-top: 65px;
    text-align: left;
}

.linea-1{
    text-align: right;
}

@media only screen and (max-width : 992px) {
    .cita{
        margin-bottom: 35px;
    }

    .consulta{
        width: 50%;
    }

    .linea{
        width: 25%;
    }

    .descripcion{
        text-align: center;
    }

    .info-tel{
        text-align: left;
    }
}

@media only screen and (max-width : 600px){
    .linea{
        display: none;
    }
    .consulta{
        width: 100%;
    }
}


/*********************************************************************************/


/* Footer */

footer {
    background-color: #ff0000;
    color: #000000;
}

footer p {
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}



.cookies-warm-amp .content {
    padding: 15px 125px 15px 15px;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: .80;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
    -khtml-opacity: .80;
    -moz-opacity: .80;
    color: #666;
    text-shadow: #fff 1px 1px 1px;
    font-family: arial;
    font-size: 11px;
    text-align: left;
    z-index: 9000;
    line-height: 16px;
}

.cookies-warm-amp .content a {
    color: green;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    display: inline-block;
}

.cookies-warm-amp .content a:hover {
    color: #ffb700;
    text-decoration: underline;
}

.cookies-warm-amp button {
    background: green;
    color: white;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 4px;
    font-weight: bold;
    text-shadow: 0px 1px #343;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 100px;
}

.cookies-warm-amp button:hover {
    background: #ffb700;
}

a.legal{
	color: #17121f;
}