* {
    margin: 0;
    padding: 0;
    font-family: "Comic Sans MS";
}

.color-principal {
    background-image: linear-gradient(to right, rgb(99, 65, 223), rgba(99, 65, 223, 1), rgba(120, 64, 226, 1), rgb(126, 64, 227), rgba(135, 63, 228, 1)) !important;
}

.header-seccion {
    position: relative;
    overflow: hidden;
}

.header-seccion:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 175%;
    bottom: 0;
    background-image: url(../img/fondoHeader.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-seccion-izquierda {
    position: relative;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.btn-redondeado {
    border-radius: 30px;
    color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 12px 30px;
    font-weight: 700;
}

.btn-redondeado:hover {
    background: #FFFFFF;
    color: #6730E3;
}

.img-animacion {
    position: relative;
    display: block;
    width: 100%;
}

.logotipo {
    position: relative;
    max-width: 150px;
}

/* Navbar */
.main-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
}

.main-menu ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    padding: 15px 0;
}

.main-menu ul li a span.badge.custom-nav-badge {
    position: absolute;
    top: 0;
    right: -15px;
}

.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.8;
}

.main-menu ul > li a {
    margin: 0 0 0 20px;
    font-size: 18px;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}


.main-menu ul > li .submenu.dropdown-menu {
    margin: 0;
    padding: 0;

}

.dropdown-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
}

.main-menu ul > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0) rotateY(0);
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.main-menu ul > li .submenu > a {
    display: block;
    padding: 7px 15px;
    margin: 0;
    color: #363232;
}

.main-menu ul > li .submenu > a:hover {
    background: #ebebeb;
}

.main-menu ul > li .submenu > a:active {
    background: inherit;
}

/* Navbar */

/* Estilos Seccion Inicio */
.single-promo-1 {
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
}

/* Estilos Seccion Inicio */

/* Estilos Seccion Nosotros */
.fondo-secundario {
    background-color: #F3F6FA;
}

/* Estilos Seccion Nosotros */

/* Estilos Seccion Imágenes */
.img-banner{
    width: 150%;
    height: 500%;


}
/* Estilos Seccion Imágenes */

/* Estilos Seccion Moviles */
.tamanio-img {
    max-width: 60%;
}

/* Estilos Seccion Moviles */

/* Estilos Seccion Video */
.fondo-video {
    position: relative;
}

.fondo-video::before {
    content: '';
    position: absolute;
    background-image: url(../img/fondo-video.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fondo-video a:hover {
    filter: drop-shadow(0px 0px 15px rgba(30, 28, 28, 0.7));
}

.fondo-video img {
    position: relative;
}

.fondo-video h2 {
    position: relative;
    color: white;
}

.modal-custom {
    text-align: -webkit-center;
}

/* Estilos Seccion Video */

/* Estilos Seccion Formulario */
.input-borde-redondo {
    border-radius: 50px;
}

.txt-area {
    min-height: 80px !important;
    border-radius: 20px;
}

.btn-redondeado-secundario {
    border-radius: 30px;
    color: #FFF;
    border-color: #6730E3;
    background: #6730E3;
    padding: 12px 30px;
    font-weight: 700;
}

.btn-redondeado-secundario:hover {
    background: #FFFFFF;
    color: #6730E3;
}

/* Estilos Seccion Formulario */

/* Estilos Seccion Footer */
.fondo-footter {
    position: relative;
}

.fondo-footter::before {
    content: '';
    position: absolute;
    background-image: url(../img/footter.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
}

.enlaces a {
    text-decoration: none;
    color: #cfcfcf;
}

.enlaces a:hover {
    color: #FFF;
}

.color-letras-footer h5 {
    color: #dfdfdf;
    margin-bottom: 15px;
}

.footer-copy {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 185px);
}
/* Estilos Seccion Footer */

