* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1em;
}

h1, h2 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    margin: 1.5rem 0 1.5rem 0;
}

/*PROPIEDADES GENERALES*/

/*LISTAS*/
/*
.puntos_internos {
    list-style-position: inside;
}
*/
.espaciado_li {
    margin-bottom: .5rem;
}

/*CONTENIDO GLOBAL=======================*/

.contenido-global, .contenido-contacto {
    max-width: 750px;
    margin: 3rem auto;
}

.contenido-global-cursos {
    max-width: 750px;
    margin: 5rem auto;
}

/*HEADER========================================================*/

.header {
    width: 100%;
    height: 10%;
    background-color: white;
}

.logotipo-1 {
    width: 6em;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

/*======================================================================*/

/*REDES*/

.redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5%;
    margin-top: -15px;
    text-decoration: none;
    background-color: white;
    font-size: .72em;
}

[class^="redes-"] {
    text-decoration: none;
}

.icon-facebook-square {
    color: rgb(59, 89, 152);
}

.icon-twitter {
    color: rgb(0, 172, 237);
}

.icon-whatsapp {
    color: rgb(80, 202, 94);
}

.icon-instagrem {
    color: rgb(252, 70, 107);
    font-size: 1rem;
}

.icono-size {
    font-size: 1rem;
}

.icon-instagrem:hover {
    color: black;
}

.icono-size:hover {
    color: black;
}

.icon-size-footer:hover {
    color: black;
}

.icon-align-justify {
    color: black;
}

.linea-1 {
    border-top: 1px solid black;
}

/*======================================================================*/

/*NAVEGADOR EN MOVIL HEIGHT COMPLETO*/

.nav {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    left: -100%;
    margin-bottom: 2em;
    font-family: verdana, helvetica, arial, sans-serif;
    line-height: 1.3;
    font-size: .72em;
    letter-spacing: 1.5px;
}

nav.mostrar {
    left: 0;
    position: relative;
    z-index: 3;
}

.menu-wrap {
    text-align: center;
}

.menu-ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu-li {
    padding: 2em 0;
    border-bottom: 1px solid gray;
}

.menu-a {
    text-decoration: none;
    color: black;
}

.enlace-inicio {
    color: green;
}

/*======================================================================*/

/*INICIA IMAGEN*/

.globulo {
    background-image: url(../imagenes/globulo.png);
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 50%;
    height: 90vh;
}

/*PARTICULAS==================================*/

#particles-js {
    width: 100%;
    height: 85vh;
    position: relative;
    top: 0;
}

/*INICIA CONTENIDO========================= */

.contenido {
    margin: 2rem 1.6rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 23px;
}

.titulo-1 {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.titulo-diplomado {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 6rem;
    line-height: 1.15;
}

.logo-3 {
    width: 100%;
    max-width: 750px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.subtitulo {
    font-size: 1.2em;
}

.filosofia {
    margin-bottom: 1.5rem;
}

/* INICIA MIEMBROS=========================================*/

.franja-miembros {
    width: 100%;
    height: auto;
    padding: .5rem;
    -webkit-box-shadow: inset -3px 0px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset -3px 0px 16px 0px rgba(0, 0, 0, 0.75);
    background: rgb(249, 249, 249);
}

.wrap-titulo-miembros {
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: inset -3px 0px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset -3px 0px 16px 0px rgba(0, 0, 0, 0.75);
    background: rgb(249, 249, 249);
}

.wrap-fotos-miembros {
    width: 100%;
    max-width: 2000px;
    height: auto;
    margin: 0 auto;
}

.mapa-transparente {
    width: 100%;
    height: auto;
    background: url(../imagenes/banner-mapa.jpg);
    background-position: left center;
    background-size: cover;
    background-attachment: fixed;
}

.transparencia {
    background: rgba(255, 255, 255, .8);
}

.titulo-miembros {
    margin: 0;
    font-size: 1.8rem;
}

.espaciado-miembros {
    width: 100%;
    height: 4rem;
}

.miembros-pais {
    max-width: 1400px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Open Sans', sans-serif;
}

.conten-mb {
    padding: .5rem 1rem .5rem 1rem;
    margin: .5rem;
    text-decoration: none;
    color: black;
}

.conten-mb:hover {
    -webkit-box-shadow: inset -14px 20px 59px -13px rgba(0, 0, 0, 0.75);
    box-shadow: inset -14px 20px 59px -13px rgba(0, 0, 0, 0.75);
    border-radius: 8%;
}

.miembros-bandera {
    width: auto;
    height: 70px;
    display: block;
    margin: 0 auto;
}

.p-miembros {
    margin: 0;
    text-align: center;
    font-size: 1rem;
}

.alineado-derecha {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-miembros {
    width: 100%;
    height: auto;
}

[class^="barra-coinoter"] {
    margin: 6.5rem auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: inset -3px 0px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset -3px 0px 16px 0px rgba(0, 0, 0, 0.75);
    background: rgb(249, 249, 249);
    color: #214a75;
    font-family: 'Open Sans', sans-serif;
}

.titulo-pais {
    font-size: 1.5rem;
}

.titulo-pais-2 {
    font-size: 1rem;
}

.coinoter-pais {
    width: 110px;
    height: auto;
    margin: 0 1rem;
}

.contenido-miembros {
    margin: 3.7rem auto 0 auto;
    width: 100%;
    height: auto;
}

.accordion-titulo.open {
    background: rgb(0, 28, 76);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 28, 76, 1)), color-stop(35%, rgba(13, 47, 129, 1)), to(rgba(7, 56, 123, 1)));
    background: -o-linear-gradient(left, rgba(0, 28, 76, 1) 0%, rgba(13, 47, 129, 1) 35%, rgba(7, 56, 123, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 28, 76, 1) 0%, rgba(13, 47, 129, 1) 35%, rgba(7, 56, 123, 1) 100%);
    color: white;
}

.accordion-titulo span.icon-angle-down:before {
    content: "\74";
}

.accordion-titulo.open span.icon-angle-up:before {
    content: "\73";
}

.accordion-content {
    width: 100%;
    height: auto;
    display: none;
}

[class^="barra-bandera"] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: .8rem 3rem .8rem 1.5rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    -webkit-box-shadow: 1px -1px 19px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 1px -1px 19px -3px rgba(0, 0, 0, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[class^="barra-bandera"]:hover {
    background: rgb(12, 89, 145);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(12, 89, 145, 1)), color-stop(70%, rgba(54, 138, 201, 1)), to(rgba(54, 138, 201, 1)));
    background: -o-linear-gradient(left, rgba(12, 89, 145, 1) 15%, rgba(54, 138, 201, 1) 70%, rgba(54, 138, 201, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 89, 145, 1) 15%, rgba(54, 138, 201, 1) 70%, rgba(54, 138, 201, 1) 100%);
    color: white;
}

[class^="pais-bandera"] {
    width: 40px;
    height: auto;
    margin-right: 1rem;
}

.flechas {
    font-size: 1.5rem;
    position: absolute;
    right: 20px;
}

[class^="wrap-ficha"] {
    width: 100%;
    height: auto;
    margin: 6rem auto;
    max-width: 700px;
    font-family: 'Montserrat', sans-serif;
}

.wrap-ficha-inicial {
    margin-top: 4rem;
}

.wrap-ficha-final {
    margin-bottom: 4rem;
}

.wrap-ficha-final-s {
    margin-bottom: 0;
}

.foto-doctor {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    width: 70%;
    max-width: 360px;
}

.info-doctor {
    padding: 2em 1em;
    background: rgb(13, 47, 129);
    background: -o-linear-gradient(40deg, rgba(13, 47, 129, 1) 0%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
    background: linear-gradient(50deg, rgba(13, 47, 129, 1) 0%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
    margin-top: .15rem;
}

[class^="logo-ficha"] {
    width: 4.5rem;
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
}

.nombre-doctor {
    color: white;
    text-align: center;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
}

.certificados {
    color: white;
    padding: 1em;
    list-style: none;
    text-align: center;
    font-size: .9rem;
}

.certificados li {
    padding-bottom: .5em;
}

.bandera {
    width: 4rem;
    height: auto;
    display: block;
    margin: 2rem auto 0 auto;
}

.bisbandera {
    width: 4rem;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
}

.diplomado {
    width: 100%;
    text-align: center;
    color: rgb(13, 47, 129);
    padding: .5rem 1rem;
}

.diplomado-p {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.datos-medico {
    background: rgb(13, 47, 129);
    background: -o-linear-gradient(40deg, rgba(13, 47, 129, 1) 0%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
    background: linear-gradient(50deg, rgba(13, 47, 129, 1) 0%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
    padding: .5rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
}

[class^="contenido-datos-medicos"], .telefono-datos-medicos-3 {
    margin: 1.5rem;
    text-align: center;
    color: white;
}

.telefono-datos-medicos-3 {
    border-top: 1px solid white;
    padding-top: 1.5rem;
}

[class^="doctor-enlace-"] {
    color: white;
    text-decoration: none;
}

[class^="doctor-enlace-"]:hover {
    color: cyan;
}

/*Alineado de iconos en miembros*/

.ficha-icon-globe {
    position: relative;
    top: .17rem;
    font-size: .9rem;
}

.ficha-icon-map {
    position: relative;
    top: .15rem;
    font-size: .9rem;
}

.espacio-icono {
    white-space: pre;
}

.ciudad {
    margin-left: -3px;
}

.ficha-icon-tel {
    font-size: 1rem;
    position: relative;
    top: .22rem;
}

[class^="background-mapa"] {
    width: 100%;
    height: 170px;
    -webkit-box-shadow: inset 3px 10px 63px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 3px 10px 63px 0px rgba(0, 0, 0, 0.75);
}

.background-mapa-inicio {
    margin-top: 1.5rem;
}

.background-mapa-final {
    margin-bottom: 5rem;
}

.volver-miembros {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 3rem;
    color: rgb(13, 47, 129);
    font-size: .9rem;
}

.regresar {
    padding-left: .5rem;
}

/*FINALIZA MIEMBROS=========================================*/

/*INICIA CURSOS==================================*/

/*=====CONTENEDOR GENERAL WEBINAR======*/

.wrap-webinar {
    margin: 3rem auto 6rem auto;
    width: 100%;
    max-width: 1900px;
    height: auto;
}

/*=======INICIO INVITACIÓN DIPLOMADO==========*/

.logo-conf {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.titulo-webinar {
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
}

[class^="flex-text-"] {
    width: 100%;
    background: rgb(2, 0, 36);
    background: -o-linear-gradient(top, rgba(2, 0, 36, 1) 0%, rgba(13, 47, 129, 1) 45%, rgba(1, 41, 92, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 1)), color-stop(45%, rgba(13, 47, 129, 1)), to(rgba(1, 41, 92, 1)));
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(13, 47, 129, 1) 45%, rgba(1, 41, 92, 1) 100%);
    padding: 3rem;
    text-align: center;
    color: white;
    font-size: .8rem;
    font-family: 'Roboto', sans-serif;
}

.fecha-invitacion {
    width: 10rem;
    height: auto;
    margin: 0 auto;
}

[class^="txt-invitacion"] {
    padding-bottom: 1rem;
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.txt-invitacion-2 {
    padding-bottom: 2rem;
}

.txt-invitacion-3 {
    border-bottom: 1px solid white;
    padding-bottom: .2rem;
    font-size: 1.6rem;
}

.txt-invitacion-4 {
    padding-top: .2rem;
    font-size: 1.6rem;
}



/*=============CURSOS==================*/

.impartido {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;

}

.titulo-cursos {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.15;
}

.sub-cursos {
    margin: 1.3rem 0;
    font-size: 1.4rem;
}

.tema {
    margin: 7px 0;
}

.numer {
    font-weight: bold;
}

.p-cursos {
    margin: 0;
}

.pres-coi {
    text-align: center;
    font-weight: bold;
    margin: 3.2rem 0;
    font-size: 1.2rem;
}

.dr-er {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3.2rem;
    font-size: 1.2rem;
}

.hr-cursos {
    width: 100%;
    margin: 2rem auto;
    color: rgb(12, 89, 145);
}

.title-cursos {
    color: rgb(12, 89, 145);
}

.negrita {
    font-weight: bold;
}

.enlace-formulario {
    color: rgb(6, 69, 173);
    font-weight: bold;
}

.enlace-formulario:hover {
    color: orange;
}

/*====BOTONES INSCRIPCIÓN=====*/

.contenedor-botones {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

[class^="boton-inscripcion-"] {
    width: 100%;
    max-width: 30rem;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 1rem;
    background-color: rgba(13, 47, 129, 1);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin: 0 auto;
}

.boton-inscripcion-1 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

[class^="boton-inscripcion-"]:hover {
    color: black;
    background-color: #e8e8e8;
    -webkit-box-shadow: inset -1px -1px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset -1px -1px 6px 0px rgba(0, 0, 0, 0.75);
}

.icon-whatss {
    width: 30px;
    margin-left: .5rem;
}

.boton-cursos-1, .boton-cursos-2 {
    text-align: center;
}

/*INICIA PRODUCTOS===========================*/

.enlace-formulario-2 {
    color: rgb(6, 69, 173);
}

.enlace-formulario-2:hover {
    color: orange;
}

.informacion-productos {
    margin: 0 1.6rem;
}

[class^="contenedor-producto"] {
    max-width: 500px;
    height: auto;
    margin: 5rem auto 5rem auto;
}

.contenedor-producto-inicial {
    margin-top: 3rem;
}

.contenedor-producto-final {
    margin-bottom: 3rem;
}

.titulo-productos {
    text-align: center;
    font-size: 1.5rem;
}

[class^="producto-"] {
    max-width: 500px;
    display: block;
    width: 100%;
    background-color: #e6e6e6
}

[class^=titulo_producto-] {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.font-li {
    font-size: 1rem;
    list-style-position: outside;
}

[class^="boton-solicitar"] {
    text-align: center;
    display: block;
    margin: 1.5rem 0;
    padding: 1rem;
    color: white;
    background-color: rgb(18, 115, 174);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

[class^="boton-solicitar"]:hover {
    color: white;
    background-color: rgb(177, 9, 37);
    -webkit-box-shadow: inset -1px -1px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset -1px -1px 6px 0px rgba(0, 0, 0, 0.75);
}

.boton-precio {
    text-decoration: none;
}

/*INICIA CONGRESOS*====================================*/

.wrap-h1 {
    margin: 40px auto 40px auto;
    padding: 0 3rem;
    text-align: center;
}

[class^="titulo-congreso"] {
    font-weight: bold;
    text-align: center;
    font-size: .9rem;
    margin-top: .7rem;
    padding: 0 1rem;
}

.titulo-congreso-2 {
    margin-bottom: 4rem;
}

.wrap-picture-congreso-inicio {
    width: 100%;
    height: auto;
    max-width: 2300px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class^="congreso-"] {
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 3.5rem auto;
}

.wrap-congreso-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 1150px;
    margin: 4rem auto 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.img-congreso-4-1 {
    margin-right: 1rem;
}

.division-sombra {
    width: 100%;
    height: 30px;
    -webkit-box-shadow: inset 0px 3px 19px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 3px 19px -5px rgba(0, 0, 0, 0.75);
}

/*FINALIZA CONGRESOS*====================================*/

/*INICIA CONTACTO*====================================*/

.contenido-contacto {
    width: 85%;
}

.contactenos {
    font-size: .9rem;
}

.caja-formulario {
    border-radius: .6em;
    width: 100%;
    -webkit-box-shadow: inset 10px 10px 24px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 10px 10px 24px 0px rgba(0, 0, 0, 0.3);
}

form {
    text-align: center;
    padding: 4em 1em;
}

fieldset {
    border: none;
    padding-bottom: 2rem;
}

[class^="campo"] {
    width: 90%;
    height: 30px;
    border: none;
    border-bottom: 1.9px solid gray;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: .8rem;
}

[class^="campo"]:hover {
    border-bottom: 1.9px solid blue;
}

.campo-text {
    width: 90%;
    height: 8rem;
    resize: none;
}

.parrafo-0 {
    text-align: center;
    margin: 20px 5% 26px 5%;
}

#enviar {
    display: block;
    margin: 2rem 5%;
    width: 90%;
    height: 30px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: .8rem
}

#enviar:hover {
    background-color: rgb(12, 89, 145);
    color: white;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 800px;
    overflow: hidden;
    margin: 3rem 3%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

iframe {
    display: block;
}

/*FINALIZA CONTACTO*====================================*/

/*INICIA MENSAJE ENVIADO*====================================*/

.contenido-mensaje {
    margin: 4rem 5% 4rem 5%;
}

[class^="parrafo-"] {
    font-size: 1.2rem;
    text-align: center;
}

.parrafo-1 {
    color: green;
}

.parrafo-3 {
    font-size: 1rem;
}

.mapa-enviado {
    margin: 4rem 0;
}

/*FINALIZA MENSAJE ENVIADO*====================================*/

/*INICIA FOOTER*====================================*/

.linea-footer, .linea-footer-inferior {
    width: 100%;
    height: .8rem;
    background-color: rgba(13, 47, 129, 1);
    margin-bottom: 5px;
}

.linea-footer-inferior {
    margin-bottom: 0;
    margin-top: 5px;
}

footer {
    width: 100%;
    background: rgb(2, 0, 36);
    background: -o-linear-gradient(54deg, rgba(2, 0, 36, 1) 5%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
    background: linear-gradient(36deg, rgba(2, 0, 36, 1) 5%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
}

.logo-footer {
    display: none;
}

.menu-footer {
    width: 105px;
    font-size: .7rem;
    margin-right: auto;
    margin-left: auto;
}

.menu-footer-ul {
    text-align: left;
    padding-top: 1.5rem;
}

.menu-footer-li {
    list-style: none;
    padding-bottom: 1.5rem;
}

.menu-footer-a {
    color: white;
    text-decoration: none;
}

.enlace-inicio-footer {
    color: greenyellow;
}

.footer-datos, .footer-domicilio {
    width: 90%;
    border-top: 1px solid white;
    margin: 0 auto;
    color: white;
    font-size: .7rem;
}

.correo-contacto {
    color: white;
    text-decoration: none;
}

.footer-correo {
    text-align: center;
}

.correo-contacto:hover {
    color: greenyellow;
}

.dato0-footer, .dato1-footer, .dato2-footer {
    text-align: center;
}

.dato1-footer {
    margin-top: 1.5rem;
}

.dato3-footer {
    text-align: center;
    padding-bottom: 1.3rem;
    margin-bottom: 0;
}

.sociales-footer {
    height: 3rem;
}

.subred-2 {
    text-align: right;
    padding: .7rem 1.5rem .7rem 0;
}

/*ICONOS DE FOOTER==============*/

.icon-footer {
    font-size: .9rem;
    color: white;
}

.icon-footer-e {
    font-size: .9rem;
}

.icon-size-footer {
    font-size: 1.4rem;
}

.icon-footer-tel, .icon-footer-what {
    position: relative;
    top: .17rem;
}

.icon-footer-globe, .icon-footer-map {
    position: relative;
    top: .10rem;
}

/*FINALIZA FOOTER*====================================*/

/*INICIA MEDIA QUERY */

@media (min-width: 300px) {

    /*=====BOTON INSCRIPCIÓN=====*/
    [class^="boton-inscripcion-"] {
        width: 90%;
        height: 60px;
    }

    .icon-whatss {
        width: 30px;
        margin-right: .7rem;
    }
}

@media (min-width: 350px) {
    .icono-size {
        font-size: 1.4rem;
    }

}

@media (min-width: 400px) {

    /*MIEMBROS===================*/
    .barra-coinoter-inicio {
        padding: 1rem;
    }

    .titulo-pais-2 {
        font-size: 1.3rem;
    }

    /*PRODUCTOS===================*/
    [class^=titulo_producto-] {
        font-size: 1.4rem;
    }

}

@media (min-width: 450px) {

    /*MIEMBROS===================*/
    .titulo-pais-2 {
        font-size: 1.5rem;
    }

    [class^="barra-bandera"] {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    [class^="wrap-ficha"] {
        width: 90%;
        height: auto;
    }

    .certificados {
        padding: 1em 3em;
    }
}

@media (min-width: 550px) {
    .informacion-productos {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (min-width: 600px) {

    /*TITULO COLEGIO INTERNACIONAL===================*/
    .titulo-1 {
        font-size: 1.3rem;
    }

    [class^="titulo-congreso"] {
        font-size: 1.06rem;
    }

    .titulo-diplomado {
        font-size: 2.1rem;
        text-align: center;
        margin-bottom: 5rem;
        line-height: normal;
    }

    .titulo-cursos {
        font-size: 1.8rem;
    }
}

@media (min-width: 680px) {
    .header {
        height: 9em;
    }

    .logotipo-1 {
        width: 9em;
    }

    /*NAVEGADOR HORIZONTAL===================================*/
    #mostrar-nav {
        display: none;
    }

    .nav {
        margin: 0 auto 0 auto;
        left: 0;
        height: auto;
        position: absolute;
        z-index: 11;
    }

    .menu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 7px;
    }

    .menu-ul {
        width: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-a {
        line-height: 0.75rem;
    }

    .menu-li:hover {
        border-bottom: 3px solid green;
        display: block;
    }

    .menu-li {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        border-bottom: 3px solid white;
        border-right: 1px solid gray;
        text-align: center;
        padding: 0;
    }

    .menu-li:nth-last-child(1) {
        border-right: none;
    }

    /*Bordes indicadores del lugar donde se esta en cada página*/
    .b-inicio {
        color: green;
    }

    .enlace-inicio {
        color: green;
    }

    /*CONTENIDO================*/
    .contenido-global, .contenido-contacto {
        margin: 5rem auto 4rem auto;
    }

    .contenido-global-cursos {
        margin: 6rem auto 6rem auto;
    }

    /*CONGRESOS=======================*/
    .wrap-h1 {
        font-size: 1.2rem
    }

    .foto-congreso {
        width: 100%;
        max-width: 1200px;
        margin: 5rem auto;
    }

    [class^="congreso-"] {
        margin: 4rem auto;
        font-size: 1.1rem;
    }

    /*CONTACTO===================*/
    .google-maps {
        margin: 4rem 3%;
    }

    /*MENSAJE ENVIADO*====================================*/
    .contenido-mensaje {
        margin: 7rem 0;
    }

    [class^="parrafo-"] {
        font-size: 1.5rem;
    }

    .parrafo-3 {
        font-size: 1.2rem;
    }

    .mapa-enviado {
        max-width: 1700px;
        margin: 4rem auto;
    }
}

@media (min-width: 750px) {
    .titulo-1 {
        max-width: 700px;
        text-align: center;
    }

    .impartido {
        font-size: 1.2rem;
    }
}

@media (min-width: 780px) {
    .contenido {
        margin: 0 auto;
    }
}

@media (min-width: 850px) {
    .menu-bar {
        display: none;
    }

    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 900px) {

    /*INICIA FOOTER========================*/
    .footer-wrap {
        max-width: 1800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: auto;
        margin-left: auto;
    }

    .menu-footer {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu-footer-ul {
        width: 105px;
        margin: 0 auto;
    }

    .menu-footer-li {
        padding: 0;
        padding-bottom: 1.5rem;
        text-align: left;
    }

    .footer-datos, .footer-domicilio {
        border-top: none;
    }

    .footer-correo {
        margin: 0;
        padding-top: 1.1rem;
        padding-bottom: 1.1rem;
    }

    .footer-domicilio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dato0-footer, .dato1-footer, .dato2-footer, .dato3-footer {
        margin-top: 0;
        margin-bottom: 0;
        padding: 1.1rem 1.4rem 0 1.4rem;
    }

    .dato0-footer {
        padding-top: 0;
    }

    .dato2-footer {
        padding-bottom: 1.1rem;
    }

    .footer-datos-2 {
        background: rgb(13, 47, 129);
        background: -o-linear-gradient(98deg, rgba(13, 47, 129, 1) 0%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
        background: linear-gradient(352deg, rgba(13, 47, 129, 1) 0%, rgba(13, 47, 129, 1) 50%, rgba(1, 41, 92, 1) 85%);
    }

    .footer-datos {
        -webkit-box-shadow: 18px 6px 76px 0px rgba(0, 0, 0, 0.77);
        box-shadow: 8px 0px 30px 0px rgba(0, 0, 0, 0.77);
    }

    .footer-datos-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo-footer {
        display: block;
        background-color: white;
        padding-bottom: .6rem;
        padding-top: .6rem;
        margin-top: 0;
    }

    .subred-2 {
        text-align: right;
    }
}

@media (min-width: 1000px) {
    .redes {
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
    }

    .subred-1 {
        padding-left: 3rem;
    }
}

@media (min-width: 1002px) {

    /*MIEMBROS====================================================*/
    .alineado-derecha {
        width: 80%;
        height: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contenido-miembros {
        margin: 2rem auto 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    [class^="barra-bandera"] {
        width: 100%;
        height: auto;
        margin: 0;
    }

    [class^="wrap-ficha"] {
        width: 100%;
        height: auto;
        max-width: 980px;
        margin: 4rem 0 2rem auto;
    }

    .wrap-ficha-final-s {
        margin-bottom: 0;
    }

    [class^="ficha-doctor"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .foto-doctor {
        width: auto;
        height: 440px;
    }

    [class^="info-doctor"] {
        width: 100%;
        height: 440px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 3em 2em;
        position: relative;
    }

    .certificados {
        padding: 1em .5em;
    }

    /*====NUEVA POSICIÓN DE LOGOTIPO DE FICHAS===*/
    .logo-ficha {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }

    .logo-ficha-2 {
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 3.6rem;
        height: auto;
    }

    .bandera {
        width: 4rem;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bisbandera {
        width: 4rem;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 65px;
    }

    [class^="contenido-datos"] {
        margin: 0;
        float: left;
        padding: .4rem;
    }

    .contenido-datos-medicos-2 {
        float: right;
        padding: .4rem 1rem .6rem .4rem;
    }

    .telefono-datos-medicos-3 {
        clear: both;
        text-align: center;
        margin: 0;
        padding: .6rem .4rem .4rem .4rem;
    }

    .contenido-datos-medicos-1 {
        padding: .4rem .4rem .6rem 1rem;
    }
}

@media (min-width: 1050px) {
    .logo-ficha-2 {
        width: 4.5rem;
        height: auto;
        top: 1.5rem;
        right: 1.5rem;
    }
}

@media (min-width: 1150px) {

    /*==INVITACIÓN CURSOS==*/
    .contenedor-flex-img-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    [class^="flex-text-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .flex-img-2 {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }

    .titulo-webinar {
        font-size: 1.3rem;
    }

    .txt-invitacion-1, .txt-invitacion-2 {
        font-size: 1.1rem;
    }

    /*====BOTONES INSCRIPCIÓN====*/
    .contenedor-botones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .boton-inscripcion-1 {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: .3rem;
    }

    /*====TITULO DIPLOMADO EN OZONOTERAPIA======*/
    .titulo-diplomado {
        font-size: 2.3rem;
        margin-bottom: 6rem;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .globulo {
        background-size: 35%;
    }

    /*CONTENIDO*/
    .contenido {
        width: 750px;
        margin: 3rem auto;
    }

    .titulo-1 {
        font-size: 1.5rem;
    }

    .subtitulo {
        font-size: 1.3em;
    }

    /*MENSAJE ENVIADO*/
    [class^="parrafo-"] {
        font-size: 2rem;
    }

    .parrafo-3 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1350px) {
    .txt-invitacion-1, .txt-invitacion-2 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1450px) {

    /*====INICIO INVITACIÓN========*/
    .logo-conf {
        width: 90px;
        height: auto;
    }

    .titulo-webinar {
        font-size: 1.5rem;
    }

    .txt-invitacion-3, .txt-invitacion-4 {
        font-size: 1.8rem;
    }
}

@media (min-width: 1600px) {

    /*MIEMBROS*/
    .barra-bandera {
        width: 87%;
        height: auto;
    }
}

@media (min-width: 1700px) {
    .globulo {
        background-size: 30%;
    }
}