
/* importar las fuentes */
@font-face{
    font-family: "NanumGothic-Regular";
    src: url(../fonts/font.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Muangthai";
    src: url(../fonts/cursiva.ttf);    
    font-weight: normal;
    font-style: normal;
}

/*  generales */ 
*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.clearfix{
    clear: both;
    float: none;        
}

body{
    
}

.navbar-nav>.active>a{
    background-color: #EFA4C1;
    color: #fff;
}

.inmobiliaria {
    border: solid 2px #EFA4C1;
    color: #fff;
}

.cita-citable{
    font-family: "Muangthai";
    font-size: 36px;
    color: #EFA4C1;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}


.texto-normal{
    font-family: "NanumGothic-Regular";
    font-size: 16px;
    color : #343A40;
    text-align:justify;
    margin-top: 10px;
}

.texto-centrado{
    width: 60%;
    text-align:center;
    padding: 10px;
    padding: 10px;
    border: solid 1px;
    display: inline-block;
    vertical-align: middle;    
}

.texto-contacto{
    font-family:  "NanumGothic-Regular";
    font-size: 14px;
    color : #343A40;
    text-align:left;
}


.centrar-imagen{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/********************** CARRUSEL  ******************/
.carousel-caption {

    background-color: rgb(248,249,250,0.75);
    position: absolute; 
    height: 15%;
    bottom: 3%;
    left: 0;
    padding: 20px 30px;;
    text-align: left;
}

.carousel-caption h2 { 
    font-family: "NanumGothic-Regular";
    color: #323232;
} 


.carousel-caption p { 
    /*font-family: "Muangthai";*/
    font-family: "NanumGothic-Regular";    
    font-size: 36px;
    color: #d16e94;
} 

.intro .storyteller {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main {
    margin-top: 20px;
    margin-bottom: 30px;
}

.index-foto-perfil {
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
    display: block;
    margin: auto;
    
}

.cabecero-seccion{
    font-family: "NanumGothic-Regular";
    font-size: 38px;
    color: #EFA4C1;
    text-align:justify;
}

hr{
    border-top: 2px solid #EFA4C1;
}


.card-title {
    
    font-family: 'Otomanopee One', sans-serif;
    font-size: 32px;
    color: #EFA4C1;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);       
    margin-bottom: 20px;
}

.card-texto{
    font-family: "NanumGothic-Regular";
    font-size: 16px;
    color : #343A40;
    text-align:justify;
    margin-top: 10px;
    line-height: 32px;
    margin-bottom: 10px;
}

.card-button {
    margin-top: 30px;
    margin-bottom: 30px;
}



/*********************************************************************
                          FORMULARIO DE CONTACTO
*********************************************************************/

.formulario {
    margin-top: 20px;
    margin-bottom: 30px;
}

.header {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}

.bigicon {
    font-size: 35px;
    color: #36A0FF;
}

.imagen-pequena{
    width: 30px;
    height: 30px;
}

.renglon-contacto{
    padding-top: 10px;
    padding-bottom: 10px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:80%;
    width:80%;
    position:absolute;
}

/*********************************************************************


                          BOTON DE CONTACTO


**********************************************************************/

.boton-contacto{
    border: solid 4px #EFA4C1;
    font-family: "NanumGothic-Regular";
    color: #EFA4C1;
    font-size: 22px;
    padding: 5px;    
}

.boton-contacto:active, .boton-contacto:hover, .boton-contacto:visited {
    text-decoration: none;
    color: #EFA4C1;
}


/*********************************************************************


                                FOOTER


**********************************************************************/
#footer {
  background: #343A40;
  padding: 30px 0 0 0;
  font-size: 12px;
  color: #999;
}

#footer a {
  color: #ccc;
}

#footer a:hover {
  color: #fff;
}

#footer h3.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}

#underfooter {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}

#underfooter a {
  color: #aaa;
}

#underfooter a:hover {
  color: #fff;
}

#underfooter p {
  margin: 0;
}

.follow-me-icons {
  font-size: 20px;
}

.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}


/*********************************************************************
                          GALERIA DE FOTOS
*********************************************************************/

.marco-foto {
    background-color: #fff;
    border: solid 1px #C3C3C3;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 200px;
    width: 200px;
    box-shadow: 7px 7px 15px #EFA4C1;
    display: block;
}

.marco-foto:hover {
    opacity: 0.7;
}
 
#gallery  .img{
    height: 75vw;
    object-fit: cover;
    
    @media(min-width: 576px) {
      height: 35vw;
    }
    
    @media(min-width: 992px) {
      height: 18vw;
    }
}
 
.carousel-item .img{
   height: 60vw;
    object-fit: cover;
    
    @media (min-width: 576px) {
      height: 350px;
    }
}