*{
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}



/* Estilos para la barra de desplazamiento */
::-webkit-scrollbar {
  width: 10px; /* Ancho de la barra de desplazamiento */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0,118,191,1.0); /* Color del pulgar de la barra de desplazamiento */
}

::-webkit-scrollbar-track {
  background-color: rgba(3,68,107,1.0); /* Color de la pista de la barra de desplazamiento */
}


/*******************************BOTONES**********************/

header {
    display: block;
    width: 360px;
    height: 60px;
    background: rgba(191,215,226,1.0);
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    display: block;
    width: 98%;
    margin: auto;
}
.icono_logo {
    display: block;
    float: left;
    width: 120px;
    height: 60px;
    background-image: url(../img/menu_logo.png);
}

h1 {
    display: block;
    float: left;
    height: 45px;
    width: 155px;
    margin: 10px 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-style: italic bold;
    color:rgba(38,59,73,1.0);
}


header .contenedor {
    display: block;
    display: table;
}


.icono_menu {
    width: 60px;
    height: 60px;
    background-image: url(../img/menu_icono.png);
}
#menu-bar {
    display: none;
}

header label {
    float: right;
    font-size: 30px;
    margin:0px 0;
    cursor: pointer;
}


/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
.menu {
    position: absolute;
    top:60px;
    left:0;
    width: 360px;
    height: 100vh;
    background: rgba(51,51,51,0.95); 
    transition: all .05s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-image: url(../img/icon_boton_menu.png);
    background-repeat: no-repeat;
}

.menu a:hover {
    background: rgba(255,255,255,0.3);
}
/************************ MENU2 ************************/
/************************ MENU2 ************************/
/************************ MENU2 ************************/

#menu-bar:checked ~ .menu {
    transform: translateX(-0%);
}

#menu-bar:checked ~ .menu a {
    font-size: 17px;
    height: 50px;
    padding: 15px 0px 0px 70px;
}
/************************OTROS MENU***********************/
/************************OTROS MENU***********************/
/************************OTROS MENU***********************/
/************************ MENU2 ************************/
 /************************ MENU2 ************************/
/************************ MENU2 ************************/
.menu2 {
        display: none;
        width: 100%;
        height: 60px;
        background: rgba(191,215,226,1.0);
    border-bottom: 1px solid black;
    }
    .menu2_cont {
        display: block;
        width: 1200px;
        height: 60px;
    }
    .menu2_cont .icono_logo {
        margin: 0px 20px 0px 0px;
    }
    .menu2_cont a {
        width: 170px;
        height: 60px;
        padding: 16px 0px;
        margin: 0px 0px 0px 6px;
        float: left;
        font-size: 19px;
        text-align: center;
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .menu2_cont a:hover {
        background: rgba(91,98,104,1.0);
        color: white;
    }
    .acceso_clientes {
        float: left;
        margin: 10px 0px;
        width: 140px;
        height: 40px;
        transition: transform 1s;
    }
    .acceso_clientes:hover {
        transform: rotate(360deg);

    }
    .acceso_clientes a {
        float: left;
        width: 140px;
        height: 40px;
        padding: 8px 0px 0px 0px;
        font-family: Arial;
        font-size: 16px;
        color: white;
        text-align: center;
        border: 3px solid white;
        border-radius: 5px;
        background: rgba(150,150,150,1.0);
        cursor: pointer;
    }
    .acceso_clientes a:hover {
        border: 2px solid white;
        background: black;
        background: rgba(100,100,100,1.0);
    }
    
/************************ MENU3 ************************/
/************************ MENU3 ************************/
/************************ MENU3 ************************/
.menu3 {
        display: none;
        width: 100%;
        height: 40px;
        background: rgba(0,92,175,1.0);
        border-bottom: 1px solid rgba(255,255,255,1.0);
    }
    .menu3_cont {
        display: block;
        width: 1200px;
        height: 40px;
    }
    .menu3_cont a {
        width: 230px;
        height: 40px;
        padding: 8px 0px;
        margin: 0px 0px 0px 6px;
        float: left;
        font-size: 19px;
        text-align: center;
        color: white;
        text-decoration: none;
        cursor: pointer;
    }
    .menu3_cont a:hover {
        background: rgba(0,72,117,1.0);
        color: white;
    }

/*************************** BOTONES PROFESIONALES ********************************/
/*************************** BOTONES PROFESIONALES ********************************/
/*************************** BOTONES PROFESIONALES ********************************/
/*************************** BOTONES PROFESIONALES ********************************/

.boton_descuentos {
    display: none;
    position:fixed;
    right: 1%;
	top: 28%;
	width:80px;
	height:80px;
    background-image:url(../img/DESCUENTO_2.png);
}
.boton_descuentos:hover {
    background-image:url(../img/DESCUENTO_1.png);
}
    
.boton_promociones {
    display: none;
    position:fixed;
    right: 1%;
	top: 47%;
	width:80px;
	height:80px;
    background-image:url(../img/PROMO_2.png);
}
.boton_promociones:hover {
    background-image:url(../img/PROMO_1.png);
}
    
.boton_ofertas {
    display: none;
    position:fixed;
    right: 1%;
	top: 65%;
	width:80px;
	height:80px;
    background-image:url(../img/NEW_02.png);
}
.boton_ofertas:hover {
    background-image:url(../img/NEW_01.png);
}
    
.boton_facebook {
    display: none;
    position:fixed;
    left: 1%;
	top: 20%;
	width:80px;
	height:80px;
    background-image:url(../img/facebook_02.png);
}
.boton_facebook:hover {
    background-image:url(../img/facebook_01.png);
}
    
    
.boton_instagram {
    display: none;
    position:fixed;
    left: 1%;
	top: 38%;
	width:80px;
	height:80px;
    background-image:url(../img/instagram_02.png);
}
.boton_instagram:hover {
    background-image:url(../img/instagram_01.png);
}


.boton_youtube {
    display: none;
    position:fixed;
    left: 1%;
	top: 55%;
	width:80px;
	height:80px;
    background-image:url(../img/youtube_02.png);
}
.boton_youtube:hover {
    background-image:url(../img/youtube_01.png);
}


.boton_tiktok {
    display: none;
    position:fixed;
    left: 1%;
	top: 72%;
	width:80px;
	height:80px;
    background-image:url(../img/tiktok_02.png);
}
.boton_tiktok:hover {
    background-image:url(../img/tiktok_01.png);
}

.boton_cursos {
    display: block;
    position:fixed;
    left: 42%;
	bottom: 1%;
	width:60px;
	height:60px;
    background-image: url(../img/tienda.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_cursos a {
	width:60px;
	height:60px;
    cursor: pointer;
}

.boton_alianza {
    display: block;
    position:fixed;
    left: 42%;
	bottom: 11%;
	width:60px;
	height:60px;
    background-image: url(../img/bot_alianza.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_alianza a {
	width:60px;
	height:60px;
    cursor: pointer;
}

.boton_x1pro {
    display: block;
    position:fixed;
    left: 25%;
	bottom: 6%;
	width:60px;
	height:60px;
    background-image: url(../img/img_x1pro.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_x1pro a {
	width:60px;
	height:60px;
    cursor: pointer;
}

.boton_free_gratis {
    display: block;
    position:fixed;
    right: 25%;
	bottom: 6%;
	width:60px;
	height:60px;
    background-image: url(../img/img_free_gratis.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_free_gratis a {
	width:60px;
	height:60px;
    cursor: pointer;
}

.boton_whatsapp {
    display:block;
    position:fixed;
    right: 0%;
	bottom: 0%;
	width:100px;
	height:60px;
    background-image: url(../img/whatsapp_pag.png);
}
.boton_whatsapp a {
	width:100px;
	height:60px;
    cursor: pointer;
}
.boton_llamada {
    display:block;
    position:fixed;
    left: 0%;
	bottom: 0%;
	width:100px;
	height:60px;
    background-image: url(../img/llamadas_pag.png);
}
.boton_llamada a {
	width:100px;
	height:60px;
    cursor: pointer;
}

/*************************** PIE DE PAGINA ********************************/
/*************************** PIE DE PAGINA ********************************/
/*************************** PIE DE PAGINA ********************************/
/*************************** PIE DE PAGINA ********************************/
/*************************** PIE DE PAGINA ********************************/
/*************************** PIE DE PAGINA ********************************/ 
/*************************** PIE DE PAGINA ********************************/
#pie_pagina {
    width: 100%;
    height: 3850px;
    background: linear-gradient(to bottom, rgba(0,45,76,1.0), #000000);
    box-shadow: 0px 0px 50px rgba(0,32,51,1.0);
    border-top: 3px solid rgba(0,237,255,0.6);
}
.pie_pagina_cont {
    margin: auto;
    width: 360px;
    height: 3850px;
}
/***** MOD 1 *****/
/***** MOD 1 *****/
/***** MOD 1 *****/
.pie_pagina_mod01 {
    float: left;
    margin: 50px 0px 0px 30px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod01_img01 {
    float: left;
    margin: 0px 0px 0px 25px;
    width: 250px;
    height: 70px;
    background-image: url(../img/logo-painteranddesign-01.png);
}
.pie_pagina_mod01_img02 {
    float: left;
    margin: 0px 0px 0px 25px;
    width: 250px;
    height: 120px;
    background-image: url(../img/logo-infomn2-01.png);
}
.pie_pagina_mod01_img03 {
    float: left;
    margin: 20px 0px 0px 20px;
    width: 260px;
    height: 260px;
    background-image: url(../img/logo-20.png);
    box-shadow: 0 0 20px rgba(255,255,255,1.0);
    border-radius: 130px;
    transition: box-shadow 0.3s ease;
}
.pie_pagina_mod01_img03:hover {
    box-shadow: 0 0 50px rgba(198,184,54,1.0);
    border-radius: 130px;
}
.pie_pagina_mod01_txt {
    float: left;
    width: 300px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 14px;
    color: white;
    text-align: center;
}
.pie_pagina_mod01 a {
    float: left;
    width: 300px;
    height: 30px;
    margin: 0px 0px 20px 0px;
    font-family: Arial;
    font-size: 23px;
    color: white;
    text-align: center;
    text-decoration: none;
}

/***** MOD 2 *****/
/***** MOD 2 *****/
/***** MOD 2 *****/
.pie_pagina_mod02 {
    float: left;
    margin: 0px 0px 0px 30px;
    width: 300px;
    height: 400px;
}
.pie_pagina_mod02 a {
    float: left;
    margin: 3px 0px 3px 20px;
    padding: 6px 0px 0px 20px;
    width: 250px;
    height: 30px;
    font-family: Arial;
    font-size: 16px;
    color: rgba(200,200,200,1.0);
    text-decoration: none;
    border-radius: 15px;
    background:none;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}
.pie_pagina_mod02 a:hover {
    background:rgba(20,20,20,1.0);
    color: rgba(200,249,255,0.8);
}
/***** MOD 12 *****/
/***** MOD 12 *****/ 
/***** MOD 12 *****/ 
.pie_pagina_modespecial {
    float:left;
    margin: 50px 0px 0px 0px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod12 {
    float:left;
    margin: 0px 0px 0px 30px;
    width: 300px;
    height: 180px;
}

.pie_pagina_mod12_bot01 {
    float: left;
    margin: 8px 0px 0px 25px;
    width: 250px;
    height: 50px;
    background: linear-gradient(to right, rgba(0,15,12,1.0), rgba(0,66,71,1.0), rgba(0,15,12,1.0));
    border: 1px solid rgba(0,237,255,1.0);
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    -webkit-text-stroke: 0.5px rgba(0,237,255,1.0);
}
.pie_pagina_mod12_bot01:hover {
    background: linear-gradient(to right, rgba(0,36,51,1.0), rgba(0,110,110,1.0), rgba(0,36,51,1.0));
    box-shadow: 0 0 15px rgba(0,237,255,1.0);
}
    
.pie_pagina_mod12_bot01 a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 50px;
    padding: 11px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.0);
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0,237,255,0.7), -2px -2px 4px rgba(0,237,255,0.7);
}
.pie_pagina_mod12_bot01 a:hover {
    background: rgba(0,0,0,0.0);
}
.pie_pagina_mod12_bot02 {
    float: left;
    margin: 8px 0px 0px 25px;
    width: 250px;
    height: 50px;
    background: linear-gradient(to right, rgba(20,0,0,1.0), rgba(60,0,0,1.0), rgba(20,0,0,1.0));
    border: 1px solid red;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    -webkit-text-stroke: 0.5px red;
}
.pie_pagina_mod12_bot02:hover {
    background: linear-gradient(to right, rgba(60,0,0,1.0), rgba(150,0,0,1.0), rgba(60,0,0,1.0));
    box-shadow: 0 0 15px red;
}
    
.pie_pagina_mod12_bot02 a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 50px;
    padding: 11px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.0);
    text-decoration: none;
    text-shadow: 2px 2px 4px red, -2px -2px 4px red;
}
.pie_pagina_mod12_bot02 a:hover {
    background: none;
}
.pie_pagina_mod12_bot03 {
    float: left;
    margin: 8px 0px 0px 25px;
    width: 250px;
    height: 50px;
    background: linear-gradient(to right, rgba(20,20,0,1.0), rgba(61,59,0,1.0), rgba(20,20,0,1.0));
    border: 1px solid yellow;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    -webkit-text-stroke: 0.5px yellow;
}
.pie_pagina_mod12_bot03:hover {
    background: linear-gradient(to right, rgba(61,59,0,1.0), rgba(124,121,0,1.0), rgba(61,59,0,1.0));
    box-shadow: 0 0 15px yellow;
}
    
.pie_pagina_mod12_bot03 a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 50px;
    padding: 11px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.0);
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(124,121,0,1.0), -2px -2px 4px rgba(124,121,0,1.0);
}
.pie_pagina_mod12_bot03 a:hover {
    background: none;
}
/***** MOD 3 *****/
/***** MOD 3 *****/
/***** MOD 3 *****/
.pie_pagina_mod03 {
    float: left;
    margin: 50px 0px 0px 30px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod03 a {
    float: left;
    margin: 0px 10px 7px 10px;
    padding: 7px 10px 0px 10px;
    width: 280px;
    height: 85px;
    font-family: Arial;
    font-size: 15px;
    color: rgba(200,200,200,1.0);
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.8s ease;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}
.pie_pagina_mod03 a:hover {
    color: rgba(200,249,255,0.8);
    border: 1px solid rgba(0,237,255,0.3);
    background: rgba(0,0,0,0.5);
}
/***** MOD 4 *****/
/***** MOD 4 *****/
/***** MOD 4 *****/
.pie_pagina_mod04 {
    float: left;
    margin: 50px 0px 0px 30px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod04_img01 {
    float: left;
    margin: 0px 100px 0px 100px;
    width: 100px;
    height: 55px;
    background-image: url(../img/logo-infomn2-02.png);
}
.pie_pagina_mod04_txt {
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 3px 0px 0px 0px;
    width: 280px;
    height: 40px;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    color: rgba(190,190,190,1.0);
}
.pie_pagina_mod04_bot_redes {
    float: left;
    margin: 20px;
    width: 260px;
    height: 80px;
}
.pie_pagina_mod04_facebook {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/facebook_01.png);
    animation: rotacion-infinita 5s linear infinite;
}
.pie_pagina_mod04_instagram {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/instagram_01.png);
    animation: rotacion-infinita 8s linear infinite;
}
.pie_pagina_mod04_tiktok {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/tiktok_01.png);
    animation: rotacion-infinita 10s linear infinite;
}
.pie_pagina_mod04_youtube {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/youtube_01.png);
    animation: rotacion-infinita 13s linear infinite;
}

@keyframes rotacion-infinita {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
    

.pie_pagina_mod04_bot_redes a {
    float: left;
    margin: 15px 0px 0px 0px;
    width: 180px;
    height: 50px;
    padding: 10px 0px 0px 20px;
    color: white;
    font-size: 25px;
    cursor: pointer;
    text-decoration: none;
}
/***** LINEA *****/
/***** LINEA *****/
/***** LINEA *****/
.pie_pagina_linea {
    float: left;
    margin: 10px 25px 0px 25px;
    width: 310px;
    height: 3px;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    
}
/***** MOD 5 *****/
/***** MOD 5 *****/
/***** MOD 5 *****/
.pie_pagina_mod05 {
    float: left;
    margin: 20px 0px 0px 30px;
    width: 300px;
    height: 260px;
}
.pie_pagina_mod05_titulo {
    float: left;
    margin: 0px 10px 0px 10px;
    width: 280px;
    height: 30px;
    font-family: Arial;
    font-size: 25px;
    color: rgba(100,100,100,1.0);
    text-align: center;
    -webkit-text-stroke: 0.5px rgba(200,200,200,0.8);
}
.cont_formulario {
    float: left;
    margin: 15px 15px 10px 15px;
	width:270px;
	height:160px;
}

/******************** FORM ***************/

form {
    float: left;
    width: 270px;
    height: 160px;
    margin: 0px;
}

input[type="text"] {
    float: left;
    margin: 0px 0px 20px 0px;
    display: block;
    width: 270px;
    height: 30px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 20px;
    color:black;
}

input[type="password"] {
    float: left;
    margin: 0px 0px 0px 0px;
    display: block;
    width: 270px;
    height: 30px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #fff;
    margin: 0px 0px 40px 0px;
    color:black;
}

input[type="submit"] {
    float: left;
    width: 270px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, rgba(0,73,255,1.0), rgba(0,150,255,1.0), rgba(0,73,255,1.0));
    border: 1px solid #fff;
    border-radius: 30px;
    letter-spacing: 2px;
}

input[type="submit"]:hover {
    background: orange;
    color: Black;
    transform: scale(1.1);
}

/***** txt *****/
.pie_pagina_mod05 a {
    float: left;
    margin: 0px 20px 0px 20px;
	width:260px;
	height:40px;
    font-family: Arial;
    font-size: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
}
/***** MOD 6 *****/
/***** MOD 6 *****/
/***** MOD 6 *****/
.pie_pagina_mod06 {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 360px;
    height: 500px;
    background-image: url(../img/pablo-ladino-2023_02.png);
}
.pie_pagina_mod06_txt1 {
    float: left;
    margin: 0px 0px 0px 30px;
    width: 260px;
    height: 220px;
}
.pie_pagina_mod06_txt1 a {
    float: left;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 0px 40px;
    width: 240px;
    height: 210px;
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    color: rgba(200,200,200,1.0);
}
.pie_pagina_mod06_txt2 {
    float: left;
    margin: 210px 10px 0px 10px;
    width: 340px;
    height: 60px;
}
.pie_pagina_mod06_txt2 a {
    float: left;
    padding: 8px 0px 0px 0px;
    width: 330px;
    height: 60px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: rgba(200,200,200,1.0);
    background: rgba(40,40,40,1.0);
    border-radius: 30px;
    border: 2px solid #fff;
    text-decoration: none;
}
.pie_pagina_mod06_txt2 a:hover {
    background: rgba(0,146,255,1.0);
    color: black;
}
/***** MOD 7 *****/
/***** MOD 7 *****/
/***** MOD 7 *****/
.pie_pagina_mod07 {
    float: left;
    margin: 0px 0px 0px 30px;
    width: 300px;
    height: 300px;
}
.pie_pagina_mod07_01 {
    float: left;
    padding: 4px 0px 0px 0px;
    margin: 50px 10px 0px 10px;
    width: 280px;
    height: 25px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    color: white;
}
.pie_pagina_mod07_04 {
    float: left;
    margin: 20px 5px 0px 10px;
    width: 70px;
    height: 90px;
    border-radius: 5px;
    background-image: url(../img/noti_02.png);
}
.pie_pagina_mod07_05 {
    float: left;
    margin: 20px 10px 0px 5px;
    width: 200px;
    height: 90px;
    line-height: 13px;
    font-family: Arial;
    font-size: 11px;
    text-align:justify;
    color: white;
}
.pie_pagina_mod07_06 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/facebook_03.png);
}
.pie_pagina_mod07_07 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/instagram_03.png);
}
.pie_pagina_mod07_08 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/tiktok_03.png);
}
.pie_pagina_mod07_09 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/youtube_03.png);
}
/***** TXT *****/
.pie_pagina_txt {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 360px;
    height: 50px;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    color: white;
}
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/
/************************************************ RESPONSIVE ************************************************/

@media (min-width:1024px) {
        
    header {
    display: none;
    width: 100%;
    height: 60px;
    background: rgba(191,215,226,1.0);
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    width: 98%;
    margin: auto;
}
.icono_logo {
    display: block;
    float: left;
    width: 120px;
    height: 60px;
    background-image: url(../img/menu_logo.png);
}

h1 {
    display: none;
    float: left;
    height: 45px;
    width: 155px;
    margin: 10px 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-style: italic bold;
    color:rgba(38,59,73,1.0);
}


header .contenedor {
    display: table;
}


.icono_menu {
    width: 60px;
    height: 60px;
    background-image: url(../img/menu_icono.png);
}
#menu-bar {
    display: none;
}

header label {
    float: right;
    font-size: 30px;
    margin:0px 0;
    cursor: pointer;
}


/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
.menu {
    top:60px;
    left:0;
    width: 100%;
    height: 100vh;
    background: rgba(51,51,51,0.95); 
    transition: all .05s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-image: url(../img/icon_boton_menu.png);
    background-repeat: no-repeat;
}

.menu a:hover {
    background: rgba(255,255,255,0.3);
}


#menu-bar:checked ~ .menu {
    transform: translateX(-0%);
}

#menu-bar:checked ~ .menu a {
    font-size: 17px;
    height: 50px;
    padding: 15px 0px 0px 70px;
}

 /************************ MENU2 ************************/
 /************************ MENU2 ************************/
/************************ MENU2 ************************/
.menu2 {
    position:fixed;
        display: block;
        width: 100%;
        height: 60px;
        background: rgba(191,215,226,1.0);
    top:0px;
    z-index: 2;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
    }
    .menu2_cont {
        display: block;
        width: 1200px;
        height: 60px;
    }
    .menu2_cont .icono_logo {
        margin: 0px 20px 0px 0px;
    }
    .menu2_cont a {
        width: 140px;
        height: 60px;
        padding: 20px 0px;
        float: left;
        font-size: 17px;
        text-align: center;
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .menu2_cont a:hover {
        background: rgba(91,98,104,0.1);
        color: black;   
    }
    .acceso_clientes {
        float: left;
        margin: 10px 0px;
        width: 140px;
        height: 40px;
        transition: transform 1s;
    }
    .acceso_clientes:hover {
        transform: rotate(360deg);

    }
    .acceso_clientes a {
        float: left;
        width: 140px;
        height: 40px;
        padding: 8px 0px 0px 0px;
        font-family: Arial;
        font-size: 16px;
        color: white;
        text-align: center;
        border: 3px solid white;
        border-radius: 5px;
        background: rgba(150,150,150,1.0);
        cursor: pointer;
    }
    .acceso_clientes a:hover {
        color: white;
        background: rgba(5,53,170,1.0);
    }
/************************ MENU3 ************************/
/************************ MENU3 ************************/
/************************ MENU3 ************************/
.menu3 {
    position:static;
        display: block;
        width: 100%;
        height: 40px;
    margin: 60px 0px 0px 0px;
        background: rgba(0,92,175,1.0);
    z-index: 1;
    }
    .menu3_cont {
        display: block;
        width: 1200px;
        height: 40px;
    }
    .menu3_cont a {
        width: 160px;
        height: 40px;
        padding: 11px 0px 0px 0px;
        margin: 0px 0px 0px 6px;
        float: left;
        font-size: 18px;
        text-align: center;
        color: white;
        text-decoration: none;
        cursor: pointer;
    }
    .menu3_cont a:hover {
        background: rgba(0,72,117,1.0);
        color: white;
    }
    
/*************************** BOTONES PROFESIONALES ********************************/
/*************************** BOTONES PROFESIONALES ********************************/
/*************************** BOTONES PROFESIONALES ********************************/
/*************************** BOTONES PROFESIONALES ********************************/
.promo {
    position:fixed;
	width:150px;
	height:235px;
    right: 50px;
	bottom: -50px;
    background-image:url(../img/papa_noel1.png);
    animation-name:img_anim_1;
	animation-duration:0.3s;
	animation-iteration-count:infinite;
	animation-direction:0%;
}
@keyframes img_anim_1 {
	0%, 49% {
		background-image:url(../img/papa_noel1.png);
	}	
	50%, 100% {
		background-image:url(../img/papa_noel2.png);
    }
}
.promo a {
	width:150px;
	height:235px;
    cursor: pointer;
}


.boton_descuentos {
    display: block;
    position:fixed;
    right: 1%;
	top: 28%;
	width:80px;
	height:80px;
    background-image:url(../img/DESCUENTO_2.png);
}
.boton_descuentos:hover {
    background-image:url(../img/DESCUENTO_1.png);
}
    
.boton_promociones {
    display: block;
    position:fixed;
    right: 1%;
	top: 47%;
	width:80px;
	height:80px;
    background-image:url(../img/PROMO_2.png);
}
.boton_promociones:hover {
    background-image:url(../img/PROMO_1.png);
}
    
.boton_ofertas {
    display: block;
    position:fixed;
    right: 1%;
	top: 65%;
	width:80px;
	height:80px;
    background-image:url(../img/NEW_02.png);
}
.boton_ofertas:hover {
    background-image:url(../img/NEW_01.png);
}
    
.boton_facebook {
    display: block;
    position:fixed;
    left: 1%;
	top: 20%;
	width:80px;
	height:80px;
    background-image:url(../img/facebook_02.png);
}
.boton_facebook:hover {
    background-image:url(../img/facebook_01.png);
}
    
    
.boton_instagram {
    display: block;
    position:fixed;
    left: 1%;
	top: 38%;
	width:80px;
	height:80px;
    background-image:url(../img/instagram_02.png);
}
.boton_instagram:hover {
    background-image:url(../img/instagram_01.png);
}


.boton_youtube {
    display: block;
    position:fixed;
    left: 1%;
	top: 55%;
	width:80px;
	height:80px;
    background-image:url(../img/youtube_02.png);
}
.boton_youtube:hover {
    background-image:url(../img/youtube_01.png);
}


.boton_tiktok {
    display: block;
    position:fixed;
    left: 1%;
	top: 72%;
	width:80px;
	height:80px;
    background-image:url(../img/tiktok_02.png);
}
.boton_tiktok:hover {
    background-image:url(../img/tiktok_01.png);
}
    

.boton_cursos {
    display: none;
    position:fixed;
    left: 42%;
	bottom: 1%;
	width:60px;
	height:60px;
    background-image: url(../img/tienda.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_cursos a {
	width:60px;
	height:60px;
    cursor: pointer;
}

.boton_alianza {
    display: none;
    position:fixed;
    left: 42%;
	bottom: 11%;
	width:60px;
	height:60px;
    background-image: url(../img/bot_alianza.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_alianza a {
	width:60px;
	height:60px;
    cursor: pointer;
}

.boton_x1pro {
    display: none;
    position:fixed;
    left: 25%;
	bottom: 6%;
	width:60px;
	height:60px;
    background-image: url(../img/img_x1pro.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_x1pro a {
	width:60px;
	height:60px;
    cursor: pointer;
}

.boton_free_gratis {
    display: none;
    position:fixed;
    right: 25%;
	bottom: 6%;
	width:60px;
	height:60px;
    background-image: url(../img/img_free_gratis.png);
    border-radius: 30px;
    box-shadow: 0px 0px 5px black;
}
.boton_free_gratis a {
	width:60px;
	height:60px;
    cursor: pointer;
}


.boton_whatsapp {
    display:none;
    position:fixed;
	width:100px;
	height:60px;
}
.boton_whatsapp a {
	width:100px;
	height:60px;
    background-image: url(../img/whatsapp_pag.png);
    cursor: pointer;
}
.boton_llamada {
    display:none;
    position:fixed;
	left: 0%;
	bottom: 0%;
	width:100px;
	height:60px;
	background-image: url(../img/llamadas_pag.png);
	cursor:pointer;
}
    
/*************************** PIE DE PAGINA ********************************/
/*************************** PIE DE PAGINA ********************************/
/*************************** PIE DE PAGINA ********************************/    
#pie_pagina {
    width: 100%;
    height: 970px;
    background: linear-gradient(to bottom, rgba(0,45,76,1.0), #000000);
    box-shadow: 0px 0px 50px rgba(0,32,51,1.0);
    border-top: 3px solid rgba(0,237,255,0.6);
}
.pie_pagina_cont {
    margin: auto;
    width: 1200px;
    height: 970px;
}
/***** MOD 1 *****/
/***** MOD 1 *****/
/***** MOD 1 *****/
.pie_pagina_mod01 {
    float: left;
    margin: 50px 0px 0px 0px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod01_img01 {
    float: left;
    margin: 0px 0px 0px 25px;
    width: 250px;
    height: 70px;
    background-image: url(../img/logo-painteranddesign-01.png);
}
.pie_pagina_mod01_img02 {
    float: left;
    margin: 0px 0px 0px 25px;
    width: 250px;
    height: 120px;
    background-image: url(../img/logo-infomn2-01.png);
}
.pie_pagina_mod01_img03 {
    float: left;
    margin: 20px 0px 0px 20px;
    width: 260px;
    height: 260px;
    background-image: url(../img/logo-20.png);
    box-shadow: 0 0 20px rgba(255,255,255,1.0);
    border-radius: 130px;
    transition: box-shadow 0.3s ease;
}
.pie_pagina_mod01_img03:hover {
    box-shadow: 0 0 50px rgba(198,184,54,1.0);
    border-radius: 130px;
}
.pie_pagina_mod01_txt {
    float: left;
    width: 300px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 14px;
    color: white;
    text-align: center;
}
.pie_pagina_mod01 a {
    float: left;
    width: 300px;
    height: 30px;
    margin: 0px 0px 20px 0px;
    font-family: Arial;
    font-size: 23px;
    color: white;
    text-align: center;
    text-decoration: none;
}

/***** MOD 2 *****/
/***** MOD 2 *****/
/***** MOD 2 *****/
.pie_pagina_mod02 {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 300px;
    height: 400px;
}
.pie_pagina_mod02 a {
    float: left;
    margin: 3px 0px 3px 20px;
    padding: 7px 0px 0px 20px;
    width: 250px;
    height: 30px;
    font-family: Arial;
    font-size: 16px;
    color: rgba(100,100,100,1.0);
    text-decoration: none;
    border-radius: 15px;
    background:none;
    background: rgba(0,0,0,0.0);
    border: 1px solid rgba(255,255,255,0.1);
}
.pie_pagina_mod02 a:hover {
    background:rgba(20,20,20,1.0);
    color: rgba(200,249,255,0.8);
    border-radius: 15px 0px 0px 15px;
}
/***** MOD 12 *****/
/***** MOD 12 *****/ 
/***** MOD 12 *****/ 
.pie_pagina_modespecial {
    float:left;
    margin: 50px 0px 0px 0px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod12 {
    float:left;
    margin: 0px 0px 0px 0px;
    width: 300px;
    height: 180px;
}

.pie_pagina_mod12_bot01 {
    float: left;
    margin: 8px 0px 0px 25px;
    width: 250px;
    height: 50px;
    background: linear-gradient(to right, rgba(0,15,12,1.0), rgba(0,66,71,1.0), rgba(0,15,12,1.0));
    border: 1px solid rgba(0,237,255,1.0);
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}
.pie_pagina_mod12_bot01:hover {
    background: linear-gradient(to right, rgba(0,36,51,1.0), rgba(0,110,110,1.0), rgba(0,36,51,1.0));
    box-shadow: 0 0 15px rgba(0,237,255,1.0);
}
    
.pie_pagina_mod12_bot01 a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 50px;
    padding: 11px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.0);
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0,237,255,0.7), -2px -2px 4px rgba(0,237,255,0.7);
}
.pie_pagina_mod12_bot01 a:hover {
    background: rgba(0,0,0,0.0);
}
.pie_pagina_mod12_bot02 {
    float: left;
    margin: 8px 0px 0px 25px;
    width: 250px;
    height: 50px;
    background: linear-gradient(to right, rgba(20,0,0,1.0), rgba(60,0,0,1.0), rgba(20,0,0,1.0));
    border: 1px solid red;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}
.pie_pagina_mod12_bot02:hover {
    background: linear-gradient(to right, rgba(60,0,0,1.0), rgba(150,0,0,1.0), rgba(60,0,0,1.0));
    box-shadow: 0 0 15px red;
}
    
.pie_pagina_mod12_bot02 a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 50px;
    padding: 11px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.0);
    text-decoration: none;
    text-shadow: 2px 2px 4px red, -2px -2px 4px red;
}
.pie_pagina_mod12_bot02 a:hover {
    background: none;
}
.pie_pagina_mod12_bot03 {
    float: left;
    margin: 8px 0px 0px 25px;
    width: 250px;
    height: 50px;
    background: linear-gradient(to right, rgba(20,20,0,1.0), rgba(61,59,0,1.0), rgba(20,20,0,1.0));
    border: 1px solid yellow;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}
.pie_pagina_mod12_bot03:hover {
    background: linear-gradient(to right, rgba(61,59,0,1.0), rgba(124,121,0,1.0), rgba(61,59,0,1.0));
    box-shadow: 0 0 15px yellow;
}
    
.pie_pagina_mod12_bot03 a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 50px;
    padding: 11px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.0);
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(124,121,0,1.0), -2px -2px 4px rgba(124,121,0,1.0);
}
.pie_pagina_mod12_bot03 a:hover {
    background: none;
}
/***** MOD 3 *****/
/***** MOD 3 *****/
/***** MOD 3 *****/
.pie_pagina_mod03 {
    float: left;
    margin: 50px 0px 0px 0px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod03 a {
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 4px 10px 0px 10px;
    width: 280px;
    height: 78px;
    font-family: Arial;
    font-size: 15px;
    color: rgba(100,100,100,1.0);
    text-decoration: none;
    border-radius: 0px;
    transition: background 0.8s ease;
    background: rgba(0,0,0,0.0);
    border: 1px solid rgba(255,255,255,0.0);
}
.pie_pagina_mod03 a:hover {
    color: rgba(200,249,255,0.8);
    border: 1px solid rgba(0,237,255,0.3);
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
}
/***** MOD 4 *****/
/***** MOD 4 *****/
/***** MOD 4 *****/
.pie_pagina_mod04 {
    float: left;
    margin: 50px 0px 0px 0px;
    width: 300px;
    height: 580px;
}
.pie_pagina_mod04_img01 {
    float: left;
    margin: 0px 100px 0px 100px;
    width: 100px;
    height: 55px;
    background-image: url(../img/logo-infomn2-02.png);
}
.pie_pagina_mod04_txt {
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 3px 0px 0px 0px;
    width: 280px;
    height: 40px;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    color: rgba(190,190,190,1.0);
}
.pie_pagina_mod04_bot_redes {
    float: left;
    margin: 20px;
    width: 260px;
    height: 80px;
}
.pie_pagina_mod04_facebook {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/facebook_01.png);
    animation: rotacion-infinita 5s linear infinite;
}
.pie_pagina_mod04_instagram {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/instagram_01.png);
    animation: rotacion-infinita 8s linear infinite;
}
.pie_pagina_mod04_tiktok {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/tiktok_01.png);
    animation: rotacion-infinita 10s linear infinite;
}
.pie_pagina_mod04_youtube {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../img/youtube_01.png);
    animation: rotacion-infinita 13s linear infinite;
}

@keyframes rotacion-infinita {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
    

.pie_pagina_mod04_bot_redes a {
    float: left;
    margin: 15px 0px 0px 0px;
    width: 180px;
    height: 50px;
    padding: 10px 0px 0px 20px;
    color: white;
    font-size: 25px;
    cursor: pointer;
    text-decoration: none;
}
/***** LINEA *****/
/***** LINEA *****/
/***** LINEA *****/
.pie_pagina_linea {
    float: left;
    margin: 10px 25px 0px 25px;
    width: 1150px;
    height: 3px;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
}
/***** MOD 5 *****/
/***** MOD 5 *****/
/***** MOD 5 *****/
.pie_pagina_mod05 {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 300px;
    height: 260px;
}
.pie_pagina_mod05_titulo {
    float: left;
    margin: 0px 10px 0px 10px;
    width: 280px;
    height: 30px;
    font-family: Arial;
    font-size: 25px;
    color: rgba(100,100,100,1.0);
    text-align: center;
}
.cont_formulario {
    float: left;
    margin: 15px 15px 10px 15px;
	width:270px;
	height:160px;
}

/******************** FORM ***************/

form {
    float: left;
    width: 270px;
    height: 160px;
    margin: 0px;
}

input[type="text"] {
    float: left;
    margin: 0px 0px 20px 0px;
    display: block;
    width: 270px;
    height: 30px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 20px;
    color:black;
}

input[type="password"] {
    float: left;
    margin: 0px 0px 0px 0px;
    display: block;
    width: 270px;
    height: 30px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #fff;
    margin: 0px 0px 40px 0px;
    color:black;
}

input[type="submit"] {
    float: left;
    width: 270px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, rgba(0,73,255,1.0), rgba(0,150,255,1.0), rgba(0,73,255,1.0));
    border: 1px solid #fff;
    border-radius: 30px;
    letter-spacing: 2px;
}

input[type="submit"]:hover {
    background: orange;
    color: Black;
    transform: scale(1.1);
}

/***** txt *****/
.pie_pagina_mod05 a {
    float: left;
    margin: 0px 20px 0px 20px;
	width:260px;
	height:40px;
    font-family: Arial;
    font-size: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
}
/***** MOD 6 *****/
/***** MOD 6 *****/
/***** MOD 6 *****/
.pie_pagina_mod06 {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 600px;
    height: 260px;
    background-image: url(../img/pablo-ladino-2023.png);
}
.pie_pagina_mod06_txt1 {
    float: left;
    margin: 0px 0px 0px 320px;
    width: 260px;
    height: 220px;
}
.pie_pagina_mod06_txt1 a {
    float: left;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 0px 40px;
    width: 240px;
    height: 210px;
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    color: rgba(200,200,200,1.0);
}
.pie_pagina_mod06_txt2 {
    float: left;
    margin: 0px 10px 0px 10px;
    width: 580px;
    height: 40px;
}
.pie_pagina_mod06_txt2 a {
    float: left;
    padding: 8px 0px 0px 0px;
    width: 580px;
    height: 40px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: rgba(200,200,200,1.0);
    background: rgba(40,40,40,1.0);
    border-radius: 20px;
    border: 2px solid #fff;
    text-decoration: none;
}
/***** MOD 7 *****/
/***** MOD 7 *****/
/***** MOD 7 *****/
.pie_pagina_mod07 {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 300px;
    height: 260px;
}
.pie_pagina_mod07_01 {
    float: left;
    padding: 4px 0px 0px 0px;
    margin: 50px 10px 0px 10px;
    width: 280px;
    height: 25px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    color: white;
}
.pie_pagina_mod07_04 {
    float: left;
    margin: 20px 5px 0px 10px;
    width: 70px;
    height: 90px;
    border-radius: 5px;
    background-image: url(../img/noti_02.png);
}
.pie_pagina_mod07_05 {
    float: left;
    margin: 20px 10px 0px 5px;
    width: 200px;
    height: 90px;
    line-height: 13px;
    font-family: Arial;
    font-size: 11px;
    text-align:justify;
    color: white;
}
.pie_pagina_mod07_06 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/facebook_03.png);
}
.pie_pagina_mod07_07 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/instagram_03.png);
}
.pie_pagina_mod07_08 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/tiktok_03.png);
}
.pie_pagina_mod07_09 {
    float: left;
    margin: 40px 12px;
    width: 50px;
    height: 50px;
    background-image: url(../img/youtube_03.png);
}
/***** TXT *****/
.pie_pagina_txt {
    float: left;
    margin: 20px 175px 0px 175px;
    width: 850px;
    height: 20px;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    color: white;
}
    
}
    

    

