
/************************************************************************************************************
                                                   Fuentes
*************************************************************************************************************/


@font-face {
    font-family: AGaramondProRegular;
    src: url(../fonts/GaramondProRegular.TTF);
}

@font-face {
    font-family: AGaramondProBold;
    src: url(../fonts/GaramondProBold.TTF);
}

@font-face {
    font-family: FuturaStdBold;
    src: url(../fonts/FuturaStd-Bold.otf);
}

@font-face {
    font-family: FuturaStdBook;
    src: url(../fonts/FuturaStd-Book.otf);
}




/************************************************************************************************************
                                                   FIN FUENTES
*************************************************************************************************************/



/**********************************************************************************************************
                                                    GENERALES
*************************************************************************************************************/

h1 {
    font-family: AGaramondProBold;
    font-size: 46px;
    color: #fff;
}

h2 {
    font-family: FuturaStdBook;   
    font-size: 1.6em;
    color: #fff;
}

h3 {
  font-family:FuturaStdBook;
    font-size: 1.8em;
    color: #000;
}

h4{
    font-family: AGaramondProBold;
    font-size: 1.4em;
    color: #263056;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p {
    font-family: FuturaStdBook;
    color: #000; 
    font-size: 1.6em;
    line-height: 28px;
}

button{
    outline: none; 
}

.subrayado{
    font-family: FuturaStdBook;
    color: black;
    /*vertical-align: bottom;*/
    font-size: 18px;
    line-height: 20px;
}

.subrayado * {
    position: static;
    line-height: 24px;
    font-size: 1.3em;
    padding: 2px;
}


.btn-naranja{
    border-radius: 13px;
    font-family: FuturaStdBook;
    color: #fff;
    background:#deab4b;
    border: 0;
    font-size: 1.6em;
    text-align: center;
    width: 200px;
    margin: 5px 0 5px 0;
}

.btn-azul{
    border-radius: 13px;
    font-family: FuturaStdBook;
    color: #fff;
    background:#263056;
    border: 0;
    font-size: 1.6em;
    text-align: center;
    width: 100%;
    margin: 5px 0 5px 0;
}

.button-link{
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  color:black;
  padding:0;
  text-decoration:underline;
  font-family:FuturaStdBook;
  font-size:inherit;
}

.lienzo{
    width: 100%;
    height: 706px;
    background: #ffe4b1;
    padding: 1em 3em;
    border-radius: 12px;
}

.lienzo-azul{
    width: 100%;
    height: 700px;
    background: #a8acbb;
    padding: 1em 3em;
    border-radius: 12px;

}

/*modal fullscreen */
.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
     * /!\ By using this feature, you force the header and footer to be placed
     * in an absolute position. You must handle by yourself the margin of the
     * content.
     */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
 /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}


.modal.modal-fullscreen .modal-backdrop{
    background: #fff;
    opacity: 1;
}

/* end modal fullscreen */



/************************************************************************************************************
                                                   HEADER
*************************************************************************************************************/

*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

/*Menu*/
.top-animate {
    background: gray !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    height: 2px;
    background: gray !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.mid-menu {
    top: 13px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.bottom-menu {
    top: 21px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.menui {
    background: #fff;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 20px;
    right: 24px;
    position: absolute;
}

.header{
    top: 13px;
    position: absolute;
    width: 100%;
}


.icon {
    z-index: 99999;
    position: absolute;
    display: block;
    padding: 0;
    background: #deab4b;
    border-radius: 50%;
    border: solid #deab4b 1px;
    height: 72px;
    width:72px;
    margin: 0px;
    top: 10px;
    right: 10px;
    border: 1px #fff;
    /*/
    box-shadow: 0 0 70px #fff;
    */

}


.icon-active{
    background: #fff;
    color: gray;
    box-shadow: 0 0 0px #fff;
}


/*Fin menu*/

/*Navegacion*/
.mobilenav {
    font-family: inherit;
    top: 0;
    left:0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(33, 41, 74, 0.85);
}
.mobilenav li {
    font-family: AGaramondProRegular;
    list-style-type: none;
    text-align: right;
    padding: 10px;
}
.mobilenav li a {
    font-family: AGaramondProRegular;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    width: 100%;
}
.mobilenav li:first-child {
    margin-top: 100px;
}

@media(max-height: 537px){
    .mobilenav li a {
        font-size: 14px;
    }
    .mobilenav li {
        padding: 4px;
    }
}


/*Fin navegacion*/


/*Logo*/
.logo{
    position: absolute;
    z-index: 999;
    /*
    height: 70px;
    */
    height: 100px;
    margin: 0px;

    top: 0px;
    left: 0px;
}
/* Fin logo*/



/************************************************************************************************************
                                                  FIN HEADER
*************************************************************************************************************/

/*************************************************************************************************************
                                                HOME
***************************************************************************************************************/

.home{
    background-repeat: no-repeat;
    background: url("../img/home.png");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;   
    position: absolute; 
}

.home h1{
    font-size: 4.250em; 
    text-align: center;
    padding: 35vh 0;
}



/*****************************************************************************************************
                                        Nosotros
********************************************************************************************************/

.nosotros a{
    font-family: FuturaStdBook;
    font-size: 1em;
    text-decoration: underline;
}

/********************************************************************************************************
                                            Conteniedo interiores
*********************************************************************************************************/

.banner-titulos{
    position: absolute;
    bottom: 2em;
}

/*********************************************************************************************************
                                        Formacion
********************************************************************************************************/
.formacion ul li{
    font-family: FuturaStdBook;
    color: #000; 
    font-size: 1.6em;
}
.formacion ul{
    list-style-image: url('../img/list-item.png');
    padding-left: 17px;
}

.formacion a{
    padding: .3em 1em;
}
.formacion a:hover{
    color: #fff;
    text-decoration: none;
}




/***************************************************************************************************************
                                        COLABORADORES
***************************************************************************************************************/
.colaboradores p{
    font-family: AGaramondProBold;    
    font-size: 2.1em;
    margin: .5em 0 0 0;
    cursor: pointer;
}

.colaborador .button-link{
    font-size: 1.4em;
}

.colaboradores img{
    width: 200px;    
    max-width: 90%;
    cursor: pointer;
}

.colaborador{
    margin-bottom: 3em;
}

.modal-colaboradores{
    margin: 22px;
}

.cerrar{
    float: right;
    height: 56px;
    margin: 8px;

}

.modal-colaboradores .imagen-colaborador{
    width: 100%;
    max-width: 100%;
}

.modal-colaboradores h3{
    font-family: AGaramondProBold;    
    font-size: 2.7em;
}

.modal-colaboradores p {
    font-family: FuturaStdBook;
    color: #000; 
    font-size: 1.4em;
}

.modal-colaboradores ul li{
    font-family: FuturaStdBook;
    color: #000; 
    font-size: 1.4em;
    padding: .5em 0;
}
.modal-colaboradores ul{
    list-style-image: url('../img/list-item.png');
    padding-left: 17px;
}



/***************************************************************************************************************
                                        SOCIOS
***************************************************************************************************************/
.socios .perfil div{
    font-family: FuturaStdBook;    
    font-size: 1.4em;
    margin-bottom: 30px;
}

.socios .subrayado *{
    font-size: 19px;
}

.socios p{
    font-family: AGaramondProBold;    
    font-size: 2.1em;
    margin: .5em 0 0em 0;
    cursor: pointer;
}
.socios img{
    width: 200px;    
    max-width: 90%;
    cursor: pointer;
}

/***************************************************************************************************************
                                        ALIANZAS
/***************************************************************************************************************/
.alianzas img {
    padding: 30px;
}

/****************************************************************************************************************
                                        CONTACTO 
*****************************************************************************************************************/

.contacto{
    background: #263056;
    
}
.contacto h2{
    font-family: FuturaStdBook;
    color: #cc9f4c !important;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.contacto p{
    font-family: FuturaStdBook;
    color: #fff !important;
}

.contacto a{
    font-family: FuturaStdBook;
    color: #cc9f4c !important;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: underline;
}



.contacto .aviso{
    padding: 4em 0;
}


.mapa img{
    width: 100%;
}

/*************************************************************
                        MEDIAS
*************************************************************/


@media(max-width: 564px){
    p {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.6em;
    }


    .btn-naranja{
        width: 100%;
    }

    .lienzo{
        height: auto;
    }

    .lienzo-azul{
        height: auto;

    }

    .home{
        background-image: url('../img/home-mobile-min.png');  
    }

    .home h1{
        font-size: 3.25em;
    }

}

@media (max-width: 380px) {
    h1 {
        font-size: 40px;
    }

    .logo{
        height: 75px;
    }

}


@media(max-width: 1197px) and (min-width: 1004px){
    .lienzo{
    width: 100%;
    height: 706px;
    background: #ffe4b1;
    padding: 0em 0em;
    border-radius: 12px;
}

.lienzo-azul{
    width: 100%;
    height: 680px;
    background: #a8acbb;
    padding: 0em 0em;
    border-radius: 12px;

}
}

.head-collapse{
    font-family: FuturaStdBook;
    color: #deab4b;
    font-size: 1.6em;
}
.head-collapse:hover{
    font-family: FuturaStdBook;
    color: #deab4b;
    text-decoration: none;
}

.head-collapse:active{
    font-family: FuturaStdBook;
    color: #deab4b;
    text-decoration: none;
}

.head-collapse:visited{
    font-family: FuturaStdBook;
    color: #deab4b;
    text-decoration: none;
}

.head-collapse:link {
    font-family: FuturaStdBook;   
    color: #deab4b;
    text-decoration: none;
}

.servicios .panel-group .panel+.panel{
    margin-top: 0px;
}



.panel{
    box-shadow:none;
    -webkit-box-shadow:none;
}



.panel-body{
    background: #f2dfba;
    padding:1em 3em;
}


.Derecho-Corporativo .head-collapse{
    color: #263056;
}

.Derecho-Corporativo .panel-body{
    background: #dcdee4;
}


.btn-contactoflx{
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: FuturaStdBook;
    font-size: 1.6em;
    margin: 5px;
}

.btn-contactoflx:hover{
    color: #fff;
    text-decoration: none;
}

.btn-contactoflx button{
    background: #263056;
    border: 0;
    border-radius: 7px;
    padding: .3em 1em;
}

.plus-servicio{
    font-size: 30px;
    margin-left: 3px;
}

.idiomas-flag:hover{
    text-decoration: underline !important;
}