/*
 Theme Name:     Divi Child - ASMTCH
 Theme URI:      https://www.asmtch.com
 Description:    Divi Child Theme by ASM Tech Growth
 Author:         Oscar Garcia C.
 Author URI:     https://www.asmtch.com
 Template:       Divi
 Version:        2.0.0
*/


/* Comenzamos
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*** disable alt tet ****/
img {pointer-events: none;}


/** cookies **/
.pressidium-cc-theme svg {
    right: 1rem;
    zoom: 1.4;
}

/* Fixed Navigation Bar on mobile devices */
@media screen and (max-width: 980px) {
    #main-header.et-fixed-header {
        position: fixed;
    }

    .logged-in #main-header.et-fixed-header {
        top: 0 !important;
	transition: all .3s 0s;
    }
}



/*** Change Mobile Columns By DiviMundo.com ***/
/*** https://divimundo.com/en/blog/change-number-of-columns-on-mobile-in-divi/ ***/

/* 2 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .two-col-mob .et_pb_column {
        width:47.25% !important;
    }

html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
            margin-right:5.5% !important;
    }
}

/* 3 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .three-col-mob .et_pb_column {
        width:29.6667% !important;
    }

    html .et-db .three-col-mob .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/* 4 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .four-col-mob .et_pb_column {
        width:20.875% !important;
    }

html .et-db .four-col-mob .et_pb_column:nth-last-child(-n+4) {
        margin-bottom:0;
    }

    html .et-db .four-col-mob .et_pb_column:not(:nth-child(4n)) {
        margin-right:5.5% !important;
    }
}

/* 5 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .five-col-mob .et_pb_column {
        width:15.6% !important;
    }

    html .et-db .five-col-mob .et_pb_column:nth-last-child(-n+5) {
        margin-bottom:0;
    }

    html .et-db .five-col-mob .et_pb_column:not(:nth-child(5n)) {
        margin-right:5.5% !important;
    }
}

/* 6 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .six-col-mob .et_pb_column {
        width:12.083% !important;
    }

    html .et-db .six-col-mob .et_pb_column:nth-last-child(-n+6) {
        margin-bottom:0;
    }

    html .et-db .six-col-mob .et_pb_column:not(:nth-child(6n)) {
        margin-right:5.5% !important;
    }
}

/*** Change Tablet Columns By DiviMundo.com ***/

/* 1 Column Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .one-col-tab .et_pb_column {
        margin-right:0 !important;
        width:100% !important;
    }

        html .et-db .one-col-tab .et_pb_column:not(:last-child) {
        margin-bottom:30px !important;
    }
}

/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .two-col-tab .et_pb_column {
        width:47.25% !important;
    }

.two-col-tab .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    html .et-db .two-col-tab .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}

/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .three-col-tab .et_pb_column {
        width:29.6667% !important;
    }

html .et-db .three-col-tab .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    html .et-db .three-col-tab .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/* 4 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .four-col-tab .et_pb_column {
        width:20.875% !important;
    }

html .et-db .four-col-tab .et_pb_column:nth-last-child(-n+4) {
        margin-bottom:0;
    }

    html .et-db .four-col-tab .et_pb_column:not(:nth-child(4n)) {
        margin-right:5.5% !important;
    }
}

/* 5 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .five-col-tab .et_pb_column {
        width:15.6% !important;
    }

.five-col-mob .et_pb_column:nth-last-child(-n+5) {
        margin-bottom:0;
    }

    html .et-db .five-col-tab .et_pb_column:not(:nth-child(5n)) {
        margin-right:5.5% !important;
    }
}

/* 6 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .six-col-tab .et_pb_column {
        width:12.083% !important;
    }

    html .et-db .six-col-tab .et_pb_column:nth-last-child(-n+6) {
        margin-bottom:0;
    }

    html .et-db .six-col-tab .et_pb_column:not(:nth-child(6n)) {
        margin-right:5.5% !important;
    }
}

.et_builder_inner_content.et_pb_gutters3
{
	    width: 100%;
    overflow: hidden;
}
.et_pb_section_0_tb_header
{
	max-width:100%;
}
div.et_pb_section.et_pb_section_0_tb_header {
        max-width:1440px;
    }

@media only screen and (max-width: 980px) {
    div.et_pb_section.et_pb_section_0_tb_header {
        width:100%;
		max-width:100%;
    }
}

/*** Floating Menu ****/
/*** floating menu ****/
.floating-menu {
    position: fixed;
    top: 0px;
    /*left: calc((100vw - 1440px) / 2 + 20px); */
    background: white;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: all 0.3s ease;
    z-index: 1000;
    width: 120px;
    overflow: hidden;
}

@media (max-width: 430px) {

.floating-menu {
    position: fixed;
    top: 0px;
    left: 10px;
    background: white;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: all 0.3s ease;
    z-index: 1000;
    width: 120px;
	height: 100px;
    overflow: hidden;
	zoom: 1.5;

}

}


.home .et_pb_section_0  .et_pb_text_inner p
{
	    font-size: 32px;
}

.floating-menu:hover {
    width: 200px;
	height: auto;

}

.floating-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-left: 25px;
}

.floating-menu li {
    margin: 10px 0;
}

.floating-menu:hover li a{
	color: black
}

.floating-menu:hover li:hover {
	background-color: black;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.floating-menu a {

    text-decoration: none;
    color: black;
    font-size: 16px;
	font-family: 'Poppins';
    transition: color 0.3s ease;

}


.floating-menu:hover a.enlace:hover {
	background-color: black;
	color: white;

}

a.icon-hamburger {
	background-image: url(images/icon-hamburger.webp);
	background-size: cover;
	height: 64px;
	width: 64px;
	display: block;
}


.floating-menu li:first-child {
	margin-left: -15px;
	margin-bottom: 30px;
}
.floating-menu:hover li:first-child {
	background: transparent;
}

.floating-menu a.icon-home {
	background-image: url(images/icon-home.webp);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	padding: 20px;
}

.floating-menu:hover a.icon-home:hover {
	padding: 20px;
	border-radius: 100px;
	background-image: url(images/icon-home-white.webp);

}


.floating-menu a.icon-servicios {
	background-image: url(images/icon-servicios.webp);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	padding: 20px;
}

.floating-menu:hover a.icon-servicios:hover {
	padding: 20px;
	border-radius: 100px;
	background-image: url(images/icon-servicios-white.webp);

}


.floating-menu a.icon-contacto {
	background-image: url(images/icon-contacto.webp);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	padding: 20px;
}

.floating-menu:hover a.icon-contacto:hover {
	padding: 20px;
	border-radius: 100px;
	background-image: url(images/icon-contacto-white.webp);

}


.floating-menu a.icon-email {
	background-image: url(images/icon-email.webp);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	padding: 20px;
}

.floating-menu:hover a.icon-email:hover {
	padding: 20px;
	border-radius: 100px;
	background-image: url(images/icon-email-blanco.webp);

}



.floating-menu li a span {
	display: none;
}

.floating-menu:hover li a span {
	display: inline-block;
    /*color: black;*/
    font-family: 'Poppins';
    margin-left: 20px;
    position: relative;
    top: -13px;
	left: 10px;
}

.floating-menu:hover li:hover a span {
    /*background-color: black;*/
    color: white;
}




@media screen and (max-width: 767px) {
.home .et_pb_section_0 .et_pb_text_inner p
{
     font-size: 14px;
    line-height: 16px;
}
.home .zoom-card {
    width: 100%;
}

}
@media screen and (max-width: 460px) {
    .home .et_pb_text_17,  .page-template-default .et_pb_text_18 {
        margin-left: 0px !important;
    }
     .home .et_pb_row_0.et_pb_row {
        margin-left: 70px !important;
    }
    .home .et_pb_text_1
    {
        margin-right: 0px !important;

    }
    .home .et_pb_column_2
    {
        padding-left: 0px;
    }
    .home .et_pb_text_2
    {
        margin-left: 0px !important;
    }
    .home .et_pb_section_2_tb_footer
    {
        width: 100%;
    }
    .home .et_pb_row_3_tb_footer, .page-id-110 .et_pb_row_3_tb_footer, .page-id-110 .et_pb_section_2_tb_footer
    {
        width: 100%;
    }
    .home .et_pb_row_3_tb_footer.et_pb_row, .page-id-110 .et_pb_image_1_tb_footer, .page-id-110 .et_pb_row_3_tb_footer.et_pb_row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .page-id-110 .et_pb_row.et_pb_row_18
    {
    top: -210px;
    position: relative;
    }
    .page-id-110  .zoom-card
    {
        width: 100%;

    }
    .page-id-110 .et_pb_text_26,.page-id-110 .et_pb_text_27{
        width: 320px;
        height: 320px;
        font-size: 16px;
        line-height: 20px;
    }

}


/* Añadidos para Safari específicamente */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .floating-menu {
        -webkit-transform: translateZ(0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
    }

    .floating-menu:hover {
        -webkit-transform: translateZ(0);
    }
}

/* Soporte específico para WebKit */
.floating-menu {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

footer .ga-footer
{
    display: none;
}
 .page .ga-footer
 {
      flex-direction: row;
 }
