﻿/*@font-face{
    font-family:<nombre_de_la_fuente>;
    src: url(<ruta_url>) [format()][,url(<ruta_url>) [format()]]*;

    [font-weight:<weight>];
    Peso o fuerza de la fuente a utilizar. Puede ser normal, 
    bold o los números 100, 200, 300, 400, 500, 600, 700, 900. 
    El valor por defecto es normal.

    [font-style:<estilo>];
    Define como se va a estilizar la fuente. Puede ser normal, italic, oblique.
    El valor por defecto es normal.

    [font-stretch]:<stretch>];
    Define como se a “estirar” la fuente. Puede ser: 
    normal, condensed, ultra-condensed, 
    extra-condensed, semi-condensed, expanded, 
    semi-expanded, extra-expanded, ultra-expanded. 
    El valor por defecto es normal.

    [unicode-range]:<range>];
    Define el rango unicode soportado. Por defecto es “U+0-10FFFF”.

}*/


@font-face {
    font-family: 'Agenda-Bold_0';
    src: url('../fuente/Agenda-Bold_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Agenda-LightItalic';
    src: url('../fuente/Agenda-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Agenda-Medium_0';
    src: url('../fuente/Agenda-Medium_0.ttf') format('truetype');
}


.boton_personalizado{
   
    padding: 20px 40px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    background-color: #6B8F00;
    border-radius: 6px;
    border: 2px solid #6B8F00;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; 
     text-decoration:none; 
     resize:both ; 
  }
  .boton_personalizado:hover{
    color: white;
    border-color: #637F05;
    background-color: #637F05; 
    text-decoration:none; 
  }

  .intro-cabezero{
    font-size:55px;
    font-weight:700;
    line-height:75px;
    margin-bottom:50px;
    font-family:Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform:uppercase}

  .btn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    color: black;
    text-decoration:underline  ;
}

  /*Eventos botones defs redes sociales*/
  ul.social-buttons2 {
  margin-bottom: 0; }
  ul.social-buttons2 li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #1c31d4; }
    ul.social-buttons2 li a:active, ul.social-buttons2 li a:focus, ul.social-buttons2 li a:hover {
      background-color: #2c1e87; }

                
  .Fuente {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align:justify ;
    font-family: Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    text-transform: none ;
    
  }

   .Fuente1 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom:0px;
    line-height:22px;
    font-family: 'Agenda-Medium_0'; 
    text-transform: none ;
    
  }

.Fuente2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:22px;
    font-family: 'Agenda-LightItalic';
    text-transform: none ;
}

.Fuente3 {
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-family: Agenda-Bold_0;
    text-transform: none ;
}

.Fuente4 {
    font-size: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Agenda-Bold_0;
    text-transform: none ;
}
 


   
  .valores {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align:left;
    font-family: Agenda-Bold_0; 
    text-transform: none ;
    color:#637F05
    
  }
    .Texto {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align:justify ;
    font-family: Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    text-transform: none ;
    color:#808080
    }

    
.EsperarBackground
    {
        position: fixed; 
        top: 0px; 
        bottom: 0px; 
        left: 0px; 
        right: 0px; 
        overflow: hidden; 
        padding: 0; 
        margin: 0; 
        background-color: #F0F0F0; 
        filter: alpha(opacity=80); 
        opacity: 0.8; 
        z-index: 100000;
    }

.EsperarProgreso {
    position: fixed;
    top: 30%;
    left: 35%;
    height: 30%;
    width: 30%;
    z-index: 100001;
    background-image: url('../img/Esperar.gif');
    background-repeat: no-repeat;
    background-size: contain;
}

/*mapa google*/
 .map-container { height: 900px;
                  width:1100px;
 }
