/*****************************************************
Creado el 29 de febrero de 2020 por Pedro G. Manrique
******************************************************
Para dejar el footer en la parte inferior de la página solo hace falta darle al contenedor o div
que se encuentra encima del footer un 100vh.
Si se quiere hacer más elaborado hay que darle posición absoluta y al body y al html un 100% tal
como se ve abajo
 */
/*
Full screen Modal
*/
/*.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
}
@media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
        width: 750px !important;
    }
}
@media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
        width: 970px !important;
    }
}
@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        width: 1170px !important;
    }
}*/
/*Fuentes y tamaños */
.fs-1{font-size: 2.5rem; font-weight: 300; }
.fs-2{font-size: 2.2rem; font-weight: 300; }
.fs-3{font-size: 2.0rem; font-weight: 300; }
.fs-4{font-size: 1.5rem; font-weight: 300; }
.fs-5{font-size: 1.2rem; font-weight: 300; }
.fs-6{font-size: 1.0rem; font-weight: 300; }

.cuadradoRojo{
    height: 200px;
    width: 200px;
    background: red;
}

img.brand{
    padding: 1rem;
    width: 300px;
}
.about-title{
    padding: 15px;
    border: 1px solid #ff5500;
    display: inline-block;
    margin: 10px;
}
.about-title:hover span{
    display: none;
}
.about-title:hover:before{
    content: "About Me!" ;
}
a.pepe{
    padding: 10px;
    background: #0b2e13;
}
a.pepe:hover{
    background: #ff5500;
}
/*El Mapa */
.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;
    border: 0;
}


/*    Texto traslucido grande */
.cont{
    min-height: 100px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.text-sobre{
     position: absolute;
     font-size: 2.5rem; font-weight: bolder;
     z-index: 2000;
     top:45%;
     left: 25%;
     text-transform: uppercase;
 }
.text-sobre-mini{
    position: absolute;
    font-size: 1.5rem; font-weight: 500;
    z-index: 1200;
    top:30%;
    left: 45%;
    opacity: 0.6;
    color: #f60;
}

.text-gl-tras{
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: bolder;
    color: rgba(128, 128, 128, 0.1);
    position: relative;
    z-index:1000;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/

}
.text-tras{
    text-transform: uppercase;
    font-weight: bolder;
    color: rgba(128, 128, 128, 0.1);
    position: relative;
    z-index:1000;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/

}
.text-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-up-absolute{
    top:0;
    left: 0;
    position: absolute;
    width: 100%; height: 50%;
}
.text-bigger{
    font-size: 10rem;
    font-weight: bolder;
    font-family: "Arial Black";
}
.ip{
    position: absolute;
    z-index: 0;
    font-size: 5vw;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.1);
    left: 0;
    font-family: "Arial Black";
    top:1rem;
    width: 100%;
}
.link-dark:hover{
    color: #f60;
    text-decoration: none;
}
img.avatar{
   max-width: 128px;
}

.bg-trans-1{
    background: rgba(128, 128, 128, 0.3);
}
.circle{
    position: relative;
    overflow: hidden;
}
.circle, .circle1{
    width: 30%;
    height: 30%;
    float: right;
    border-radius: 50%;
    margin: 2rem;
    shape-outside: circle();
}
.circle img{
    width: 100%;
}
.bg-naranja{
    background: #f60;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1100;
    transition: 0.3s ease;
    background: rgba(57,170,255, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.fondo{
    position: absolute;
    z-index: -2;

}
.sin-borde{
    border: 0 !important;
}

.code
/*.semi-active{border-bottom: 1px solid #f60 !important}
.semi-active::before{
    content: '\2734';
}*/

/*html{#006eba
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body{
    position: relative;
    margin: 0;
    min-height: 100%;
    padding-bottom: 6rem;
}
#app{
    margin: 0 auto;
}
.main{
    min-height: 100%;
}
footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.bg-azul-pastel{
    background: #39aaff;
}
.bg-sand{
    background:#F5F1E8 url("../images/bg-sand.png") repeat-x;
}
.bg-sable{ background: #f5f1e8;}
.bg-traslucid{
    opacity: 0.9;
}
.nav-link{
    padding: 1.1rem !important;
}
.navbar-front .nav-link > a{
    color: #e9e9e9 !important;
}
.navbar-front .active,
.navbar-front .nav-link-front:hover{
    background: #f60 !important;
    border-radius: 0 !important;
}

.navbar-front{
    padding: 0 0 0 0;
}
.h-screen{
    height: 100vh;
}
!*   Botones  *!
.btn, .card, .card-header, .form-control{
    border-radius: 0;
}
!* Textos *!
.text-azul-pastel{
    color: #39aaff;
}
.text-naranja{
    color: #f60;
}
.text-sombra{
    text-shadow: #1b1e21 1px 1px;
}
a.no-decoration:hover,
.no-decoration{ text-decoration: none;}
a h1:hover{text-shadow: -3px -3px 3px #fff, 3px 3px 3px #fff;}
div.nav-text-blanco>ul>li>a{
    color: #e9e9e9 !important;
}
!*    Márgenes y paddings *!
.pv-1{
    padding: 0.125rem 0 0.125rem 0 !important;
}
.dia{
    padding: 7px 0px;
    margin: 0 15px;
    border-bottom: 2px solid #fff;
    font-weight: bolder;
}
.fecha{
    padding: 5px 3px 7px 3px;
}
#TT_yiYEEEEkkC1KCpIA7fzzDjzzz6uA1AI2bY1dksCoq1DIGI3IG{
    border: 0 !important;
}
!*  Bordes  y borders *!
.borde-blanco-1{
    border: 2px solid #fff;
    height: 100px;
}
.bor3-grey{
    border: 3px solid #aaa;
}
!* Imagenes *!

img.card-img-top.borrosa{
    filter: blur(3px);
    transition: filter .35s ease-in-out;
}img.card-img-top.borrosa:hover{
     filter: blur(0);
 }

!*      Maps  ***********!
#map{
    margin: 15px 0 0 0;
    width: 100%;
    height: 400px;
    border: 2px solid #fff;
}

!*Breakpoint*!

@media  (max-width: 770px){
    div.pa-ocultar, .borde-blanco-1{ display: none !important;}
    div.el_reloj{ display: none !important;}
    div.logo{display: none;}

    div.logo-mobile{
        display: block;
    }
}

!*Recorta imagen*!
div.contenedor{
    display: inline-block !important;
    overflow: hidden;
}
#rectangulo{
    clip-path:  inset(40px 30px 50% 20px) !important;
    margin-bottom: -35%;
    margin-top: -40px;
}

!*  Ckeditor *!
.ck{
    height: 40vh;
}

!* Para hacer un bonito efecto de zoom *!
.view{
    display: block;
    position: relative;
    overflow: hidden;
}
.img-zoom-out{
    transition: 1s;
}
.img-zoom-out:hover{
    transform: scale(1.2);
    overflow: hidden;
}*/



