﻿.color {
    background-image: linear-gradient(rgb(0 0 0 / 80%),rgb(0 0 0 / 80%)),url(../img/serv.png) !important;
    background-size: cover,cover
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.main {
    max-width: 1000px;
    min-height: 713px;
    width: 90%;
    margin: 40px auto;
    font-family: Roboto,sans-serif;
    --primario: #e23939;
    --gris-claro: #B8B8B8;
    --sombra: 0 0 13px 0 rgba(185,185,185, .25)
}

.titulo {
    color: rgb(255 255 255);
    font-weight: 700;
    text-align: center;
    margin: 60px 0;
    margin-bottom: 40px;
}
/*! ============= Categorias ============= */

.categorias {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    margin-bottom: 0
}

.categoria {
    cursor: pointer;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    font-weight: 700;
    color: var(--gris-claro);
    border: 2px solid transparent;
    transition: .3s ease all
}

    .categoria:hover {
        box-shadow: var(--sombra);
        color: #000
    }

        .categoria:hover path {
            fill: rgb(0 105 199)
        }

    .categoria svg {
        width: 64px;
        margin-bottom: 10px
    }

    .categoria path {
        fill: var(--gris-claro);
        transition: .3s ease all
    }

    .categoria.activa {
        border: 2px solid rgb(0 105 199);
        color: #000;
        visibility: hidden;
        margin-bottom: -100px
    }

        .categoria.activa path {
            fill: rgb(0 105 199)
        }
/*! =================================================*/ /*! ============= Contenedor Preguntas ============= */ /*! =================================================*/

.contenedor-preguntas {
    display: none;
    grid-template-columns: 1fr;
    gap: 20px
}

    .contenedor-preguntas.activo {
        display: grid
    }

.contenedor-pregunta {
    background: #fff;
    padding: 40px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease all;
    cursor: pointer
}

    .contenedor-pregunta:hover {
        box-shadow: var(--sombra)
    }

    .contenedor-pregunta.activa {
        border: 2px solid rgb(0 105 199)
    }

.contenedor-preguntas2 {
    display: none;
    grid-template-columns: 1fr;
    gap: 40px
}

    .contenedor-preguntas2.activo {
        display: grid
    }

.contenedor-pregunta2 {
    background: #fff;
    padding: 40px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease all
}

    .contenedor-pregunta2:hover {
        box-shadow: var(--sombra)
    }

    .contenedor-pregunta2.activa {
        border: 2px solid rgb(0 105 199)
    }
/*! =================================================*/ /*! ============= Preguntas ============= */ /*! =================================================*/

.pregunta {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .pregunta img {
        width: 14px
    }

.pregunta2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.img1 {
    width: 20%
}

.img2 {
    width: 18%
}

.img3 {
    width: 8%
}

.respuesta {
    color: grey;
    line-height: 30px;
    max-height: 0;
    opacity: 0;
    transition: .3s ease all
}

.contenedor-pregunta.activa .respuesta {
    opacity: 1;
    margin-top: 20px
}

.contenedor-pregunta.activa img {
    transform: rotate(45deg)
}

.contenedor-pregunta2.activa .respuesta {
    opacity: 1;
    margin-top: 20px
}

.contenedor-pregunta2.activa img {
    transform: rotate(45deg)
}

.a2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer
}

.a3 {
    margin-left: 10px;
    text-align: center;
    border-left: solid;
    padding: 5px
}

.a4 {
    margin-right: -37%
}
/*! =================================================*/ /*! ============= Responsive Design ============= */ /*! =================================================*/

@media (max-width:950px) {
    .img1 {
        width: 55%
    }

    .img2 {
        width: 55%
    }

    .img3 {
        width: 30%
    }

    .repos {
        margin-left: 23px
    }

    .repofonts {
        font-size: 16px
    }
}

@media screen and (max-width:820px) {
    .categorias {
        grid-template-columns: 1fr 1fr
    }

    .categoria {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px
    }

        .categoria svg {
            width: 30px;
            margin-right: 10px;
            margin-bottom: 0
        }
}

@media screen and (max-width:500px) {
    .categorias {
        grid-template-columns: 1fr
    }
}

.pie-pagina .grupo-2 {
    background-color: #072955;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    width: 100%
}

    .pie-pagina .grupo-2 small {
        font-size: 15px
    }

.disp {
    display: flex !important;
    width: 61% !important;
    flex-wrap: wrap !important;
    flex-direction: column !important
}

.infetop {
    margin-top: 15px
}

.piew {
    width: 100%;
    background-color: rgb(0 105 199)
}

    .piew .grupo-1 {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 50px;
        padding: 45px 0
    }

        .piew .grupo-1 .box figure {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .piew .grupo-1 .box figure img {
                width: 250px
            }

        .piew .grupo-1 .box h2 {
            color: #fff;
            margin-bottom: 25px;
            font-size: 20px
        }

        .piew .grupo-1 .box p {
            color: #efefef;
            margin-bottom: 10px
        }

        .piew .grupo-1 .red-social a {
            display: inline-block;
            text-decoration: none;
            width: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            margin-right: 10px;
            background-color: rgb(0 67 127);
            text-align: center;
            transition: all .3s ease
        }

            .piew .grupo-1 .red-social a:hover {
                color: #0ff
            }

    .piew .grupo-2 {
        background-color: #0a1a2a;
        padding: 15px 10px;
        text-align: center;
        color: #fff
    }

        .piew .grupo-2 small {
            font-size: 15px
        }

@media screen and (max-width:800px) {
    .piew .grupo-1 {
        width: 90%;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
        padding: 35px 0
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

:root {
    --theme-color: white;
    --primary-color: #124f88;
    --secundary-color: #f7c331;
    --text-color-inverse: white;
    --text-color: black;
    --navbar-shallow-color: #e5e5e5;
    --menu-mobile-background-color: #3a4460
}

html {
    scroll-behavior: smooth
}

section[id] {
    scroll-margin-top: 70px
}

body {
    font-family: "Open Sans",sans-serif;
    color: var(--text-color);
    background-color: #072955;
    box-shadow: 0 2px 20px #000;
    padding-top: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wave-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-position: center,bottom;
    background-repeat: no-repeat;
    background-size: cover,cover;
    background-attachment: fixed,fixed;
    overflow: hidden;
    z-index: -1;
    opacity: .2
}

.wave {
    position: absolute;
    bottom: 0;
    width: 200%;
    height: 300px;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    opacity: .6;
    animation: wave-animation 6s infinite ease-in-out
}

    .wave:nth-child(2) {
        top: 100px;
        animation-delay: -1.5s;
        background: rgba(255,255,255,.2)
    }

    .wave:nth-child(3) {
        top: 200px;
        animation-delay: -3s;
        background: rgba(255,255,255,.1)
    }

@keyframes wave-animation {
    0% {
        transform: translateX(-50%) translateY(0) scaleX(1)
    }

    50% {
        transform: translateX(-50%) translateY(-40px) scaleX(1.3)
    }

    100% {
        transform: translateX(-50%) translateY(0) scaleX(1)
    }
}

a {
    text-decoration: none;
    color: var(--text-color)
}

.GestD {
    background: linear-gradient(rgb(255 255 255) 50%,#f3fafe 50%);
    background-size: cover,cover;
    background-repeat: no-repeat,no-repeat;
    background-position: center bottom,center bottom
}

.inic {
    width: 100%;
    height: 852px;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    padding: 0 0;
    align-items: center;
    max-height: 852px
}

.inicM {
    width: 100%;
    height: 855px;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    padding: 20px 0;
    align-items: center;
    max-height: 825px
}

.imagecen {
    width: 65%;
    position: relative;
    height: 743px;
    margin-top: 52px;
    left: 315px
}

.textop {
    color: rgb(255 255 255 / 90%);
    max-width: 900px;
    height: 590px;
    font-size: 2.8rem;
    line-height: 1.1 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0
}

.fototop {
    max-width: 235px;
    margin-bottom: 45px;
    position: static
}

.content1 {
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.mx-xl--60 {
    margin-left: -60px;
    margin-right: -60px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

#ico-serv {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(white 50%,#fff 50%);
    overflow-x: hidden;
    height: 882px;
    flex-direction: column;
    flex-wrap: wrap
}

    #ico-serv h5 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: rgb(8 91 157);
        margin-bottom: -35px
    }

.botserv {
    height: 25%;
    display: flex;
    width: 71%;
    margin-bottom: 3%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.botserv2 {
    height: 25%;
    display: flex;
    width: 71%;
    margin-bottom: 5%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

#botonco {
    background: #072955;
    display: flex;
    width: 250px;
    height: 55px;
    margin: 1em;
    border-radius: 10px;
    text-align: center;
    padding: 10px 49px;
    position: relative;
    margin-top: 90px;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    border: none
}

    #botonco:hover {
        background: #041a37
    }

#botonco2 {
    background: #fff;
    display: flex;
    width: 230px;
    height: 55px;
    margin: 1em;
    border-radius: 10px;
    text-align: center;
    padding: 10px 49px;
    position: relative;
    margin-top: 90px;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    border: none
}

    #botonco2:hover {
        background: rgb(209 209 209)
    }

#botonco:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg,#fff,#bbb,#fff,#072955,#bbb,#bbb,#fff,#bbb,#072955,#bbb,#fff);
    background-size: 800%;
    border-radius: 10px;
    filter: blur(8px);
    animation: glowing 25s linear infinite
}

#botonco2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg,#072955,#fff,#072955,rgb(5 120 223),#072955,#fff,#072955,#072955,rgb(5 120 223),#072955,#072955);
    background-size: 800%;
    border-radius: 10px;
    filter: blur(8px);
    animation: glowing 25s linear infinite
}

@keyframes glowing {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 500% 0
    }

    100% {
        background-position: 0 0
    }
}

#crs-cont, #lcr-cont {
    background: rgb(0 199 135);
    display: flex;
    width: 50%;
    height: 50px;
    margin: 3em;
    border-radius: 55px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 15px 30px;
    z-index: 1;
    flex-wrap: wrap;
    box-shadow: 0 0 2px 1px #000
}

    #crs-cont:hover, #lcr-cont:hover {
        background: rgb(0 179 121)
    }

.botoncolor {
    background: rgb(255 255 255) !important
}

    .botoncolor:hover {
        background: rgb(217 217 217) !important
    }

#leyenda, #leyenda2 {
    color: #000;
    display: flex;
    font-size: 1.3em;
    text-align: center;
    user-select: none;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
    font-family: system-ui
}

    #leyenda2 p {
        text-align: center
    }

#leyenda3 {
    color: #fff;
    display: flex;
    font-size: 16px;
    text-align: center;
    user-select: none;
    padding: 0;
    font-weight: 700;
    cursor: pointer
}

.basegrid {
    display: flex
}

.social .icon {
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px
}

    .social .icon svg {
        width: var(--size);
        height: var(--size)
    }

        .social .icon svg path {
            fill: #ffffff
        }

.textico {
    color: #fff;
    font-weight: 700;
    margin-left: 10px
}

.textico2 {
    color: #fff;
    font-weight: 700
}

.inicio2 {
    display: flex;
    justify-content: space-around;
    z-index: 90;
    position: absolute;
    left: 608px;
    top: 160px
}

.contenido-descripcion {
    width: 40%;
    display: flex;
    height: 100%;
    justify-content: space-around;
    max-width: 40%;
    color: #fff;
    text-decoration: underline;
    font-family: ui-monospace;
    font-size: 60px
}

    .contenido-descripcion .titulo {
        text-transform: uppercase;
        letter-spacing: 5px
    }

        .contenido-descripcion .titulo span:first-child {
            display: block;
            font-weight: 900;
            font-size: 100px
        }

.horizontal-padding {
    padding-left: 25px;
    padding-right: 25px
}

.vertical-padding {
    padding-top: 25px;
    padding-bottom: 25px
}

.titulos {
    text-align: center
}

.profile-info3 {
    margin-bottom: 0;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    border: none;
    padding: .5em 1em;
    position: relative;
    text-align: left;
    z-index: 99
}

.logoce {
    width: 276vw;
    max-width: 300px
}

.botonesinic {
    display: flex
}

.pboton {
    display: flex;
    align-items: center
}

.pboton2 {
    display: flex;
    align-items: center;
    color: #000
}

@media (max-width:1024px) {
    .botserv {
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        align-content: center
    }

    .inic {
        width: 100%;
        height: 880px;
        display: flex;
        justify-content: center;
        flex-flow: column wrap;
        padding: 20px 0;
        align-items: center;
        margin-top: -100px
    }

    .basegrid {
        display: flex
    }

    .textop {
        color: rgb(255 255 255 / 90%);
        max-width: 900px;
        height: 560px;
        font-size: 2.5rem;
        line-height: 1.1 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0
    }

    .fototop {
        max-width: 220px;
        margin-top: 25px;
        position: static
    }

    .botonesinic {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #botonco {
        background: #072955;
        display: flex;
        width: 234px;
        height: 55px;
        margin: 1em;
        border-radius: 10px;
        text-align: center;
        padding: 10px 49px;
        position: relative;
        margin-top: 85px;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 10px #ffffff3b
    }

    #botonco2 {
        background: #fff;
        display: flex;
        width: 230px;
        height: 55px;
        margin: 1em;
        border-radius: 10px;
        text-align: center;
        padding: 10px 49px;
        position: relative;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 10px #ffffff3b
    }
}

@media (min-width:950px) {
    .horizontal-padding {
        padding-left: 579px;
        padding-right: 70px
    }

    .vertical-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .vertical-paddingn {
        padding: 20px 0
    }

    .vertical-paddingv {
        padding-top: 36px;
        padding-bottom: 20px
    }

    .vertical-paddingc {
        height: auto;
        padding-top: 10px;
        padding-bottom: 0;
        background-image: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%)),url(../Assets/img/Conta.png) !important;
        background-size: cover,cover;
        background-repeat: no-repeat,no-repeat;
        background-position: center;
        width: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: -1px
    }

    .vertical-paddingc4 {
        height: auto;
        padding-top: 30px;
        padding-bottom: 50px;
        background: rgb(235 235 235);
        width: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .vertical-paddingc3 {
        height: auto;
        padding-bottom: 30px;
        background: rgb(235 235 235);
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .vertical-paddingc2 {
        height: auto;
        padding-top: 10px;
        background: rgb(235 235 235);
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .vertical-paddingini {
        padding-top: 443px;
        padding-bottom: 200px
    }
}

@media (max-width:950px) {
    .vertical-paddingc {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        background: #eaeaea;
        width: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: -45px;
        background-image: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%)),url(../img/Conta.png) !important;
        background-size: initial;
        background-repeat: no-repeat,no-repeat
    }

    .vertical-paddingc2 {
        height: 520px;
        padding-top: 60px;
        padding-bottom: 80px;
        background: rgb(107 107 107);
        width: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column
    }

    .botserv {
        height: 82%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .botserv2 {
        height: 45%;
        display: flex;
        width: 80%;
        margin-bottom: 5%;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: column;
        justify-content: space-between
    }

    #ico-serv {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
        background: #fff;
        overflow-x: hidden;
        height: 1630px;
        flex-direction: column
    }

    #crs-cont, #lcr-cont {
        display: flex;
        width: 45%;
        height: 50%;
        margin: 3em;
        border-radius: 55px;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        flex-wrap: wrap;
        box-shadow: 0 0 3px 1px #000
    }

    .botoncolor {
        width: 55% !important
    }

    #ico-serv h5 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: rgb(8 91 157);
        margin-bottom: -15px;
        margin-top: 40px
    }

    .textop {
        font-size: 1.5rem
    }

    .imagecen {
        width: 100%;
        position: relative;
        height: 100%;
        margin-top: 52px;
        left: 0
    }

    .botonesinic {
        margin-top: -30px
    }

    #botonco {
        position: static
    }

    #botonco2 {
        position: static
    }

    #botonco:before {
        visibility: hidden
    }

    #botonco2:before {
        visibility: hidden
    }
}

.contact-us {
    width: 735px;
    background: rgb(255 255 255 / 0%);
    padding: 40px 50px 50px 50px;
    margin: 100px auto;
    position: relative;
    height: 440px;
    margin-top: 40px;
    margin-left: 310px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.title h1 {
    color: #535274;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-align: center
}

.form, .form-items {
    width: 100%
}

    .form-items .input {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 40px;
        box-sizing: border-box;
        background: rgb(255 255 255);
        border: 0;
        outline: 0;
        border-radius: 10px
    }

        .form-items .input.message {
            height: 125px;
            margin-bottom: 30px;
            padding: 15px 15px;
            resize: none
        }

.btnF {
    background: #072956;
    text-align: center;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #072956;
    transition: .3s
}

    .btnF:hover {
        background: #041a37;
        transition: .3s
    }

.btn2 {
    background: #072956;
    text-align: center;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    margin-top: 14px;
    align-items: center
}

    .btn2:hover {
        background: #041a37
    }

.btn .fas {
    margin-left: 10px;
    font-size: 12px
}

.form-items {
    position: relative
}

    .form-items .fas {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #9a99aa
    }

.social-icons {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around
}

    .social-icons div {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: relative;
        cursor: pointer
    }

        .social-icons div .fab {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            color: #fff
        }

        .social-icons div.facebook {
            background: #5178d9
        }

        .social-icons div.twitter {
            background: #41caf6
        }

        .social-icons div.google {
            background: #fb4f4f
        }

ol, ul {
    list-style: none
}

.mapac {
    position: absolute;
    top: 65px;
    left: 705px;
    text-align: center;
    width: 80%
}

.mapact {
    width: 470px;
    height: 360px
}

.contach2 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 100px;
    font-size: 30px;
    text-shadow: 0 3px 3px #000
}

.contacp {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 3px 3px #000
}

.pfaq {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 3px 3px #000;
    margin-bottom: 15px;
    text-align: center
}

.form-items > textarea {
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    padding: 15px 40px;
    box-sizing: border-box;
    background: rgb(255 255 255);
    border: 0;
    outline: 0;
    border-radius: 10px;
    resize: none
}

@media(min-width:950px) {
    .skills-title {
        font-size: 40px
    }

    .skills-skill {
        font-size: 30px;
        margin: 20px
    }

    .skills-title2 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        margin-top: -15px;
        margin-bottom: 25px;
        text-shadow: 0 3px 3px #000
    }
}

@media (max-width:1603px) {
    .mapac {
        position: absolute;
        top: 470px;
        left: 70px;
        text-align: center;
        width: 80%;
        margin-top: 10px
    }

    .contach2 {
        color: #fff;
        margin-bottom: 30px;
        margin-top: 0;
        font-size: 30px;
        text-shadow: 0 3px 3px #000
    }

    .vertical-paddingc {
        padding-top: 0;
        padding-bottom: 105px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center
    }

    .contact-us {
        width: 735px;
        background: rgb(255 255 255 / 0%);
        padding: 40px 50px 50px 50px;
        margin: 100px auto;
        position: relative;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:1201px) {
    .wrapper h5 {
        margin-bottom: 70px !important
    }

    .imagecen {
        width: 100%;
        position: relative;
        height: 743px;
        margin-top: 52px;
        left: 0
    }
}

@media (max-width:950px) {
    .skills-title2 {
        font-size: 39px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        margin-top: -15px;
        margin-bottom: 25px;
        text-shadow: 0 3px 3px #000
    }

    .contact-us {
        width: 735px;
        background: rgb(255 255 255 / 0%);
        padding: 50px;
        margin: 100px auto;
        position: relative;
        height: 935px;
        margin-top: 50px
    }

    .contach2 {
        color: #fff;
        margin-bottom: 40px;
        margin-top: 90px;
        font-size: 26px;
        text-shadow: 0 3px 3px #000
    }

    .form-items .input {
        width: 98% !important;
        margin-bottom: 15px;
        padding: 15px 40px;
        box-sizing: border-box;
        background: rgb(255 255 255);
        border: 0;
        outline: 0;
        border-radius: 10px;
        margin-left: 0 !important
    }

    .mapac {
        position: absolute;
        top: 365px;
        left: 70px;
        text-align: center;
        width: 80%;
        margin-top: 111px
    }

    .vertical-paddingc {
        height: 900px;
        background-size: cover
    }
}

@media(max-width:600px) {
    .contact-us {
        width: 390px;
        height: 1070px;
        background: rgb(255 255 255 / 0%);
        padding: 50px;
        margin: 100px auto;
        position: relative;
        margin-top: 215px
    }

    .mapac {
        position: relative;
        top: -170px;
        left: 28px;
        text-align: center
    }
}