/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-11-2021, 16:56:02
    Author     : fdoal
*/
body
{
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
}
.margin-top-20px
{
    margin-top: 20px !important;
}
.margin-top-30px
{
    margin-top: 30px !important;
}
.margin-top-120px
{
    margin-top: 120px;
}
.margin-top-25px-rpsv
{
    margin-top: 25px;
}
@media (max-width: 600px)  {
    .margin-top-25px-rpsv
    {
        margin-top: 0px !important;
    }

}
.margin-top-50px
{
    margin-top: 50px;
}
.fondo-azulado
{
    background-color: #29506d !important;
}
.fondo-celeste
{
    background-color: #3498db !important;
}
.letra-12px
{
    font-size: 12px;
}
.letra-15px
{
    font-size: 15px;
}
.letra-25px
{
    font-size: 25px;
}
.letra-blanca
{
    color: #ffffff !important;
}
.color-rojizo
{
    color: #af4b4b;
}

.color-verduso
{
    color: #83a356;
}
/*.btn-facebook {
    background-color: #3b5998;
}*/
.btn-social {
    color: white;
    opacity: 0.8;
}

.btn-social-o {
    /*color: white;*/
    opacity: 0.8;
}

.btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

    
    .btn-social-o:hover {
        /*color: white;*/
        opacity: 1;
        text-decoration: none;
    }

.margin-left-10px
{
    margin-left: 10px !important;
}

.pos-texto 
{
    text-align: left;
}
@media (min-width: 778px) { 
    .pos-texto  {
        text-align: right !important;
    }
}

.margin-top-sub-cabecera
{
    margin-top: 60px;
}
@media (min-width: 768px) { 
    .margin-top-sub-cabecera  {
        margin-top: 33px;
    }
}
.margin-top-img
{
    margin-top: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) { 
    .margin-top-img  {
        margin-top: 40px !important;
    }
}
.fondo-transparente
{
    background-color: rgba(0,0,0,0.7) !important;
}
#inicio {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images/img-fin.jpg) no-repeat center center fixed;
    /*background: url(../images/img-inicio.jpg) no-repeat center center fixed;*/
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#fin {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images/img-fin.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
hr {
    height: 4px;
    width: 90px;
    text-align: center;
    position: relative;
    background: #b9a766;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 30px;
    border: 0;
}

.border-cuadro {
    border-color: #9f9e9e !important;
}
.padding-5px .table td
{
    padding: 5px !important;
}
.sombra 
{
    box-shadow: 0px 0px 20px rgba(0,0,0, 0.3) !important;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0, 0.3) !important;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 0.3) !important;
}
.effect-movimiento
{
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.effect-movimiento:hover
{
    text-decoration: none;
    -ms-transform: translateY(-2%);
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    transform: translateY(-2%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sombra-border
{
    box-shadow: 2px 2px 5px #cacac9;
}

.copyright {
    background-color: #000;
    text-align: center;
    color: #737070;
    margin: 0px;
    font-size: 16px;
    padding: 10px;
}
.img-deptos
{
    position:relative
}
.img-destacado-cd
{
    position:absolute !important; 
    top:0; 
    left:0;;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.titulo-detalle {
    border-bottom: 2px solid #83a356;
}

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

.form-contacto{
    width: 100%;
    border: none;
    margin-bottom: 1.5em;
    padding: 1em;
    font-size: 14px;
    border-radius: 3px;
    background-color: #f2f2f2;
}

.margin-left-400px{
    margin-left: 400px; 
}

@media (min-width: 668px) { .whatsapp { display: none } }





