#banner {
    margin: 50px 0px 0px 0px;
    width: 100%;
    height: 300px;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 360px;
    height: 300px;
    padding: 40px 0px 0px 0px;
}
    
.cont_banner p {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 360px;
    height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 33px;
    font-weight: bold;
    color: black;
}

.cont_banner h2 {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 340px;
    height: 30px;
    font-family: Arial;
    font-size:23px;
    text-align: center;
    color: black;
}

.cont_banner h3 {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 340px;
    height: 50px;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    color: black;
}
.cont_banner_logo {
    float: left;
    margin: 0px 0px 0px 70px;
    width: 230px;
    height: 130px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_info {
    margin: auto;
    width: 360px;
    height: 3500px;
    }
.cont_info_mod1 {
    float: left;
    width: 360px;
    height: 100%;
    }
.cont_info_mod1_titulos {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 340px;
    height: 70px;
    font-family: Arial;
    font-size: 30px;
    color: rgba(40,40,40,1.0);
    text-align: right;
    }
.cont_info_mod1_img {
    float: left;
    margin: 20px 0px 20px 0px;
    width: 360px;
    height: 370px;
    background-image: url(../img/alianza_img.png);
    border-radius: 10px;
}
.cont_info_mod1_descripcion {
    float: left;
    margin: 0px 10px 0px 10px;
    float: right;
    width: 340px;
    height: 820px;
    text-align: justify;
    font-family: Arial;
    font-size: 25px;
    color: rgba(20,20,20,1.0);
    }
.cont_info_mod1_botwhatsapp {
    float: left;
    margin: 10px 0px 0px 0px;
    width: 360px;
    height: 50px;
    }

.cont_info_mod1_botwhatsapp a {
    float: left;
    width: 360px;
    height: 50px;
    cursor: pointer;
    background-image: url(../img/img_whatsapp.png);
    border-radius: 10px;
    }
    
.cont_info_titulo {
    margin: 50px 0px 50px 0px;
    float:left;
    width: 360px;
    height: 100px;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: rgba(200,200,200,1.0);
    text-align:center;
    -webkit-text-stroke: 1.5px #000000;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    }
/******************PLANES PARA ALIANZA ***********************/

.plan_infomn2_cont {
    margin: 0px; 
    float: left;
    width: 360px;
    height: 630px;
}
.plan_infomn2_cont_imagen { 
    float: left;
    width: 360px;
    height: 300px;
    border-radius: 10px 10px 0px 0px;
}
.plan_infomn2_cont_titulo { 
    float: left;
    width: 360px;
    height: 300px;
    padding: 180px 0px 0px 0px;
    font-family: Arial;
    font-size: 40px;
    font-weight: normal;
    color: white;
    text-align:center;
    background: rgba(0,0,0,0.1);
    border-radius: 10px 10px 0px 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.0), -2px -2px 4px rgba(0, 0, 0, 1.0);
    transition: background-color 1s ease;
    -webkit-text-stroke: 1.5px #000000;
    font-weight: bold;
}
.plan_infomn2_cont_titulo:hover {
    background: rgba(0,0,0,0.8);
}
.plan_infomn2_cont p { 
    float: left;
    width: 360px;
    height: 250px;
    padding: 15px 20px 0px 20px;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: white;
    text-align:justify;
    background: rgba(40,40,40,1.0);
}
.plan_infomn2_cont p:hover {
    color: aqua;
}
.plan_infomn2_cont a { 
    float: left;
    width: 360px;
    height: 80px;
    padding: 13px 20px 0px 20px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: white;
    text-align:left;
    background: rgba(5,5,5,1.0);
    border-radius: 0px 0px 10px 10px;
    transition: color 0.8s ease; 
}
.plan_infomn2_cont a:hover { 
    color: black;
    background: grey;
}
/********************************** 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) {

#banner {
    margin: 0px;
    width: 100%;
    height: 500px;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 1200px;
    height: 500px;
    padding: 40px 0px 0px 0px;
}
    
.cont_banner p {
    margin: 10px 50px 0px 40px;
    width: 660px;
    height: 170px;
    text-align: left;
    font-family: Arial;
    font-size: 70px;
    font-weight: bold;
    color: black;
}

.cont_banner h2 {
    margin: 20px 300px 40px 40px;
    width: 500px;
    height: 30px;
    text-align: left;
    font-family: Arial;
    font-size:26px;
    color: black;
}

.cont_banner h3 {
    margin: 20px 0px 0px 40px;
    width: 600px;
    height: 50px;
    text-align: left;
    font-family: Arial;
    font-size: 18px;
    color: black;
}
.cont_banner_logo {
    float:right;
    margin: 100px 50px 0px 0px;
    width: 230px;
    height: 130px;
    padding: 0px 50px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 1600px;
    background: rgba(240,240,240,1.0);
}
.cont_info {
    margin: auto;
    width: 1200px;
    height: 1600px;
    }
.cont_info h2 {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 1200px;
    height: 100px;
    font-family: Arial;
    font-size: 80px;
    text-align: center;
    color: black;
    font-weight: bold;
    }
.cont_info h3 {
    float: left;
    margin: 20px 0px 0px 100px;
    width: 1000px;
    height: 150px;
    font-family: Arial;
    font-size: 20px;
    text-align:justify;
    color: rgba(50,50,50,1.0);
    font-weight: normal;
    }
.cont_info h4 {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 1200px;
    height: 70px;
    font-family: Arial;
    font-size: 40px;
    text-align:center;
    color: rgba(20,20,20,1.0);
    font-weight: bold;
    }
.cont_info_herramienta {
    float: left;
    margin: 10px;
    width: 370px;
    height: 230px;
    background: rgba(200,200,200,1.0);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.5);
    }
.cont_info_herramienta2 {
    float: left;
    margin: 10px;
    width: 370px;
    height: 230px;
    background: rgba(200,200,200,1.0);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.3);
    }
.cont_info_herramienta h6 {
    float: left;
    margin: 40px 0px 0px 0px;
    width: 370px;
    height: 100px;
    font-family: Arial;
    font-size: 40px;
    text-align:center;
    color: rgba(20,20,20,1.0);
    font-weight: bold;
    }
.cont_info_herramienta a {
    float: left;
    margin: 20px 0px 0px 35px;
    width: 300px;
    height: 50px;
    padding: 10px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align:center;
    color: white;
    font-weight: normal;
    background: rgba(74,114,178,1.0);
    border-radius: 30px;
    border: 1px solid white;
    box-shadow: 0px 0px 5px rgba(0,0,0,1.0);
    }
.cont_info_herramienta2 h5 {
    float: left;
    margin: 50px 0px 0px 0px;
    width: 370px;
    height: 140px;
    font-family: Arial;
    font-size: 40px;
    text-align:center;
    color: rgba(20,20,20,1.0);
    font-weight: bold;
    }
.cont_info_boton1 {
    float: left;
    margin: 50px 350px 0px 350px;
    width: 500px;
    height: 60px;
    }
.cont_info_boton1 a {
    float: left;
    width: 500px;
    height: 60px;
    padding: 7px 0px 0px 0px;
    font-family: Arial;
    font-size: 40px;
    text-align:center;
    color: white;
    font-weight: normal;
    background: rgba(74,114,178,1.0);
    border-radius: 30px;
    border: 1px solid white;
    box-shadow: 0px 0px 5px rgba(0,0,0,1.0);
    }
.cont_info h7 {
    float: left;
    margin: 50px 0px 0px 200px;
    width: 800px;
    height: 70px;
    font-family: Arial;
    font-size: 30px;
    text-align:center;
    color: rgba(50,50,50,1.0);
    font-weight: normal;
    }
.cont_info_boton2 {
    float: left;
    margin: 10px 0px 0px 200px;
    width: 800px;
    height: 70px;
    }
.cont_info_boton2 a {
    float: left;
    width: 800px;
    height: 70px;
    padding: 13px 0px 0px 0px;
    font-family: Arial;
    font-size: 35px;
    text-align:center;
    color: white;
    font-weight: normal;
    background: rgba(100,100,100,1.0);
    border-radius: 35px;
    border: 2px solid black;
    box-shadow: 0px 0px 8px rgba(0,0,0,1.0);
    }

}