
:root {
    --azul: #006ba8;
    --link: #00a0eb;
    --gris: #777;
    --texto: #444;
}

*,
:after,
:before {
    box-sizing: border-box;
}


body {
/*    line-height: 1.5;*/
    width: 100%;
	height: 100%;
    color: var(--texto);
    font-family: sans-serif;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-top: 15px;
	background-color: #ffffff;
 /*   min-height: 100vh;*/
}



/*header {
   background-color: silver;
   padding-top: 0.5em;
   margin-bottom: 0px;
}*/   
/* las 5 reglas siguientes oculta el scroll vertical, pero al bajar o subir con la rueda del mouse se tranca */

/*html, body {
    overflow-y: hidden;
}

/* Para Firefox */
/*html, body {
    scrollbar-width: none;  /* Oculta el scroll en Firefox 
}
*/

/* Para Chrome, Safari y otros navegadores basados en WebKit */
/*html, body {
    overflow-y: scroll;
}

::-webkit-scrollbar {
    display: none;
}

/* Para Firefox */
/*html {
    scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox 
}
*/
/* Fin 5 reglas del scroll vertical*/


img {
    max-width: 100%;
}
a {
    color: var(--link);
    text-decoration: none;
}
h1 {
    color: var(--azul);
    text-align: center;
}
/* Ejemplo de reglas de CSS personalizadas para SweetAlert2 */

.swal2-popup {
    font-size: 8px; /* Ajusta el tamaño de la fuente */
    width: 400px; /* Ajusta el ancho de la ventana emergente */
    color: #333; /* Cambia el color del texto */
    /* Agrega más reglas de estilo según sea necesario */
}
 .swal2-container {
    display: flex;
    align-items: center;
    justify-content: center;
 }



.menu {
    border-radius: 10px;	 /* redondea las esquinas del fondo del menu de navegacion nav que tiene la clase menu */
/*    background: rgba(0, 50, 150, 0.9);*/
    background: #005a9e;
    padding: 0.5em 0;
    justify-content: left;
    float: left;
}
.menu ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    list-style: none;
    padding-left: 0;
}
.menu li {
    margin: 0.2em;
}
.menu a {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #fff;
    line-height: 2.5;
    display: block;
    padding: 0 0.7em;
}
.menu a.active,
.menu a:hover {
    text-decoration: none;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
}
.inicio main {
    width: 100%;
}
.inicio .main-sidebar {
    display: none;
}
.contacto .main-banner {
    margin-bottom: 0em;
}
.logo {
    width: 100px;
	height:100px;
    display: block;
    margin: 1em auto;
}
.main-sidebar {
    margin-top: 2em;
}
.main-content {
    padding: 0 1em;
}
.main-footer {
/*    background: #222;*/
/*    background: rgba(0, 50, 150, 0.9);*/
/*    background: #005a9e;*/
/*    color: #ddd;*/
    padding: 0em;
	padding-left: 5%;
	padding-top: 30px;
    text-align: center;
	margin: 0 auto;    /* centrar main-footer horizontal*/
    margin-top: 25px;
	border-radius: 0px;
	height: 13em; 
	width: 100%;
	background-color: silver;
	
/*	margin-left: 185px;
	margin-right: 150px;*/
	
/*	margin-bottom: 10%;*/
}

/*.main-footer a.active,
.main-footer a:hover {
    text-decoration: none;
    font-weight: bold;
	color: red;
    background: #005a9e;
}
*/
.contenedor {
  width: 82.3%;
  margin: 0 auto; 
  }


.barra {
  min-height: 5rem;
  background: #741d51;
  color: orange;
/*  width: 69rem;*/
  width: 82.8%; 
  margin-left: 8.5%;
/*  margin-left: 12.5rem;*/
  background: orange; 
  border: 3px solid #e1e1e1 
  }


/** Cursos **/


.cursos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.cursos .curso {
/*  flex: 0 1 calc(25% - 1rem);*/
  margin-right: 0px;
/*  background-color: #FFFFFF;*/
  border: 3px solid #e1e1e1;
  cursor: default;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}	
 
.cursos .curso .imagen-curso {
  width: 100%;
  height: 200px; /* Establecer una altura fija para las imágenes */
  object-fit: cover; /* Ajustar la imagen al tamaño del contenedor */
}

.cursos .curso .info-curso {
/*  height: 300px; /* Establecer una altura fija para el contenedor .info-curso */
  height: 260px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.cursos .curso .info-curso h4 {
  margin: 0;
  font-size: 1.2rem;
  color: brown;
}		

.cursos .curso .info-curso p {
  flex: 1;
  padding: 0;
  margin-bottom: 10px;
/*  overflow: hidden; /* Ocultar contenido que exceda la altura */
}

.cursos .curso .info-curso .precio {
/*  display: flex;
  justify-content: space-between;*/
  margin-top: auto;
/*  height: auto; /* Ajustar automáticamente la altura */
}
		
.precio .regular {
  height: auto; /* Ajustar automáticamente la altura */
}

/*
        .cursos .curso .info-curso .precio .oferta {
          text-decoration: line-through;
          font-size: 1.4rem;
          font-weight: 700; }

		.precio .regular {
            height: 100%;
			padding: 0px;
		} 			
*/

.producto {
  cursor: default;
}

.vistas {
  display: none;
  
}  

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
max-width: 90%;
background-color: #fff;
padding: 20px;
}

.popup-close {
/*position: absolute;*/
cursor: pointer;
font-size: 28px;
}

.popup-img {
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}


/*--------style--------*/
    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
    }

    .popup-content {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 400px;
      max-width: 90%;
      background-color: #fff;
      padding: 20px;
    }

    .popup-close {
      position: absolute;
      top: 0px;
      right: 5px;
      cursor: pointer;
    }

    .popup-img {
      display: block;
      width: 100%;
      height: 400px;
      margin-bottom: 10px;
    }

    .popup-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
    }

    .popup-arrow-left {
      left: 3px;
    }

.popup-arrow.popup-arrow-left {
	font-size: 50px;
}	


    .popup-arrow-right {
      right: 3px;
    }
.popup-arrow.popup-arrow-right {
	font-size: 50px;
}	
    .regular {
       font-size: 1.0rem;
       color: brown;
	   font-weight: 700; 
   }
/*    .cursos .curso .info-curso .precio .regular {
       font-size: 1.0rem;
       color: blue;
	   font-weight: 700; 
   }
*/
/*p {
	 text-align:justify;
	 text-align-last:justify ;
	 last-line
}*/

/* las siguientes 3 reglas justifican a la isquierda y derecha de unos parrafos que estan dentro de un div con class container*/
    .container p {
        text-align: justify;
		margin-left: 200px;
		margin-right: 200px;
    }
    
    .container p:after {
        display: inline-block;
        width: 100%;
    }
    
    .container p:last-line {
        text-align: left;
    }
/* las siguientes 3 reglas justifican a la isquierda y derecha de unos parrafos que estan dentro de un div con class pagina-inicial 
   de la pagina inicial index.html*/

    .pagina-inicial p {
        text-align: justify;
		margin-left: 200px;
		margin-right: 200px;
    }
    
    .pagina-inicial p:after {
        display: inline-block;
        width: 100%;
    }
    
    .pagina-inicial p:last-line {
        text-align: left;
    }
    .pagina-inicial {
		margin-left: 0px;
		margin-right: 0px;
	}	

/* fin justificacion */	
/*        .logo-container {
            width: 100px;
            height: 75px;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            justify-content: left;
            align-items: center;
			margin-right: 10px;
        }
*/
        .logo-container img {
            width: 3.5%;
            height: 3.5%;
/*            object-fit: cover;*/
            border-radius: 50%;
			justify-content: left;
			float: left;
			vertical-align: middle;
			}	
        .logo-container span {
            width: 300px;
            height: 75px;
            display: flex;
            justify-content: left;
/*            align-items: center;*/
			margin-right: 5px;
			color:red;
			margin-top: 30px;
			float: left;
			font-family: "Segoe Script";
			font-size: 20px;
        }

.main-banner {
	margin-left: 0px;
}	

.main-banner img {
	border-radius: 0px;  /* redondea las esquinas de una imagen, en este caso la imagen inicio.jpg que esta en la clase main-banner*/
    width: 100%;
    height: 27rem;	
}

/*.video-row {
	margin-left: 20px;
	margin-right: 20px;
}	
*/
 .contacto-info h3, p {
	display: inline-block;
	padding: 2px;
	font-weight: bold;
}	
.contacto-info div h3 {
    color: black;
}
.contacto-info div {             
    line-height: 1px;         /* Reduce el interlineado entre dos div */
}
.frmContacto label {
	color: black;
	font-weight: bold;
}	

.frmContacto input, textarea {
	border-radius: 5px;
	font-size: 15px;
}	
.frmContacto h2 {
	color: black;
	font-weight: bold;
}	
/*     estilo de los videos */
	   .video-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 20px;
    }
      .video-row {
	       margin-left: 20px;
	       margin-right: 20px;
      }	


        .video img {
		    display: block;
            margin: 0 auto;
            width: 100%;
            height: 65%;
        }

        .video-camera {
            position: absolute;
            top: 10%;
            left: 90%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background-image: url('camara-de-video.png');
            background-size: cover;
        }

        .popupver {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 9999;
        }

        .popup-video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 80%;
            max-height: 80%;
        }

        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #fff;
            font-size: 20px;
            cursor: pointer;
        }


/*  css para mostrar mensaje enviando */
.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blinking {
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    font-size: 24px;
    color: white;
}

#loading-overlay {
    display: none;
}

@keyframes blinker {
    from { opacity: 1; }
    to { opacity: 0; }
}


/* Estilo para el campo de entrada de texto */
#nombreCliente {
    padding: 5px;
    border: 1px solid black;
    position: relative;
/*	margin-left: 10%;*/
}

#email {
    padding: 5px;
    border: 1px solid black;
    position: relative;
/*	margin-left: 10%;*/
}

 /* centrar iconos de redes sociales con su texto al lado*/   
    .icon-facebook {
        display: inline-flex;
        align-items: center;
    }
    .icon-facebook .fab {
        margin-right: 0px; /* Espacio entre el icono y el texto */
    }
    .icon-twitter {
        display: inline-flex;
        align-items: center;
    }
    .icon-twitter .fab {
        margin-right: 0px; /* Espacio entre el icono y el texto */
	
    }
    .icon-youtube {
        display: inline-flex;
        align-items: center;
    }
    .icon-youtube .fab {
        margin-right: 0px; /* Espacio entre el icono y el texto */
    }

/*   fin estilo centrar */



/*
@media screen and (min-width: 800px) and (max-width: 831px) {
  .cursos .curso {
    height: 35%;
	width: 50%;
	}
	
      .cursos .curso .info-curso h4 {
		height: 100px;
		}
		
		.curso .info-curso p {
            height: 205px;
			padding: 0px;
		} 			

}
*/

/*
@media screen and (min-width: 832px) and (max-width: 1023px) {
  .cursos .curso {
/*    height: 38rem;*/
/*	width: 30%;
	}
*/	
/*      .cursos .curso .info-curso h4 {
		height: 100px;
		}
		
		.curso .info-curso p {
            height: 200px;
			padding: 0px;
		} 			

}
*/
/*@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .cursos .curso {
    height: 30rem;
	}
	
      .cursos .curso .info-curso h4 {
		height: 50px;
		}
		
		.curso .info-curso p {
            height: 140px;
			padding: 0px;
		} 			

}
*/

/*@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .cursos .curso {
    height: 29rem;
	}
	
      .cursos .curso .info-curso h4 {
		height: 65px;
		}
		
		.curso .info-curso p {
            height: 100px;
			padding: 0px;
		} 			

}
*/

@media screen and (orientation: landscape) and (min-width: 1300px) {

.cursos .curso {
  flex: 0 1 calc(25% - 1rem)
}

        .video {
            width: 18%;
			height: 180px;
            margin-bottom: 20px;
            cursor: pointer;
            position: relative;
			border: 3px solid #ffffff;
			margin-right: 15px;
			
        }


        .video-camera {
            position: absolute;
            top: 10%;
            left: 90%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background-image: url('camara-de-video.png');
            background-size: cover;
        }

	.contacto-info {
    	margin-left: 22%;
	    border: 2px solid black;
	    width: 40em;
	    padding: 2em;
	    border-radius: 20px;
        background: #D4AF37;
	    height: 14em;
	    padding-top: 1em;
}

	
	.frmContacto {
	     margin-left: 22%;
	     margin-top: 2em;
	     border: 2px solid black;
	     width: 40em;
	     padding: 2em;
	     border-radius: 20px;
         background: #D4AF37;
/*	     height: 13em;*/
	    padding-top: 1em;
    }	
	hr {
		margin-left: 15.5%;
		margin-right: 35%;
		width: 70%;
        border-color: #006ba8;
		border-width: thin;
	}
	
.contenedor-principal {
	display: flex;
/*	float: right;*/
/*	flex-direction: column;*/
}


.contene {
	width: 30%;
}
/*.botones {
    width: 100%;
    text-align: center;
    margin-top: 10px; *//* Ajusta el espacio entre el mensaje y los botones */
/*}*/	
.frmEnvioMensaje {
	flex: 1;
	width: 60%;     /* tenia 60%*/
/*    float: right; 	*/
}
.boton1 {
    position: absolute;
    top: 30%;
    right: 20%;
    transform: translateY(-50%);
}

.boton2 {
    position: absolute;
    top: 67%;
    left: 9%;
    transform: translateY(-50%);
}
	
/*.main-header {
    margin-left: 150px;
	margin-right: 150px;
}*/

.mensaje {
  position: absolute;
  top: 52%; /* Centra verticalmente el div dentro del contenedor1 */
  left: 15%; /* Centra horizontalmente el div dentro del contenedor1 */
  transform: translate(-50%, -50%); /* Corrige el centrado */
  font-family: arial;
}

.contene h2 {
	 margin-left: 30%;
	 color: var(--azul);
	 top: 5%;
}
	

}


/* Segunda Resolucion de mi PC de Escritorio: 1280x 720 */
@media screen and (orientation: landscape) and (min-width: 1250px) and (max-width: 1280px) {

.cursos .curso {
  flex: 0 1 calc(32% - 1rem)
}

        .video {
            width: 18%;
			height: 180px;
            margin-bottom: 20px;
            cursor: pointer;
            position: relative;
			border: 3px solid #ffffff;
			margin-right: 15px;
			
        }


        .video-camera {
            position: absolute;
            top: 10%;
            left: 90%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background-image: url('camara-de-video.png');
            background-size: cover;
        }

	.contacto-info {
    	margin-left: 22%;
	    border: 2px solid black;
	    width: 40em;
	    padding: 2em;
	    border-radius: 20px;
        background: #D4AF37;
	    height: 14em;
	    padding-top: 1em;
}

	
	.frmContacto {
	     margin-left: 22%;
	     margin-top: 2em;
	     border: 2px solid black;
	     width: 40em;
	     padding: 2em;
	     border-radius: 20px;
         background: #D4AF37;
/*	     height: 13em;*/
	    padding-top: 1em;
    }	
	hr {
		margin-left: 15.5%;
		margin-right: 35%;
		width: 70%;
        border-color: #006ba8;
		border-width: thin;
	}
.contene {
    display: none;
}	
.boton1 {
	
    position: absolute;
    top: 34%;
    right: 46.5%;
	margin-bottom: 5px;
    transform: translateY(-50%);
}

}

/*----------------------------------------------------------------------------*/
/*@media (min-width: 700px) and (max-width: 768px) {        */



/*-------------------------------------------------------------------*/
/*@media (min-width: 769px) and (max-width: 1600px) {   /* para celulares y tablet en posicion vertical (al girar el celular) */
/* 317 es es el limite de mi celular en vertical y la tablet nose de cuanto es , pero debe ser inferior a 768 poruqe aplica esta regla media screen. */
/*Se aplica a mi tablet Acer y celular Samsung en vertical*/
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: portrait) {
    .pagina-inicial p {
        text-align: justify;
		margin-left: 5px;
		margin-right: 5px;
    }
	

.cursos .curso {
/*	width: 45%;*/
  flex: 0 1 calc(90% - 1rem)
}	

    .main-content {
        width: 90%;
        max-width: 1024px;
        margin: 0 auto;    /* 3rem;*/
    }


.main-banner {
/*  display: flex; /* Aplicamos Flexbox al contenedor */
/*  align-items: left; /* Alineamos verticalmente al centro (opcional) */
    margin-left: 0px;
    float: left;
}


    .main-banner img {
		float: left;
		height: 200px;
		width: 450px; 
        display: block;
/*        max-width: calc(600px - 2em);*/
/*        margin: 0 auto;*/
    }


        .video {
            width: 45%;
			height: 230px;
            margin-bottom: 10px;
            cursor: pointer;
            position: relative;
			border: 3px solid #ffffff;
			margin-right: 5px;
			
        }

        .video-camera {
            position: absolute;
            top: 10%;
            left: 90%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background-image: url('camara-de-video.png');
            background-size: cover;
        }

     .contacto-info {
	       margin-left: 2%;
	       border: 2px solid black;
	       width: 40em;
	       padding: 2em;
	       border-radius: 20px;
           background: #D4AF37;
	       height: 14em;
	       padding-top: 1em;
       }

	.frmContacto {
	       margin-left: 2%;
	       margin-top: 2em;
	       border: 2px solid black;
	       width: 40em;
	       padding: 2em;
	       border-radius: 20px;
           background: #D4AF37;
/*	height: 13em;*/
	       padding-top: 1em;
}	


/* Ejemplo de reglas de CSS personalizadas para SweetAlert2 */
.swal2-popup {
    font-size: 8px; /* Ajusta el tamaño de la fuente */
    width: 250px; /* Ajusta el ancho de la ventana emergente */
    color: #333; /* Cambia el color del texto */
	position: fixed;  /* de yomismo, este parametro hace que el swal2 se muestre en la parte superior del celular en vertical. Sin este lo muestra en la parte inferior.*/
    top: 20px; /* Ajusta este valor para controlar la distancia desde la parte superior */
    left: 25%;
    transform: translateX(-50%); /* Centrar horizontalmente */
    /* Agrega más reglas de estilo según sea necesario */
	
}
 .swal2-container {
    display: flex;
    align-items: center;
    justify-content: center;
	
 }
 /*celular Samsung en vertical 317 px */
@media screen and (min-width: 300px) and (max-width: 500px) and (orientation: portrait) {

	hr {
		margin-left: 8px;
		margin-right: 100px;
		width: 320px;
        border-color: #006ba8;
		border-width: thin;
	}


/*-------------------------------------------------*/

.contenedor-principal {
    display: flex;
    flex-direction: column; /* Establece la dirección del contenedor como columna */
    align-items: center; /* Centra los elementos en el eje transversal (vertical en este caso) */
	position: static;

}
/*table {
	position: relative;
    order: 0;
}	
*/

.frmEnvioMensaje {
/*    display: flex;
    flex-direction: column;*/
	position: static;
    width: 100%;
}

table {
/*	order: 5;*/
	font-size: 10px;
}
td, th {
  line-height: 10px; /* Puedes ajustar este valor según tus necesidades */
  padding: 1px; /* Agrega algún relleno para mejorar la apariencia */
  border: 1px solid #ddd; /* Añade bordes para mantener la separación visual entre las celdas */
}

.contene {
	position: static;
	display: none;
/*	order: 2;*/
}
	
/* Ajusta el estilo según tus necesidades */
.mensaje {
	position: static;
	margin-top: 10px;
/*    margin-top: 10px; /* Agrega un margen superior para separar el textarea de la tabla */
}

.boton2 {
	position: static;
/*	order: 4;*/
}	
/* ... Otros estilos ... */

.boton1 {
    position: absolute;
    top: 38%;
    right: 5%;
    transform: translateY(-50%);
   }

	
  }

}

/*celular samsung mio tiene un ancho de 808 pixeles en horizontal */
/*@media screen and (min-width: 300px) and (max-width: 808px) and (orientation: landscape) {
.contene {
    display: none;
}	
.boton1 {
	
    position: absolute;
	background-color: red;
    top: 34%;
    right: 35%;
	margin-bottom: 5px;
    transform: translateY(-50%);
  }
 body {
	 background-color: brown;
 }

 }
*/

/*@media (max-width: 768px){        /* para celulares y tablet (posicion horizontal)*/
/*@media screen and (min-width: 769px) and (max-width: 1200px) and (orientation: landscape) {*/

/* 621 es el limite minimo en horizontal (celular mio) y el max-width: 1024 para abarcar mi tablet acer*/
/* Se aplica a mi tablet acer y celular samsung en horizontal */
@media screen and (orientation: landscape) and (min-width: 300px) and (max-width: 1200px) {  
.main-banner {
/*  display: flex; /* Aplicamos Flexbox al contenedor */
/*  align-items: left; /* Alineamos verticalmente al centro (opcional) */
    margin-left: 30px;
    float: left;
}

    .pagina-inicial p {
        text-align: justify;
		margin-left: 5px;
		margin-right: 5px;
    }

    .main-banner img {
		float: left;
		height: 200px;
		width: 450px;
        display: block;
/*        max-width: calc(600px - 2em);*/
/*        margin: 0 auto;*/
    }

    .main-content {
        width: 80%;
/*        width: 800px;*/
		float: left;
        margin: 0;    /* 3rem;*/
    }
 
.cursos .curso {
  flex: 0 1 calc(45% - 1rem)
}	
  
        .video {
            width: 45%;
			height: 230px;
            margin-bottom: 10px;
            cursor: pointer;
            position: relative;
			border: 4px solid #ffffff;
			margin-right: 5px;
			
        }

        .video-camera {
            position: absolute;
            top: 10%;
            left: 90%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background-image: url('camara-de-video.png');
            background-size: cover;
        }

     .contacto-info {
	       margin-left: 2%;
	       border: 2px solid black;
	       width: 40em;
	       padding: 2em;
	       border-radius: 20px;
           background: #D4AF37;
	       height: 14em;
	       padding-top: 1em;
       }

	.frmContacto {
	       margin-left: 2%;
	       margin-top: 2em;
	       border: 2px solid black;
	       width: 40em;
	       padding: 2em;
	       border-radius: 20px;
           background: #D4AF37;
	       padding-top: 1em;
}	


@media screen and (orientation: landscape) and (min-width: 600px) and (max-width: 1000px) {  

	hr {
		margin-left: 8px;
		margin-right: 100px;
		width: 600px;
        border-color: #006ba8;
		border-width: thin;
	}
	
	

/* Para resolucion de mi pc cuando se configura a 800 x 600 */
@media screen and (orientation: landscape) and (min-width: 800px) and (max-width: 804px) {

.contene {
    display: none;
}	

.boton1 {
	
    position: absolute;
	background-color: red;
    top: 55%;
    right: 15%;
	margin-bottom: 5px;
    transform: translateY(-50%);
  }
}

/* Para resolucion de mi celular Samsung en horizontal que es de 808px */
@media screen and (orientation: landscape) and (min-width: 805px) and (max-width: 830px) {

.contene {
    display: none;
}	

.boton1 {
	
    position: absolute;
	background-color: red;
    top: 70%;
    right: 22%;
	margin-bottom: 5px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 907px) and (orientation: landscape) {
	.menu {
		width: 50%;
	}
}

/* Para resolucion de mi pc cuando se configura a 832 x 624 */
@media screen and (orientation: landscape) and (min-width: 831px) and (max-width: 900px) {

.contene {
    display: none;
}	

.boton1 {
	
    position: absolute;
	background-color: red;
    top: 51%;
    right: 18%;
	margin-bottom: 5px;
    transform: translateY(-50%);
  }
}


}
/* Para resolucion de mi pc cuando se configura a 1024 x 768 */
@media screen and (orientation: landscape) and (min-width: 1001px) and (max-width: 1200px) {  

	hr {
		margin-left: 8px;
		margin-right: 100px;
		width: 765px;
        border-color: #006ba8;
		border-width: thin;
	}
.contene {
    display: none;
}	

.boton1 {
	
    position: absolute;
	background-color: red;
    top: 30%;
    right: 32%;
	margin-bottom: 5px;
    transform: translateY(-50%);
  }

}

}


/* Centrado del texto y redes sociales */
.comunicate {
    text-align: center;
    margin-bottom: 15px;
}

/* Estilos de los iconos dentro de .redes-sociales */
.redes-sociales a p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 27px; /* Tamaño del icono */
    transition: background-color 0.3s, transform 0.3s; /* Transición suave para hover */
}

.redes-sociales {
    display: flex;
    justify-content: center; /* Centra los iconos horizontalmente */
    align-items: center;
    gap: 10px; /* Espacio entre los iconos */
}

/* Estilo para hover en los iconos */
.redes-sociales a:hover p {
    transform: scale(1.1); /* Aumenta ligeramente el tamaño del icono al pasar el mouse */
}

/* Estilos individuales para cada red social */
.fa-twitter {
    background: #2E9FFA;
}

.fa-facebook {
    background: #3B5998;
}

.fa-youtube {
    background: #ff0000;
}

.fa-whatsapp {
    background: #25D366;
}

/* Iconos redondeados con borde */
.redes-sociales a p {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para dar un efecto de profundidad */
}

        /* fin redes sociales */
/*-----------------------------------------------------*/	
 /* whatsapp aparte */   
.whatsapp-tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 160px;
    background-color: #25d366;   /*#e6753b;*/
    color: #000000;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 80%; /* Posición por encima del ícono */
    left: 50%;
    margin-left: -80px; /* Centrar el tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.whatsapp-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
	/* fin whatsapp aparte */

/* Consulta para dispositivos con ancho entre 1025px y 1365px en orientación horizontal */



/*@media screen and (min-width: 1025px) and (max-width: 1365px) and (orientation: landscape) {
  .cursos .curso {
    flex: 0 1 calc(45% - 1rem);
  }

  .video {
    width: 30%;
    height: 230px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    border: 3px solid #ffffff;
    margin-right: 5px;
  }

  .contacto-info,
  .frmContacto {
    margin-left: 2%;
    border: 2px solid black;
    width: 40em;
    padding: 2em;
    border-radius: 20px;
    background: #D4AF37;
    height: 14em;
    padding-top: 1em;
  }
}
*/
/*----------------------------------------------------------------------------*/
/*
@media screen and (min-width: 640px) {
    .menu li {
        margin: 0 1.5em;
    }
}
@media screen and (min-width: 760px) {
    .main-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 2em;
    }
    .main-sidebar {
        width: 25%;
        padding-left: 2em;
    }
    main {
        width: 100%;
    }
    .main-footer .siguenos {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-footer .siguenos a {
        margin: 0 2em;
    }
    .siguenos {
        border-top: none;
        padding-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .main-content {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto 3rem;
    }
    .main-banner img {
        display: block;
        max-width: calc(1024px - 2em);
        margin: auto;
    }
    .menu {
        background: none;
        margin-left: auto;
    }
    .menu li {
        margin: 0 0.5em;
    }
    .menu a {
        color: var(--azul);
        display: block;
        line-height: 2.5;
        padding: 0 1em;
    }
    .menu a.active,
    .menu a:hover {
        background: var(--azul);
        color: #fff;
        text-decoration: none;
    }
    .main-header {
        width: 100%;
        max-width: 2000px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: left;
        -ms-flex-align: left;
        align-items: left;
        padding: 0 1em;
    }
}
*/