@import url('principal.css');
@import url('stickyButton.css');

.iconMenu {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 1rem;
}

#btnMenu {
    color: #fff !important;
    font-size: 1.5rem;;
}

.barra {
    width: 100%;
    position: relative;
    background-color: var(--azul);
    color: var(--white);
    height: 60px;
    z-index: 0;
}

.barra .cont {
    position: relative;
    width: 90%;
    left: 5%;
}

header .barra ul li {
    list-style: none !important;
}

a:link,
a:visited,
a:active {
    text-decoration: none !important;
}

.cont a:link {
    color: #fff;
}

.cont a:hover {
    color: rgb(200, 200, 200) !important;
}

.cont a:active {
    color: yellow;
}

.cont a:visited {
    color: var(--white);
}

[class^="icon-"] {
    position: relative;
    top: 2px;
}

.barra li {
    text-align: right;
    padding-left: 20px;
    line-height: 60px;
}

.menu ul li {
    padding-left: 0;
    list-style: none;
    width: 100%;
    background-color: rgb(150,150,150);
    color:#fff;
    border-bottom: 1px solid rgb(200,200,200);
}
.menu ul li:hover {
    background-color: rgb(170,170,170);
}

.menu ul {
    position: relative;
    padding:0;
    top: -6rem;
    transform: translateX(-100%);
}

.menu ul li a {
    line-height: 50px;
    color:#fff;
    font-weight: 600;
    text-decoration: none !important;
    padding-left: 1rem;;
}
.menu ul li a:link {
    text-decoration: none !important;
}
.menu ul li a:active {
    text-decoration: none !important;
}

.menu ul li a:active {
    color: #fff;
}
.menu ul li a:visited {
    color: rgba(255, 255, 255, 1);
}

.cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0;
}

.logo {
    position: relative;
    /* border: 1px solid yellow; */
    width: 45%;
    left: 5%;
    max-width: 45%;
}

.logo img {
    position: relative;
    height: 90px;
    top: 0px;
}

@media screen and (min-width: 413px) {
    .iconMenu {
        display: none;
    }
    .barra {
        height: 40px;
    }
    .barra li {
        text-align: right;
        padding-left: 20px;
        line-height: 40px;
    }
    .menu ul li {
        padding-left: 0;
        list-style: none;
        width: 10%;
        background-color: transparent;
    }
    
    .menu ul {
        padding:0;
    }
    .carrusel {
        position: relative;
        z-index: 0;
        top: 0px;
    }
    .carousel-caption {
        background-color: rgba(255, 255, 255, .0);
        bottom: 250px !important;
        border-radius: 20px;
    }
    .carousel-caption h5 {
        text-shadow: 0.1em 0.1em 0.2em black;
        color: #fff;
        font-size: 4rem;
        font-weight: 600;
    }
    .carousel-caption p {
        color: #fff;
        text-shadow: 0.1em 0.1em 0.1em black;
        font-size: 1.8rem;
        font-weight: 500;
    }
    .carousel-caption p span {
        font-weight: 600;
    }
    .carousel-indicators [data-bs-target] {
        position: relative;
        width: 60px;
        height: 6px;
        border: none;
        border-radius: 24px;
    }
    .carousel-indicators [data-bs-target] span {
        content: ’’;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #7952b3;
        border-radius: inherit;
    }
    .contMenu {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100px;
        background-color: rgba(255, 255, 255, .8);
        z-index: 2;
    }
    .logo {
        position: relative;
        /* border: 1px solid yellow; */
        width: 45%;
        left: 5%;
        max-width: 45%;
    }
    .logo img {
        position: relative;
        height: 90px;
        top: 0px;
    }
    .vos {
        position: relative;
        color: var(--azul);
        font-size: 1.5rem;
        font-weight: 600;
        top: 10px;
    }
    .menu {
        position: relative;
        /* border: 1px solid red; */
        width: 50%;
        z-index: 0;
    }
    .menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        list-style: none;
    }
    .menu ul li {
        margin-right: 3.5rem;
    }
    .menu ul li a {
        line-height: 100px;
        color: var(--azul);
        font-weight: 600;
        text-decoration: none !important;
    }
    .menu ul li a:link {
        text-decoration: none !important;
    }
    .menu ul li a:active {
        text-decoration: none !important;
    }
    .menu ul li a:hover {
        color: var(--grayBold) !important;
    }
    .menu ul li a:active {
        color: yellow;
    }
    .menu ul li a:visited {
        color: var(--azul);
    }
    .title {
        position: relative;
        top: -50px;
        width: 100%;
        height: 50px;
        color: black;
        background-color: rgba(255, 255, 255, .85);
        text-align: center;
    }
    .title h2 {
        line-height: 50px;
        font-size: 1.5rem;
        font-weight: 500;
    }
    .sep {
        color: rgba(78, 151, 201, 1);
        border: 2px solid rgba(3, 89, 123, 1);
        margin: 1rem 14rem;
    }
    .sep2 {
        color: rgba(78, 151, 201, 1);
        border: 2px solid rgba(78, 151, 201, 1);
        margin: 0.5rem 10rem 1rem 10rem;
    }
    .txt h3 {
        color: rgba(3, 89, 123, 1);
        font-weight: 500;
        margin-top: 3rem;
    }
    .services p {
        padding: 5px;
        color: black;
    }
    .services1 {
        position: relative;
        display: flex;
        justify-content: center;
        top: 0.5rem;
    }
    .services1 .img,
    .services .txt {
        width: 35%;
        text-align: center;
        color: var(--azul);
    }
    .services1 img {
        max-width: 100%;
    }
    .services2 {
        position: relative;
        display: flex;
        justify-content: center;
        top: 2rem;
    }
    .services2 .img,
    .services .txt {
        width: 35%;
        text-align: center;
        color: var(--azul);
    }
    .services2 img {
        max-width: 100%;
    }
    .services2 p {
        padding-bottom: 2px;
        margin-bottom: 2px;
    }
    .services2 h3 {
        padding-bottom: 2px;
        margin-bottom: 2px;
    }
    .services3 {
        position: relative;
        display: flex;
        justify-content: center;
        top: 2rem;
    }
    .services3 .img,
    .services .txt {
        width: 35%;
        text-align: center;
        color: var(--azul);
    }
    .services3 img {
        max-width: 100%;
    }
    .services h3 {
        padding-top: 5px;
    }
    /* .planes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        top: -50px;
        width: 70%;
        margin: 0 auto;
    } */
    .planes {
        position: relative;
        top: 2rem;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        /* grid-template-columns: repeat(3, 1fr); */
    }
    .planes .container {
        position: relative;
        top: 2rem;
        display: grid;
        /* grid-template-columns: repeat(3, 1fr); */
        grid-template-columns: auto auto auto;
        grid-gap: 30px;
        grid-auto-rows: minmax(100px, auto);
    }
    .planes .container article {
        width: 100%;
        border: 1px solid var(--gray);
    }
    .planes .container article img {
        max-width: 100%;
        border: 1px solid var(--gray);
        ;
    }
    .planes .container iframe {
        width: 100%;
    }
    .planes .container ul li {
        list-style-type: square;
    }
    .planes .container .planBtitle {
        height: 2rem;
        color: #fff;
        background-color: red;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 500;
    }
    .planes .container .planMtitle {
        height: 2rem;
        color: #fff;
        background-color: rgba(10, 122, 4, 1);
        text-align: center;
        font-size: 1.3rem;
        font-weight: 500;
    }
    .planes .container .planFtitle {
        height: 2rem;
        color: #fff;
        background-color: rgba(117, 4, 170, 1);
        text-align: center;
        font-size: 1.3rem;
        font-weight: 500;
    }
    .planes .container .planBprices {
        margin: 0;
        padding: 0;
        color: white;
    }
    .planes .container .planBprices p {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .noIva {
        font-size: 0.8rem !important;
    }
    .planes .planBcontent,
    .planes .planMcontent,
    .planes .planFcontent {
        padding-top: 0px;
    }
    .planes .but {
        text-align: center;
        padding-bottom: 15px;
        ;
    }
    .contact {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        top: -50px;
        width: 70%;
        margin: 0 auto; */
        position: relative;
        /* display: grid;
        grid-template-columns: auto auto;
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, auto);
        */
        width: 40%;
        margin: 0 auto;
    }
    .contact .txt {
        width: 150%;
        text-align: center;
        transform: translateX(-10rem);
    }
    .contact h3 {
        text-align: center;
        color: rgba(3, 89, 123, 1);
        font-weight: 500;
        margin: 2rem 0;
    }
    .contact article {
        width: 100%;
        overflow: hidden;
    }
    .form1 {
        padding: 10px;
        border: 1px solid rgba(170, 170, 170, .5);
        border-radius: 5px;
    }
    footer .logo2 {
        text-align: center;
        width: 100%;
        margin: auto;
    }
    footer .logo2 img {
        width: 40rem;
    }
    footer p {
        font-size: 1.5rem;
        text-align: center;
        font-weight: 600;
        color: var(--azul);
    }
    .footerC {
        position: relative;
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, auto);
        width: 60%;
        margin: 0 auto;
    }
    .footerC article {
        /* width: 35%; */
        color: var(--azul);
    }
    .footerC article a {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--azul);
    }
    /* .footerC #em {
        width: 38%;
        text-align: right;
        padding-right: 10px;
    }
    .footerC #ws {
        width: 32%;
        text-align: left;
        padding-left: 10px;
    } */
    .rrss ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .rrss ul li {
        width: 50px;
        list-style: none;
        font-size: 1.5rem;
        text-align: center;
        font-weight: 600;
        color: var(--azul);
    }
    .rrss ul li i {
        cursor: pointer;
    }
    #servir {
        display: none !important;
    }
    .carousel-indicators [data-bs-target] {
        width: 10px !important;
        height: 10px !important;
        background-color: rgba(3, 89, 123, 1) !important;
        border: 2px solid white;
        border-radius: 50% !important;
    }
    .fondo {
        top: 0;
        left: 0;
        position: fixed;
        width: 100% !important;
        height: 100vh;
        background-color: rgba(0, 0, 0, .75);
        z-index: -1;
    }
    .visor {
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 50;
    }
    .visor #xCarousel {
        top: 0;
        left: 0;
        position: absolute;
        width: 50%;
        height: 50vh;
        background-color: rgba(0, 0, 0, .5);
        border: 1px solid rgba(170, 170, 170, 1);
        z-index: 0;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -20%);
    }
    .visor #xCarousel img {
        border: 10px solid white;
    }
    [data-nomb] {
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    [data-nomb]:hover {
        transform: scale(1.1);
    }
    .wapp {
        position: fixed;
        z-index: 3;
        right: 2rem;
        top: 4rem;
        width: 3rem;
        cursor: pointer;
        transition: all .2s ease-out;
    }
    .wapp:hover {
        transform: scale(1.3);
    }
    .btn-outline-primary {
        color: rgba(255, 255, 255, 1) !important;
        background: rgba(78, 151, 201, 1) !important;
        border: none !important;
    }
    .btn-outline-primary:hover {
        color: rgba(255, 255, 255, 1) !important;
        background: rgba(7, 107, 163, 1) !important;
        border: none !important;
    }
}