
/* 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{
    
}

.cita-citable{
    font-family: "Muangthai";
    font-size: 48px;
    color: #343A40;
    display: flex;
    align-items: center;    
}

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

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

.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: block;
    margin-left: auto;
    margin-right: auto;
}

/********************** CARRUSEL  ******************/
.carousel-caption {
    /* background-color: rgb(52,58,64,0.75); */
    background-color: rgb(190,51,100,0.75);
    position: absolute; 
    height: 15%;
    bottom: 3%;
    left: 0;
    padding: 20px 30px;;
    text-align: left;
}

.carousel-caption h2 { 
    color: #fff;
} 


.carousel-caption p { 
    color: #fff;
} 

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

.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;
}

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


                                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;
}

