#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);
    background-image: url(../img/fondo_planes.png);
    background-size:auto;
    background-repeat: no-repeat;
}
    
.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: 40px;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px rgba(0,255, 255, 1.0);
}

.cont_banner h2 {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 340px;
    height: 30px;
    font-family: Arial;
    font-size:23px;
    text-align: center;
    color: rgba(0,255, 255, 1.0);
}

.cont_banner h3 {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 340px;
    height: 50px;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: normal;
}
.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(10,10,10,1.0);
}
.cont_info {
    margin: auto;
    width: 360px;
    height: 2820px;
    }
.cont_info_mod1 {
    float: left;
    width: 360px;
    height: 1420px;
    }
.cont_info_mod1_img {
    float: left;
    margin: 10px;
    width: 340px;
    height: 192px;
    border-radius: 10px;
    background: black;
    box-shadow: 0px 0px 8px white;
    border: 1px solid white;
}
.cont_info_mod1_descripcion {
    float: left;
    margin: 0px 10px 0px 10px;
    float: left;
    width: 340px;
    height: 700px;
    text-align: justify;
    font-family: Arial;
    font-size: 16px;
    color: white;
}

.plan_infomn2_cont_whatsapp {
    float: left;
    margin: 20px 10px 0px 10px;
    width: 340px;
    height: 70px;
}
.plan_infomn2_cont_whatsapp a {
    float: left;
    width: 340px;
    height: 70px;
    padding: 15px 0px 0px 0px;
    font-family: Arial;
    font-size: 30px;
    text-align: center;
    color: white;
    border-radius: 10px;
    background: green;
    text-decoration: none;
    border: 2px solid white;
}
.plan_infomn2_cont_botpago {
    float: left;
    margin: 20px 10px 0px 10px;
    width: 340px;
    height: 70px;
    padding: 15px 0px 0px 0px;
    font-weight: bold;
    font-family: Arial;
    font-size: 30px;
    text-align: center;
    color: blue;
    border-radius: 10px;
    background: yellow;
    text-decoration: none;
    border: 4px solid blue;
}

.plan_infomn2_cont_como {
    float: left;
    margin: 20px 10px 0px 10px;
    width: 340px;
    height: 192px;
    border-radius: 10px;
    background: black;
    box-shadow: 0px 0px 8px white;
    border: 1px solid white;
}

.plan_infomn2_cont_botform {
    float: left;
    margin: 20px 10px 0px 10px;
    width: 340px;
    height: 70px;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    font-family: Arial;
    font-size: 25px;
    text-shadow: 2px 2px 4px black;
    text-align: center;
    color: white;
    border-radius: 10px;
    background: grey;
    text-decoration: none;
    border: 2px solid white;
}


/******************PLANES PARA ALIANZA ***********************/

.cont_info_mod2 {
    float: left;
    width: 360px;
    height: 1400px;
    }
    .plan_infomn2_cont {
    margin: 20px 10px 0px 10px; 
    float: left;
    width: 340px;
    height: 1270px;
    box-shadow: 0px 0px 10px aqua;
    border-radius: 10px;
}

.plan_infomn2_cont_imagen { 
    float: left;
    width: 340px;
    height: 300px;
    border-radius: 10px 10px 0px 0px;
}
.plan_infomn2_cont_titulo { 
    float: left;
    width: 340px;
    height: 300px;
    padding: 60px 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);
    color:aqua;
}
.plan_infomn2_cont p { 
    float: left;
    width: 340px;
    height: 850px;
    padding: 15px 10px 0px 10px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: white;
    text-align:justify;
    background: rgba(40,40,40,0.5);
}
.plan_infomn2_cont p:hover {
    color: aqua;
}
.plan_infomn2_cont a { 
    float: left;
    width: 340px;
    height: 120px;
    padding: 13px 20px 0px 20px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color:rgba(220,220,220,1.0);
    text-shadow: 2px 2px 4px black;
    text-align:left;
    background: rgba(0,92,255,1.0);
    border-radius: 0px 0px 10px 10px;
    transition: color 0.8s ease; 
}

/********************************** 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: 300px;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
    background-image: url(../img/fondo_planes.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
    
.cont_banner {
    margin: auto;
    width: 1200px;
    height: 300px;
    padding: 40px 0px 0px 0px;
}
    
.cont_banner p {
    margin: 10px 50px 0px 40px;
    width: 660px;
    height: 70px;
    text-align: left;
    font-family: Arial;
    font-size: 80px;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px rgba(0,255, 255, 1.0);
}

.cont_banner h2 {
    margin: 10px 300px 40px 40px;
    width: 500px;
    height: 30px;
    text-align: left;
    font-family: Arial;
    font-size:26px;
    color: rgba(0,255, 255, 1.0);
}

.cont_banner h3 {
    margin: 0px 0px 0px 40px;
    width: 600px;
    height: 50px;
    text-align: left;
    font-family: Arial;
    font-size: 18px;
    color: white;
    font-weight: normal;
}
.cont_banner_logo {
    float:right;
    margin: 40px 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: 100%;
    background: rgba(10,10,10,1.0);
}
.cont_info {
    margin: auto;
    width: 1200px;
    height: 1400px;
    }
.cont_info_mod1 {
    float: left;
    width: 700px;
    height: 1360px;
    }
.cont_info_mod1_img {
    float: left;
    margin: 20px 20px 20px 20px;
    width: 650px;
    height: 370px;
    border-radius: 10px;
    background: black;
    box-shadow: 0px 0px 8px white;
    border: 1px solid white;
}
.cont_info_mod1_descripcion {
    float: left;
    margin: 0px 20px 0px 20px;
    float: left;
    width: 650px;
    height: 370px;
    text-align: justify;
    font-family: Arial;
    font-size: 16px;
    color: white;
}

.plan_infomn2_cont_whatsapp {
    float: left;
    margin: 20px 20px 0px 20px;
    width: 305px;
    height: 70px;
}
.plan_infomn2_cont_whatsapp a {
    float: left;
    width: 305px;
    height: 70px;
    padding: 20px 0px 0px 0px;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: white;
    border-radius: 10px;
    background: green;
    text-decoration: none;
    border: 2px solid white;
}
.plan_infomn2_cont_botpago {
    float: left;
    margin: 20px 20px 0px 20px;
    width: 305px;
    height: 70px;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    color: blue;
    border-radius: 10px;
    background: yellow;
    text-decoration: none;
    border: 2px solid blue;
}

.plan_infomn2_cont_como {
    float: left;
    margin: 40px 20px 40px 100px;
    width: 500px;
    height: 285px;
    border-radius: 10px;
    background: black;
    box-shadow: 0px 0px 8px white;
    border: 1px solid white;
}

.plan_infomn2_cont_botform {
    float: left;
    margin: 20px 20px 0px 20px;
    width: 650px;
    height: 70px;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    font-family: Arial;
    font-size: 25px;
    text-shadow: 2px 2px 4px black;
    text-align: center;
    color: white;
    border-radius: 10px;
    background: grey;
    text-decoration: none;
    border: 2px solid white;
}


/******************PLANES PARA ALIANZA ***********************/

.cont_info_mod2 {
    float: left;
    width: 400px;
    }
    .plan_infomn2_cont {
    margin: 20px 10px 0px 10px; 
    float: left;
    width: 380px;
    height: 1270px;
    box-shadow: 0px 0px 10px aqua;
    border-radius: 10px;
}

.plan_infomn2_cont_imagen { 
    float: left;
    width: 380px;
    height: 300px;
    border-radius: 10px 10px 0px 0px;
}
.plan_infomn2_cont_titulo { 
    float: left;
    width: 380px;
    height: 300px;
    padding: 40px 0px 0px 0px;
    font-family: Arial;
    font-size: 60px;
    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);
    color:aqua;
}
.plan_infomn2_cont p { 
    float: left;
    width: 380px;
    height: 850px;
    padding: 15px 20px 0px 20px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    color: white;
    text-align:justify;
}
.plan_infomn2_cont p:hover {
    color: aqua;
}
.plan_infomn2_cont a { 
    float: left;
    width: 380px;
    height: 120px;
    padding: 13px 20px 0px 20px;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
    color:rgba(220,220,220,1.0);
    text-shadow: 2px 2px 4px black;
    text-align:left;
    background: rgba(0,92,255,1.0);
    border-radius: 0px 0px 10px 10px;
    transition: color 0.8s ease; 
}



    
}