@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

:root {
    --naranja: #f4a634;
    --blanco: #ffffff;
    --negro: #000000;
    --gris_1: #d7d7d7;
    --gris_2: #434750;
    --gris_3: #9da1aa;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*background: linear-gradient(to bottom, var(--gris_1), var(--blanco));*/
    background-image: url(../img/img/garigoleado_fondo_trans.jpg);
}

h1 {
    text-align: center;
    color: var(--naranja);
}

h2 {
    margin-top: 5rem;
    text-align: center;
    font-size: 3rem;
    color: var(--gris_2);
}

h4 {
    text-align: right;
    color: var(--gris_2);
}

.content {
    max-width: 120rem;
    margin: 0 auto;
}

.nav_bg {
    background-color: var(--gris_2);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.navegacion_principal {
    display: flex;
    flex-direction: column;
}

@media (min-width: 770px) {
    .navegacion_principal {
        flex-direction: row;
        justify-content: space-around;
    }
}

.navegacion_principal a {
    display: block;
    text-align: center;
    padding: 1.5rem;
    color: var(--naranja);
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
}

.navegacion_principal a:hover {
    border-radius: 10%;
    background-color: var(--naranja);
    color: var(--blanco);
}

.titulo {
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

.titulo .img_logo {
    float: right;
    width: 15rem;
    margin-top: 1rem;
    margin-right: 5rem;
    opacity: 0.5;
}

.title-text {
    padding-top: 100px;
}

.aa {
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.b {
    color: var(--naranja);
    font-family: 'Times New Roman', Times, serif;
}

.c {
    color: var(--gris_3);
    font-family: 'Times New Roman', Times, serif;
}

.d {
    font-family: 'Alex Brush', cursive;
}

.e {
    font-family: "Century Gothic";
    font-style: italic;
    font-size: 3rem;
    font-weight: bold;
}

.titulo,
.aa,
.b,
.c,
.d {
    font-size: 7.5rem;
    text-align: center;
}

.recuadro {
    margin-top: 2rem;
    border: solid var(--naranja);
}

.leyenda {
    margin-right: 5rem;
    margin-left: 5rem;
    text-align: center;
    font-size: 2rem;
}

.leyenda span {
    font-weight: bold;
}

.leyenda .orange {
    color: var(--naranja);
}

.icon {
    width: 6rem;
}


/*Servicios*/

@media (min-width: 480px) {
    .servicios_1 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 3rem;
    }

    .servicios_2 {
        margin-top: 6rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 3rem;
    }
}

.servicio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicio h3 {
    text-align: center;
}

.servicio .iconos {
    height: 15rem;
    width: 15rem;
    background-color: var(--naranja);
    border-radius: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.iconos {
    float: right;
}

.foot {
    margin-top: 15rem;
    background-color: var(--gris_2);
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    color: var(--blanco);
}


/* .foot p {
    text-align: right;
}

.foot h5 {
    margin-top: 14.5rem;
} */

@media (min-width:480px) {
    .panelText {
        display: grid;
        display: flex;
        grid-template-columns: 1fr 2fr;
        column-gap: 3rem;
    }
}

.panelText .par {
    font-size: 2rem;
}

.imagen>div {
    position: relative;
    bottom: 25px;
    color: var(--blanco);
    background-color: var(--gris_2);
    padding: 2px 10px;
    opacity: 0.5;
}

.formulario {
    background-color: var(--gris_3);
    width: min(60rem, 100%);
    margin: 0 auto;
    padding: 2rem;
    border-radius: 1rem;
}

.formulario fieldset {
    border: none;
}

.formulario legend {
    font-size: 2rem;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2rem;
    color: var(--naranja);
}

.campo label {
    color: var(--blanco);
    font-weight: bold;
    margin-bottom: .5rem;
    display: block;
}

.input-text {
    width: 100%;
    border: none;
    padding: 1.5rem;
    border-radius: .5rem;
}

.boton {
    background-color: var(--naranja);
    color: var(--blanco);
    padding: 1rem 3rem;
    margin-top: 3rem;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: .5rem;
    width: 90%;
    text-align: center;
    border: none;
}

.boton:hover {
    cursor: pointer;
}

.enviar .boton {
    width: 100%;
}

.w-sm-100 {
    width: 100%;
}

@media (min-width: 768px) {
    .w-sm-100 {
        width: auto;
    }
}

.flex {
    display: flex;
}

.alinear-derecha {
    justify-content: flex-end;
}

.contact_grid {
    display: grid;
    justify-content: center;
}

.icons_contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    padding-bottom: 3rem;
}

.icons_contact p {
    font-size: 2rem;
}

.map {
    border: solid var(--gris_2);
    border-width: .5rem;
    border-radius: 1rem;
    position: relative;
    padding-bottom: 45rem;
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

.contact {
    font-size: 2rem;
    margin-bottom: 10rem;
}

.error {
    text-align: center;
    background-color: rgb(220, 20, 60);
    padding: 1rem;
    color: var(--blanco);
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .panelImg {
        display: grid;
        grid-template-columns: repeat(2, 3fr);
    }
}

.panelImg .i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panelImg img {
    width: 25rem;
}

@media(min-width: 760px) {
    .panelImg_2 {
        display: grid;
        grid-template-columns: repeat(3, 2fr);
        column-gap: 1rem;
    }
}

.panelImg_2 .i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panelImg_2 img {
    width: 25rem;
}

@media(min-width: 760px) {
    .panelImg_3 {
        display: grid;
        grid-template-columns: repeat(4, 2fr);
        column-gap: 1rem;
    }
}

.panelImg_3 .i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panelImg_3 img {
    width: 30rem;
}

.img_logoberel {
    width: 10rem;
    position: absolute;
    right: 10%;
    top: 10%;
}

@media (min-width: 760px) {
    .img_logoberel {
        width: 12.5rem;
        top: 20%;
    }
}