/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*******************Tipografia*******************/
@font-face {
    font-family:'Gabarito-Regular', sans-serif;
    src: url(https://pixtor.mx/logos24/assets/tipografia/Gabarito-Regular.woff2);
}
@font-face {
    font-family:'Gabarito-Bold', sans-serif;
    src: url(https://pixtor.mx/logos24/assets/tipografia/Gabarito-Bold.ttf);
}
h1,h2,h3,h4,h5,h6{
    font-family:'Gabarito-Bold', sans-serif !important;
}
p,span,a,button,input,ul,ol,li,optgroup, select, textarea,div,text{
    font-family:'Gabarito-Regular', sans-serif !important;
    font-weight: 400;
}
body, body * {
    font-family: 'Gabarito', sans-serif !important;
    }
/*******************Tipografia*******************/
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Gabarito' !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #444;
}


h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #3EC1D5;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-size: 1.2rem;
    text-align: left;
    overflow-x: hidden;
    line-height: 1.4rem;
}

.pad4 {
    padding: 4% 0%;
}

@media(max-width:767px) {
    body {
        font-size: 1.1rem;
    }
    h2 {
        font-size: 2.2rem;
    }
}

.navbar-mobile .mobile-nav-toggle {
    width: 30px;
    height: 30px;
}


/*--------------------------------------------------------------
# scroll bar
--------------------------------------------------------------*/


/*definimos el ancho del scroll */

::-webkit-scrollbar {
    width: auto;
}


/*definimos el color de fondo de de la barra de scroll */

::-webkit-scrollbar-track {
    background: #ffffff;
}


/*personalizamos el scroll*/

::-webkit-scrollbar-thumb {
    border-radius: auto;
    background: linear-gradient(180deg, rgba(57, 100, 229, 1) 0%, rgba(57, 100, 229, 1) 35%, rgba(57, 100, 229, 1) 100%);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 3%;
    bottom: 5%;
    z-index: 996;
    background: #3ec1d500;
    width: 60px;
    height: 60px;
    transition: all 0.4s;
}

.back-to-top i {
display: none;
}

.back-to-top:hover {
    background: #60ccdc00;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
    -moz-appearance: none;
    box-shadow: none !important;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
    background: #3EC1D5;
    text-shadow: none;
}

::selection {
    background: #3EC1D5;
    text-shadow: none;
}

.area-padding {
    padding: 70px 0px 80px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

.section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0);
    justify-content: center;
}

#header.header-scrolled {
    background: #002164;
    height: 64px;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}

#header .logo h1 span {
    color: #3ec1d5;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

@media (max-width: 768px) {
    #header {
        height: 64px;
        background: rgba(255, 255, 255, 0);
    }
    #header .logo h1 {
        font-size: 28px;
    }
    #header.header-scrolled {
        background: #002164;
        height: 64px;
    }
}

.header-bg {
    background: url(../img/background/page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 60px;
}

.header-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
    .header-bg {
        background-attachment: fixed;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/
/*
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.nav-link {
    padding: 0%;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    font-weight: 600;
    color: #dfa327;
}

.navbar .dropdown ul {
    font-weight: 400;
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
    border-bottom: 1px solid #717171;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #000000;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    font-weight: 600;
    color: #0274be;
    background-color: #d3d3d3;
    border: none;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/
/*
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 2, 2, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0d2529;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #3964e8;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #3964e8;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    min-height: 680px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(../../servicios/Naming/img/webp/fondo-hero-naming.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#hero .carousel-item{
    padding-top: 100px;
}
.d-block{
    max-width: 85% !important;
    padding: 100px;
    margin: 0 auto;
}

.desliza {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255 255 255 / 79%);
    width: 80px;
    border-radius: 10px;
    height: 100px;
    margin: 0 auto;
    color: black;
    font-size: 16px;
}

.desliza img {
    width: 18px;
    transform: rotate(90deg);
    filter: brightness(0);
    margin-top: 15px;
    margin-bottom: 10px;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0%, 100% {
      transform: translateY(0) rotate(90deg);
    }
    50% {
      transform: translateY(-10px) rotate(90deg);
    }
  }

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";
    /*background-color: rgba(0, 0, 0, 0.7);*/
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 4%;
    right: 4%;
}

#hero .container {
    text-align: center;
    padding: 0% !important;
    max-width: 1160px;
}

#hero h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 10;
}

#hero h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
    text-align: left;
}

div.banner1 button {
    display: flex;
    background-color: #81b62c;
    padding: 2% 4%;
    align-items: center;
    width: 30%;
    border: none !important;
    border-radius: 28px;
    color: #ffffff;
    margin-bottom: 4%;
    font-size: 1.25rem;
}

div.banner1 button img {
    width: 25%;
    padding: 2%;
}

#hero p {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}

@media (min-width: 1024px) {
    #hero p {
        width: 85%;
    }

    .form-input, .form-textarea {
        width: 70%;
    }
    .checkbox-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
#hero .desk{
    display: block !important;
    height: -webkit-fill-available !important;
}
#hero .mov{
    display: none !important;
}


#hero .carousel-fade {
    overflow: hidden;
    background: #002063;
    background: linear-gradient(180deg, #002063 10%, rgba(0,18,66,0) 40%,rgba(0,18,66,0) 90%, rgb(255, 255, 255) 100%) ;
}

#hero .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#hero .carousel-indicators li {
    cursor: pointer;
}
.carousel-inner{
z-index: 1 !important;
}
.carousel-indicators {
    z-index: 1000 !important;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #63b905;
}

#hero .btn-get-started:hover {
    background: #0274be;
    color: #ffffff;
}

.banner1 h1 {
    color: #ffffff;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
    margin: 0%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-area {
    padding: 40px 0;
    background: #f9f9f9;
}

.footer-head p {
    color: #444;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.footer-logo h2 span {
    color: #3ec1d5;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.footer-icons ul li a i {
    line-height: 0;
}

.flicker-img>a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #3EC1D5;
    font-weight: 700;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin: 5px 3px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #3EC1D5;
}

.copyright-text a {
    color: #444;
}

.copyright>p {
    margin-bottom: 0;
    color: #444;
}

.copyright a,
.credits a {
    color: #3EC1D5;
}

.credits {
    padding-top: 5px;
    text-align: center;
}

.footer {
    padding: 2% 0%;
    background-color: #434244;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    position: relative;
}

.footer p {
    color: #ffffff;
    font-size: 0.9rem;
    margin: 0%
}

.footer-redes {
    height: 25px;
    width: 25px;
    margin-right: 2px;
    margin-left: 2px;
}

.tel {
    display: flex;
}

.tel1 {
    width: 50%;
}

.tel1 {
    width: 50%;
}

.tel2 {
    width: 50%;
}

.tel1 p {
    text-align: right;
    padding-right: 1%;
}

.tel2 p {
    text-align: left;
    padding-left: 1%;
}

a.avisop {
    text-decoration: none;
    color: #ffffff !important;
}

.privmov {
    display: none;
}

.tel2 {
    width: 50%;
    display: flex;
    padding-left: 2%;
}

.tel1 {
    width: 50%;
    display: flex;
    justify-content: end;
    padding-right: 2%;
    align-items: center;
}

.tel1 a {
    display: contents;
}

.tel2 a {
    display: contents;
}

.tel1 img {
    width: 1.5em;
}

.tel2 img {
    width: 1.5em;
}

.redes {
    padding-top: 1%;
}

@media(max-width:767px) {
    .footer {
        background-size: 90%;
    }
    .tel {
        display: block;
    }
    .tel1 {
        width: 100%;
        padding: 1% 0%;
    }
    .tel2 {
        width: 100%;
        padding: 1% 0%;
    }
    .tel1 p {
        text-align: center;
        padding-right: 0%;
        padding-left: 2%;
    }
    .tel2 p {
        text-align: center;
        padding-left: 2%;
        margin-bottom: 0%;
    }
    .redes {
        padding-bottom: 0%;
    }
    .priv1 {
        display: none;
    }
    .privmov {
        display: block;
    }
    .tel1 {
        justify-content: center;
    }
    .tel2 {
        justify-content: center;
    }

    .form-input, .form-textarea {
        width: 90%;
    }
    .checkbox-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.desliza-mob {
    display: none;
}

@media(max-width:767px) {
    .desliza-mob {
        display: block;
    }
    p.desliza-mob {
        text-align: center !important;
        justify-content: center;
        margin: 0% !important;
    }
    p.comilla {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .p-desliza {
        position: relative;
        z-index: 9999;
        top: 92vh;
    }
}

.carousel-indicators [data-bs-target] {
    border-radius: 50px !important;
    border-top: none !important;
    border-bottom: none !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #4d4d4d !important;
    opacity: 1 !important;
}

.carousel-indicators li.active {
    background-color: #3964d7 !important;
}


/*blur imagenes*/

.banner1 img {
    backdrop-filter: blur(26px);
    border-radius: 32px;
}


/*que es el naming*/

section.naming .container {
    display: flex;
}

section.naming {
    background-color: #fff;
    padding: 100px 100px 0px 100px ;
    display: flex;
}

.nombre-ideal{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    row-gap: 20px;
}
.nombre-ideal h2{
    width: 94%;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.nombre-ideal .desde-2015{
    width: 40%; 
    background-color: #2275e3;
    border-radius: 30px;
    padding: 30px;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    row-gap: 20px;
 }
 .desde-2015 p{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
 }
.nombre-ideal .el-naming{
    width: 40%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
}
.el-naming h3{
    font-size:32px;
}
.el-naming p{
    font-size: 23px;
    color: #000000;
}
.pixtor-p{
    text-align: center;
    max-width: 100%;
    margin-top: -45px;
    padding: 0 35%;
    transform: rotate(-15deg);
}
.pixtor-r{
    max-width: 100%;
    text-align: center;
    margin-bottom: -140px;
    width: 85px;
    transform: rotate(25deg);
}
.pixtor-x{
    max-width: 100%;
    text-align: center;
    width: 100px;
    transform: rotate(145deg);
}

/*seccion formulario*/
#form-container{
    padding-bottom: 90px;
    padding-top: 90px;
    text-align: center;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.form-input, .form-textarea {
    width: 30%;
    padding: 15px;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.submit-btn {
    background-color: #e4c11c;
    color: #002164;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

form {
    font-family: gabarito;
}

label {
    display: inline-block;
    margin-bottom: 0 !important;
}

/*Footer*/
footer{
    padding: 40px;
    background-color: #002164;
}
footer p{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 16px;
}
footer a{
    color: #00ffff;
}
footer .whatsapp{
    width: 60px;
    position: fixed;
    right: 40px;
    bottom: 40px;
}
a.a-whatsapp{
    position: relative;
}

#preguntas button.accordion-button:focus-visible{
    border: transparent;
}

@media(max-width:1124px){
    #myCarousel h2{
        padding: 0 8%;
    }
    form {
        padding: 0 20%;
    }
    .manejo h1 {
        margin-top: 80px;
    }
}

.pregunta{
    width: 23.5%;
    background-color: hsl(0deg 0% 0% / 10%) !important;
    border-radius: 10px;
    padding: 25px;
}
#preguntas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: stretch;
    row-gap: 20px;
    column-gap: 20px;
}
#preguntas{
    background-color:#002164;
    padding: 100px 50px;
}
#preguntas h2{
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-size: 32px;
}
#preguntas h3{
    color: #fff;
    font-size: 24px;
}
#preguntas p{
    color: #fff;
    font-size: 18px;
}
/*Clientes*/
.clientes{
    padding: 100px;
    background-image: url(../../servicios/Naming/img/webp/fondo-clientes-pixtor.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    margin: 40px auto;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#responsiveCarousel{
    width: 90%;
    margin-top: 50px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
    
}
span.carousel-control-next-icon, span.carousel-control-prev-icon{
    background-color: none !important;
    border-radius: 50%;
    padding: 4px;
    width: 40px !important;
    height: 40px !important;
}

span.carousel-control-next-icon{
    content: url(../../assets/img/svg/flechader.svg);
}

span.carousel-control-prev-icon{
    content: url(../../assets/img/svg/flechaizq.svg);
}

.carousel-indicators li {
    border-radius: 50px;
    border-top: none !important;
    border-bottom: none !important;
    width: 12px;
    height: 12px;
    background-color: #4d4d4d;
    opacity: 1 !important;
}
li.active {
    background-color: #4a64e3 !important;
}
div.card{
    background-color: transparent;
    border: 0px;
}
.carousel-control-prev {
    left: -50px !important;
}
.carousel-control-next {
    right: -50px !important;
}
.carousel-indicators {
    bottom: -40px !important;
}
.clientes img{
    width: 280px;
    height: 280px;
    object-fit: contain;
}
.card-body{
    text-align: center;
}
@media(max-width:666px){
    .clientes{
        background-image: url(../../servicios/Naming/img/webp/fondo-clientes-movil.webp);
        padding: 70px 30px;
        min-height: 400px;
        margin: 0 auto 30px;
        }
    .carousel-indicators{
        visibility: visible !important;
    }
    .form-input, .form-textarea {
        width: 90%;
    }
    .checkbox-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/*conceptualizamos*/
.conceptualizamos{
    padding: 50px 100px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}
.conceptualizamos h2{
    text-align: center;
    font-size: 32px;
}
.conceptualizamos img{
    width: 70%;
}
.conceptualizamos a {
    background-color: #cecece;
    min-width: 180px;
    padding: 10px 45px;
    border-radius: 5px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    border-color: transparent;
    font-size: 16px;
}

.conceptualizamos a:hover, .conceptualizamos a:focus, .conceptualizamos a:focus-visible{
    background-color: #CECECE;
    border-color: transparent !important;
    box-shadow:none !important;
    color: #000000;
}

@media(min-width:992px) {
    div.modal-dialog.modal-lg {
        max-width: 55%;
    }
}

.modal-open .modal {
    background-color: rgb(0 0 0 / 50%);
    align-content: center;
}

.modal-content {
    background-color: transparent;
    border: none;
}

button.close {
    font-size: 2rem;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    font-weight: 900;
}
.modal-content {
    background-color: transparent !important;
    border: none;
}
@media(max-width:1200px){
    .d-block {
    max-width: 100% !important;
    padding: 80px 40px 40px;
    margin: 0 auto;
}
}
@media (max-width: 1100px) {
    #hero{
        min-height: 580px;
    }
    .clientes,#preguntas, .conceptualizamos{
        padding: 80px 40px;
    }
    .clientes{
        margin: 0px auto;
        min-height: 500px;
    }
    .conceptualizamos{
        padding: 80px 40px 0px;
    }
    .pregunta{
        width: 45%;
    }
    .conceptualizamos img{
        width: 90%;
    }
    section.naming{
        padding: 80px 40px;
    }
    .nombre-ideal .desde-2015, .nombre-ideal .el-naming{
        width: 46%;
    }
    .clientes img {
        width: 240px;
        height: 240px;
        object-fit: contain;
    }
    .d-block{
    max-width: 100% !important;
    margin: 0 auto;
    width:100% !important;
}
.form-input, .form-textarea {
    width: 70%;
}
.checkbox-container {
    padding-right: 30px;
    padding-left: 30px;
}
}
@media(max-width:991px){
    .d-block {
        max-width: 100% !important;
    }
    .carousel-indicators {
        bottom: -15px !important;
    }
    .desde-2015{
        padding: 25px;
    }
    .desde-2015 p{
        font-size: 34px;
    }
    section.naming{
        padding-bottom: 0px;
    }
}
@media (max-width: 800px) {
    #hero p {
        font-size: 1rem;
        line-height: 1.2;
    }
    #hero{
        min-height: 500px;
    }
    .clientes,#preguntas{
        padding: 30px;
    }
    .conceptualizamos{
        padding: 70px 30px 0px;
    }
    .pregunta{
        width: 47%;
    }
    form {
        padding: 0 10%;
    }
    section.naming{
        padding: 30px 30px 0px;
    }
    .nombre-ideal .desde-2015, .nombre-ideal .el-naming{
        width: 47%;
    }
    .carousel-indicators {
        bottom: 0px !important;
    }
    .clientes {
        min-height: 400px;
        padding-top: 0px;
    }
    .clientes img {
        width: 220px;
        height: 220px;
        object-fit: contain;
    }
    .form-input, .form-textarea {
        width: 90%;
    }
    .checkbox-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 666px) {
    .pregunta{
        width: 100%;
    }
    form {
        padding: 0 0%;
    }
    .conceptualizamos img{
        width: 100%;
    }
    #hero .desk{
        display: none !important;
    }
    #hero .mov{
        display: block !important;
        height: -webkit-fill-available !important;
    }
    .d-block {
        max-width: 90% !important;
        padding: 30px;
        margin: 0 auto;
    }
    .carousel-item{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    #hero {
        min-height: 515px;
    }
    .nombre-ideal .desde-2015, .nombre-ideal .el-naming{
        width: 100%;
    }
    .nombre-ideal {
        row-gap: 60px;
    }
    section.naming{
        padding: 30px 30px 0px !important;
    }
    .carousel-control-prev{
        justify-content: end !important;
    }
    .carousel-control-next{
        justify-content: flex-start !important;
    }

    .carousel-indicators{
        bottom: -40px !important;
    }
    #responsiveCarousel {
        margin-top: 0px;
    }
    .clientes {
        min-height: 520px;
    }
}
.carousel-item{
    opacity: 0 !important; /* Todas las imágenes están inicialmente ocultas */
    transition: opacity 0.8s ease, transform 0.8s ease !important; /* Usa ease para suavizar entrada y salida */
    transform: scale(0.95) !important; /* Agrega un efecto de escala para hacerla más atractiva */
    z-index: 0 !important; /* Imagen no visible está detrás */
}
.carousel-item.active {
    opacity: 1 !important; /* La imagen activa se muestra */
    transform: scale(1) !important; /* Vuelve al tamaño normal al entrar */
    z-index: 1 !important; /* Asegúrate de que la imagen activa esté al frente */
  }