

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    

}.el-logo{
    height: 400px;
    width: 400px;
    display: block;
    margin: auto;
}
/*parafooooooooooooooooooooooooo de paginassssssssssssso*/

.pa{
    width: 70%;
    display: block;
    margin: auto;
}

a:visited{
    color:#3bbd37;
}



/* titulo de secciones*/
.secciones{
    color:#ffd700;
    padding: 20px;
}

h2{
    padding: 20px;
    font-size: 2rem;
    font-weight: 400;
   
}

.opinion{
    font-size: 1.5rem;
     color: rgb(95, 97, 94);
     padding: 10px;
    
}


/*sobre nosotros*/



.sobre-nosotros{
    
    background:linear-gradient(#2633df,#389ee2);
    min-height: 500px;
    padding:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}




/*boton fijo*/


.flotante{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.telefono{
    height: 55px;
    width: 55px;
    
    
    

    
   }
   button{
    border: none;
    background-color: transparent;
    
    

   }

.icon:hover{
    border: #ffd700 9px solid;
    transition: all 700ms;
}
    



.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~.redes a{
    margin-bottom: 8px;
    opacity: 1;
    visibility:visible;
}

.servicios{
    background-color:#d4ffffbb;
    min-height: 600px;

    
}

/*nav barra*/


.navbar{
    padding: 0.9rem;
    background-color:#ffd700;
    


}

.nav-img{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px #6f3df4 solid;
}

.nav-link{

    color:#424440;
}

.navbar-collapse{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
/* la seccion del header*/

.titulo{
    font-size:4rem;
    font-weight: bolder;
    color: #fff;


}


.titulo-dos{
    font-size:3rem;
    font-weight: bolder;
    color: #fff;

}
.p-titulo{
    font-size: 2rem;
    color: #ffd700;
    font-weight:lighter;
}

/*estilos generales*/
a{

    text-decoration: none;
}

/*enlace sobre nosotros*/
.enlaces{
    text-align:right;
}

.p-seccion{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight:400px;
    font-family: sans-serif 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.titulo-seccion{
    font-size: 2.5rem;
    color: #656060;
    font-weight: bolder;
    margin-top: 50px;
    margin: auto;
    display: block;
    padding: 20px 0px;
    
/* titulos sobre  osotros centraliza*/
}
.titulos{
    margin-left: 150px;
    padding: 20px;
}


.container{
    margin-top:10px;
}


.t-seccion{
    font-size: 2.5rem;
    color:#656060;
    margin-left: 120px;
    font-weight: bolder;
    margin-top: 50px;
    

}



/*nosotros*/
.nosotros-btn{
    color: #eefffc;
    background-color:#ffd700;
    border: none;
    font-weight: bold;
    padding: 0.8em 5em;
    margin: 10px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin:auto;
    margin-top: 4px;
       }

    

 .nos-bt{
    margin: auto;
    display: block;
 }
    
    




.titulos{
    display: block;
    margin-right: 250px;
}


.parrafo{
    width: 75%;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    margin: auto;
    font-family:Georgia, 'Times New Roman', Times, serif;
    cursor: pointer;
    font-weight: 200;
    

    
}








/* servicios*/
.texto-servicio{
    font-size: 1rem;
    color:#fff;
}

.posicion{
    position:relative;
    min-height:200px;
}
.btn-servicios{
    margin-top: 50px;
    padding: 50px;
}
.targeta-cursos{
    color: #ffd700;
    font-size: 1rem;
    font-weight:400;
    text-align:left;
    padding: 5px 0px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-transform: uppercase;
    




}





.targeta{

    background:linear-gradient(#2633df,#389ee2);
    min-height:200px;
    font-size: 1rem;
    border-radius: 9px;
    cursor: pointer;
    padding: 15px;
    overflow: hidden;
    margin-top: -90px;
    box-shadow: 5px 5px 10px #888888;

    

    
}
.targeta-especiales{

    background:linear-gradient(#2633df,#389ee2);
    height:420px;
    font-size: 1rem;
    border-radius: 9px;
    cursor: pointer;
    padding: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 10px #888888;
    margin-bottom: 30px;
    


    

    
}

.cursos-especiales{
  margin-top: 100px;
  

}

.targeta:hover{
    background-color:#aaebf3;
    transition: 1000ms;
}



.img-targeta{
    background-position: center;
    background-size: cover;
    width:200px;
    height: 200px;
    margin-top:30px;
    border-radius: 15px;
    border-radius: 50%;
    display: block;
    margin: auto;


    
    



}

.con-btn{
    padding: 50px;
}
.lista li{
    text-align:left;
    font-weight:300px;
    padding:3px;
    margin-left:15px;
    color: #ffff;
}
.lista{
    margin-bottom: 50px;
    
}


.componente-btn{
    color: #fff;
    background-color:#ffd700;
    border: none;
    font-weight: bold;
    padding: 0.8em 2em;
    margin: 10px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-right:100px;
    margin-top: 4px;
    box-shadow: 5px 5px 5px #888888;
    
    

}
.componente-btn{
    display: block;
    margin: auto;
}
.componente-btn:hover{
    background-color: #f1e183;
}

.icon-card{
    height: 48px;
    width: 48px;
    
}

/*cursos*/

.perriodo img{
    height: 30px;
    width: 30px;

}

.img-curso{
    height: 180px;
    width: 180px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.cursos{
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-curso{
    color: #cac2c2;
    background-color:#ffd700;
    border: none;
    font-weight: bold;
    padding: 0.8em 2em;
    margin: 10px;
    border-radius: 100px;
    box-shadow: 5px 5px 5px #bdb9b9;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-right:100px;
    margin-top: 4px;
    box-shadow: 5px 5px 5px #888888;
      }
    


.p-nota{
    color: #656060;
}
.comunicado{
    font-size: 2rem;
    margin-top: 20px;
}
.iconos-targetas{
    display: flex;
    align-items: end;
    justify-content: end;
    margin-bottom: 20px;

}


.icon-targeta{
    height: 20px;
    width: 20px;
    margin-left: 30px;
    padding:7;
    margin-left: 30;
    
}
.enlace-curso{
    text-align: left;
    margin-left: 50px;
}









.p-seccion1{
    text-align: center;
    max-width: 70%;
    display: block;
    margin: auto;
    padding: 20px 0px;
    font-size: 1.3rem;

}
.titulo-componente{
    height: 70px;
    
}


.container{
    padding: 20px;
}





.atencion{
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    color: #424440;
    margin-bottom: 50px;
    
    
}
/*cursos intensivos*/

.linea{
    width:3rem;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    border: 3px blue solid;
}



    .btn-intensivo{
    color: #fff;
    background-color:#ffd700;
    border: none;
    font-weight: bold;
    padding: 1.25em 2em;
    margin: 10px;
    border-radius: 100px;
    box-shadow: 5px 5px 5px #bdb9b9;
    transition: all 0.2s ease-in-out;

}









/*anuncios*/





/* opiniones de alumnos*/

.img-opiniones{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 10px 10px 20px 10px;
    border:3px #2633df solid;
}

.opiniones{
    padding: 40px 40px 80px 40px;
    margin-top: 100px;
    margin: auto;
    background-color:rgb(255, 255, 255);


}

.carousel{
    max-width: 500px;
    margin: auto;
    margin-top: 100px;
    
    
}
.carousel-item{
    height: 500px;
    
    
    
}
.contenedor1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:cornflowerblue;
    border-radius: 15px;
    
}

.texto-testimonio{
    max-width: 70%;
    font-size: 18px;
    text-align: center;
    font-weight:400px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #414240;
}

.texto-info{
    text-align: center;
    font-weight: bolder;
    padding: 5px;
    
}
.texto-info p{
    margin-bottom: 0;
}
.especialidad{
    font-size: 0.8rem;
    
}

.nombre{
    font-size: 1.2rem;
    color: #2633df;
}


/*acordeon*/
.accordion{
    display: block;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 5px;
   

}

.accordion-header{
    border: 2px #2633df solid;
    margin-bottom: 5px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #bdb9b9;
    

    
    
    
}

.accordion-body{
    background-color: #ffd900c2;
    border-radius: 15px;
    padding: 20px;
}



.tablon{
    margin-top: 100px;
}



.icon{
    width: 50px;
    height: 50px;
    border: #ffd700 1.5px solid;
    border-radius: 50px;



}
.icon-telefono{
    width: 50px;
    height: 50px;
    padding: 1px;
    margin-left: 3px;

}





.contac-btn{
    color: #fff;
    background-color: transparent;
    border: none;
    font-weight: bold;
    padding: 1.25em 2em;
    margin: 10px;
    border-radius: 100px;
    border: 2px #fff solid;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.sugerencias{
    background-color: #ffd700;
    height: 150px;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
}


/*ubicacion*/

.geolocalizacion{
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.gps-img{
    display: block;
    margin: auto;
}


/*foter*/
footer{

    height:100vh;
    background-color: #eefffc;
}








    

    


   .pie{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }

    .texto-futer{
        font-size: 1.5rem;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-redes{
        height: 60px;
        width: 60px;
        padding: 3px;
        border-radius: 100px;
    }




    .p-titulo-futer{
        font-size: 2rem;
        color: #ffd700;
        font-weight: bold;
        

        }

        .copy{
            display: block;
            align-items: center;
            justify-content: center;
        }


        .img-futer{
            height: 150px;
            width: 150px;
            border-radius: 50%;
            margin: 10px 10px 20px 10px;
            border: 3px #656060 solid;
        }
        /*trabajandp con el media query*/

        @media (max-width:800px) {
            .navbar{
                position: fixed;
                top: 0;
                width: 100%;
                
            }
            .contenedor0{
                margin-top: 200px;
                min-height: 400px;
            }
            
        }

        @media (max-width:800px) {
            
            .atencion{
                font-size: 1rem;
                width: 90%;
                
            }
            .opinion{
                font-size: 1rem;
                
            }
            h2{
                font-size: 1.3rem;
            }

            .img-targeta{
                height: 170px;
                width: 170px;
                border-radius: 50%;
            }
            .targeta{
                margin-bottom: 0px;
                margin-top: 50px;
            }

            .targeta-cursos{
                font-size: 1rem;
            }

            .logofaraon{
                height: 190px;
                width: 190px;
            }


            
        }

        @media (max-width:800px) {
            .componente-btn{
                padding:1em 3em;
                margin-top:-50;
                font-size: 13px;
            }
          
        
            
        }
    

    @media (max-width:800px) {
        .subtitulos{
            font-size: 1.2rem;
            text-align: start;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            text-align: start;
            font-weight: 400;
            
    
        }
        .contiene{
            margin-left: 5px;
        }
        
        

    }

    @media (max-width:800px){
        .pa{
            font-size: 1.2rem;
            line-height: 1.5rem;
            width: 97%;
            color: #333332;
            font-family:Georgia, 'Times New Roman', Times, serif;
        
        
    
        }
    
        }
        
        
    

   
    @media (max-width: 800px) {
        .titulo{
            font-size: 1.7rem;
        }
        .h2{
            font-size: 3px;
        }
        .parrafo{
            font-size: 1.2rem;
            width: 98%;
            line-height: 1.5rem;
            text-align:start;
        }
      
        .texto-servicio{
            font-size: 15px;
        }

        .secciones{
            font-size: 1.5srem;
            font-weight:lighter;
            margin-left:-5.5rem;
            padding: 0px;
            
        }

    
       
        
        .gps-img{
            width: 70px;
            height: 70px;
        }
        .p-titulo-futer{
            font-size:0.9rem;
        }
        .texto-futer{
            font-size: 1rem;
        }
        .titulo-dos{
            font-size: 1.5rem;
        }
        .p-titulo{
            font-size: 1.9rem;
        }
        .t-seccion{
            font-size: 1.9rem;
        }
        .titulo-seccion{
            font-size: 1.5rem;
            font-weight: 400;
        
        }
        .p-seccion{
            font-size: 1.5rem;
        }
        .p-seccion1{
            font-size: 16px;
            text-align: center;
        }

        .img-opiniones{
            height: 120px;
            width: 120px;
            border-radius: 50%;
        }

        .texto-testimonio{
            font-size: 0.9rem;
        }
        .nombre{
            font-size: 0.8rem;
        }
        .especialidad{
            font-size: 0.8rem;
        }
        .btn-matricula{
            font-size: 1.5rem;
        }
        .p-titulo-futer{
            font-size: 1.5rem;
        }
        .img-futer{
            height: 120px;
            width: 120px;
            border-radius: 50%;
        }

        .diapositivas{
            max-height:200px;
            max-width: 300px;
            display:block;
            margin: auto;
        
           
        }
        .el-logo{
            height: 250px;
            width: 250px;
            margin-top: 100px;
        }
        .parrafogeneral{
            font-size: 5rem;
        }
      

       }


 

    
   

    /*pantalla 2 seccion enlaces*/

    /*estilos de los parrafos de las pantallasssssssssssssssss*/
    
  

    .titulo2{
        font-size: 1.5rem;
        text-align: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;

    }

    .sobre-nosotros0{
        min-height: 300px;
        background-color: #e6f5ff;
        margin-top: 50px;
    }

    .contiene{
        margin-top: 100px;
        
    }
    .enlaces{
        text-align: left;
        margin-left: 150px;
        
        
    }

    .diapositivas{
        height: 400px;
        width: 700px;   
        margin: auto;
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }

  


    /*pantalla 3*/

  