
/* FONTS Great Vibes, Pacifico, Dancing Script, Playfair Display*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Ms+Madi&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");

/* VARIABLES */
:root {
    --c-dark: #002A5E;
    --c-white: #fff;
    --c-brand: #79A7C8;
    --c-brand-light: #A9CFEB;
    --c-brand-rgb: 174, 222, 251;
    --c-brand-r: 245, 247, 248;
    --c-body: #212529;
    --font-base: "Sour Gummy", sans-serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;
}

/* RESET & HELPERS */
body, html {
    font-family: var(--font-base);
    line-height: 1.7;
    color: var(--c-body);
    font-family: "Sour Gummy", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    overflow-x: hidden;
}

h1, h2, h3,h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: var(--c-dark);
}

.cursiva {
    font-family: "Ms Madi", cursive;
    font-weight: 400;
    font-style: normal;
}

.titulo {
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #5077A6;
}

p, td {
    font-weight: 400;
    color: #002A5E;
}

a {
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand-light);
}

img {
    max-width: 100%;
    height: auto;
}

.smargen {
    margin-top: 10%;
    margin-left: 1px;
    margin-right: 1px;
}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}


.section-padding2 {
    padding-top: 30px;
    padding-bottom: 200px;
}

.theme-shadow {
    box-shadow: var(--box-shadow);
}

/* IMAGE ZOOM */
.image-zoom {
    position: relative;
    /* overflow: hidden; */
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}


/* NAVBAR */
.navbar {
    box-shadow: var(--box-shadow);
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--c-dark);
}

.navbar-nav .nav-link.active {
    color: var(--c-brand);
}

.navlogo {
    width: 220px;
    height: 50px;
}


/* BTN */
.btn {
    font-size: 14px;
    border-radius: 0;
    padding: 10px 24px;
}

.btn-brand {
    background-color: #A9CFEB;
    border-color: #A9CFEB;
    color: white;
}

.btn-brand:hover {
    background-color: var(--c-brand-light);
    border-color: var(--c-brand-light);
    color: white;
}

.btn-redes {
    border: 0;
    padding: 50px 50px;
    background: none;
    outline: none;
}

/* HERO */
#inicio {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo.jpg);
    background-position: center;
    background-size: cover;
}

#contact {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo.jpg);
    background-position: center;
    background-size: cover;
}

#lugar {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo.jpg);
    background-position: center;
    background-size: cover;
}

#fondo {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo3.jpg);
    background-position: center;
    background-size: cover;
}

#fondo1 {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo4.jpg);
    background-position: center;
    background-size: cover;
}

#fondo2 {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo5.jpg);
    background-position: center;
    background-size: cover;
}

.titulo1 {
    margin-top: 15%;
    z-index: 2;
}

.marginl {
    margin-top: 15%;
    margin-left: 45%;
}


/* SECTION TITLE */
.section-titleP {
    margin-top: 5%;
    margin-bottom: 15%;
}
.section-title {
    margin-bottom: 10px;
}

.section-title .line {
    width: 60px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 10px auto 20px auto;
}

.section-title p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


/*MUSIC*/
.music-player-container{
    backdrop-filter: blur(10px);
    background-color: #A9CFEB;
    height: 20%;
    width: 100%;
    border-radius: 10px;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10%;
}

.title-music-container{
    width: 100%;
    height: 20%;
    width: fit-content;
    color: #fff;
    margin-right: auto;
    margin-left: 10%;
}


.controls-music-container{
    width: 80%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-song-container{
    margin-top: 0.05rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-bar{
    height: 1px;
    border-radius: 2px;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.progress{
    position: absolute;
    height: 100%;
    width: 0%;
    border-radius: 1px;
    background-color: rgb(0, 0, 0);
}

.time-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.time-left{
    margin-top: 0.3rem;
}

.main-song-controls{
    height: 30%;
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.iconM{
    height: 100%;
    width: auto;
    opacity: 1;
    cursor: pointer;
}

.iconM:hover{
    opacity: 1;
}

audio{
    display: none;
}

/* ICONBOX */

.iconredes {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    flex: none;
}

.iconbox {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--c-brand);
    font-size: 34px;
    flex: none;
}

.iconb img{
    width: 50%;
}

/* ICONBOX */
.mesa {
    width: 200px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.service {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.margen {
    margin-left: 6rem;
}

/* Texto */
#counter {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/IMG_2549.JPG);
    background-position: center;
    background-size: cover;
}

/* PORTFOLIO */
.portfolio-item .iconbox {
    background-color: var(--c-brand);
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-item:hover .iconbox {
    opacity: 1;
    top: 50%;
}


/* CONTACT */
#contact {
    position: relative;
    z-index: 2;
}


#contact .form-control {
    border-radius: 0;
}

#contact .form-control:focus {
    box-shadow: none;
    border-color: var(--c-brand);
}

/* FOOTER */
footer {
    padding-top: 100px;
}

.fcolor {
    background-color: #EFF2F7;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}


footer li,
footer p,
footer a,
footer h5 {
    color: rgba(8, 8, 8, 0.7);
}

footer ul {
    list-style: none;
    padding: 0;
}

footer .line {
    width: 170px;
    height: 4px;
    background-color: var(--c-brand);
    margin-top: 12px;
    margin-bottom: 24px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: var(--c-brand);
    color: white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#inicio {
        background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/IMG_2547.JPG);
        background-position: center;
        background-size: cover;
    }
}