/* CSS Document */
@charset "UTF-8";
@import url(reset.css);

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: bolder;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: 'PTSans';
    src: url(../fonts/PTSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url(../fonts/PTSans-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PTSans';
    src: url(../fonts/PTSans-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url(../fonts/PTSans-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-optical-sizing: auto;
    box-sizing: border-box;
    width: 100%;

}

header {
    width: 100%;
    height: auto;
    position: relative;
}

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

a:hover {
    color: #E1251B;
}

h1,
h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .8;
    line-height: 130%;
}

h2 {
    font-size: 1.5rem;
    text-align: center;
}

h3 {
    font-size: 1.2rem;
    text-align: left;
}

h5 {
    line-height: 100%;
    font-size: .85rem;
    letter-spacing: .5;
    font-family: 'PTSans', sans-serif;
    font-weight: normal;
}

p {
    line-height: 160%;
    font-size: .85rem;
    letter-spacing: .5;
    font-family: 'PTSans', sans-serif;
    font-weight: normal;
    padding-bottom: 0.8rem;
}

details {
    padding: 8px 0px;
}

summary {
    font-size: .9rem;
    color: #E1251B;
    font-weight: bold;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.logo {
    /*width: 180px;*/
    width: 450px;
    height: auto;
    margin: 10px 10px 0px 10px;
}

.redes {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 205px;
    height: auto;
    text-align: center;
}

.redes img {
    width: 25px;
    height: auto;
    margin-right: 14px;
}

.redes .cel {
    display: flex;
    margin-top: 10px;
}

.redes .cel img {
    width: 20px;
    height: 20px;
    margin: 2px 5px 0 0;
}

.redes .cel p {
    font-weight: bold;
    line-height: 135%;
    font-size: .8rem;
}

section {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0px;
    background-color: white;
    margin: 0px auto;
}

article {
    position: relative;
    padding: 0px;
    background-color: white;
    margin: 0px auto;
    /* height: 400px; */
}

.destacado {
    font-weight: bold;
    color: #E1251B;
    text-shadow: 2px 2px #eaeaea;
}

.noticias {
    width: 100%;
    height: auto;
    background-color: #eaeaea;
    position: relative;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    align-items: stretch;
}


.recuadro {
    border: solid 1px #eaeaea;
    /*  width: 20%; */
    width: 250px;
    background-color: white;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.recuadro:hover {
    /* box-shadow: 2px 2px black; */
    background-color: #eaeaea;
    border: solid 1px #d5d5d5;
}

.recuadro h3 {
    text-align: center;
    font-size: .9rem;
    padding-top: 20px;

}

.subt {
    text-transform: none;
    width: 90%;
    margin: auto;
    line-height: 125%;
    font-weight: bold;
    color: darkgray;
}

.foto {
    width: 100%;
    height: 13.5vw;
    background-color: #ccc;
    overflow: hidden;
}

.foto img {
    width: inherit;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

aside {
    min-width: 300px;
    height: auto;
    background-color: #fff;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

aside p {
    padding: 10px 17px;
    font-size: .7rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

.actualidad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: stretch;
}

.recuadro_actualidad {
    border: solid 1px #eaeaea;
    /*  width: 20%; */
    width: 250px;
    height: auto;
    margin: 20px;
    background-color: white;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.recuadro_actualidad:hover {
    /* box-shadow: 2px 2px black; */
    background-color: #eaeaea;
    border: solid 1px #d5d5d5;
}

.recuadro_actualidad h3 {
    text-align: center;
    font-size: .9rem;
    padding-top: 20px;

}

.recuadro_actualidad .foto {
    width: 100%;
    height: 63%;
    background-color: antiquewhite;
    overflow: hidden;
}

.recuadro_actualidad .foto img {
    width: inherit;
}

.botones {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.botones img {
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .8);
}

.botones img:hover {
    box-shadow: none;
    box-shadow: 0 8px 10px -1px rgba(0, 0, 0, .8);
}



input[type='button'],
input[type='submit'],
input[type='reset'],
button {
    background: linear-gradient(#2d7dc5, #2e4676);
    border: solid 1px #07c;
    color: #fff;
    margin: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding: 3px 15px 4px 15px;
    text-align: center;
    width: auto;
    box-shadow: none;
}

input[type='button']:hover,
input[type='submit']:hover,
button:hover {
    background: linear-gradient(#2e4676, #2d7dc5);
    border: solid 1px #07c;
    color: #fff;
    box-shadow: 1px 1px 1px #888888;
}


#vineta1 {
    background-image: url("../images/vinetas/Cronograma 2022-2.png");
    /* width: 200px;
    height: 50px;
    border: solid 1px red; */
}

#vineta1:hover {
    /*background-image: url("../images/vinetas/Cronograma 2022-2.png");*/
    visibility: hidden;
}

.lateral {
    background-color: transparent;
    position: absolute;
    top: 53px;
    right: 29%;
}

.lateral p {
    font-weight: bold;
    line-height: 160%;
    font-size: .7rem;
    letter-spacing: .8;
    text-transform: uppercase;
}

.titulo_int {
    width: 100%;
    height: 150px;
    background-color: #424242;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
}

.titulo_text {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .8;
    line-height: 130%;
    color: #fff;
    text-align: left;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.titulo_img {
    width: 100%;
    overflow: hidden;
}

.titulo_text_img {
    display: none;
}


.texto_int {
    padding: 20px;
    line-height: 150%;
    text-align: justify;
    width: 100%;
}

.texto_int h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #E1251B;
    text-shadow: 2px 2px #eaeaea;
    padding: 5px 0px;
}

.texto_int h3 {
    font-size: 1rem;
    text-align: left;
    color: #E1251B;
    /* text-shadow: 1px 1px grey; */
    padding: 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px #eaeaea;
}

.texto_campeon {
    padding: 20px;
    line-height: 150%;
    text-align: justify;
    width: 100%;
}

.junta {
    display: flex;
    flex-wrap: wrap;
    line-height: 160%;
    font-size: .85rem;
    letter-spacing: .5;
    font-family: 'PTSans', sans-serif;
    font-weight: normal;
    padding-top: 10px;
}

.junta div {
    width: 30%;
}

ul {
    line-height: 160%;
    font-size: .85rem;
    letter-spacing: .5;
    font-family: 'PTSans', sans-serif;
    font-weight: normal;
    padding-bottom: 0.8rem;
}

li {
    padding-bottom: 0.8rem;
}

.active {
    color: red;
}

.antenas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
}

.fotoantena {
    width: 22%;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px;
}

.fotoantena:hover {
    box-shadow: 2px 2px 5px #eaeaea;
}

.fotoantena img {
    width: 100%;
    height: auto;
}

.menu_graf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
}

.convenios {
    border: solid 2px gray;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    display: flow-root;
}

.logoConvenio {
    width: 75px;
    margin-left: 0;
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.logos {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2vw;
}

.logos_det {
    width: 30%;
    row-gap: normal;
    border: solid 1px #f9f9f9;
    column-gap: 10px;
    gap: 10px;
    margin: 10px;
    background-color: #f9f9f9;
}

.logos_det h1 {
    font-size: 1.5vw;
    text-align: center;
}

.logos_det h5 {
    text-align: center;
}

.reticula {
    /* background-color: #fff; */
    /*background-image: url('https://asocampestre.org/images/convenios/Logo Colmédica 2019-01.png'); */
    /* overflow: hidden; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 180px;
}

.navegacion {
    position: absolute;
    top: 3px;
    right: 10px;
    width: 200px;
    height: 30px;
}

.anexo,
.link {
    width: 30px;
    height: 30px;
    background-image: url('../images/iconos/folder.png');
    background-position: center;
    background-size: cover;
    float: right;
}

.link {
    background-image: url('../images/iconos/globo_terraqueo.png');
}

.anexo:hover {
    background-image: url('../images/iconos/folder_images.png');
}

.link:hover {
    background-image: url('../images/iconos/globo_terraqueo-internet.png');
}

.menu_opc,
.menu_opc2 {
    width: 22%;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.menu_opc2 {
    width: 242px;
    box-shadow: 0 8px 10px -4px rgba(0, 0, 0, .8);
}

.menu_opc:hover,
.menu_opc2:hover {
    box-shadow: 2px 2px 2px gray;
}

.menu_opc img,
.menu_opc2 img {
    width: 100%;
    height: auto;
}

.menu_opc .tit,
.menu_opc2 .tit {
    position: absolute;
    width: 100%;
    top: 10px;
    color: white;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 5px black;
}

.cuadroFoto {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.cuadroFoto img {
    width: 250px;
    height: auto;
    clip: rect(0px, 243px, 151px, 0px);
    position: absolute;
}

.cuadro_prod {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;

}

.productos {
    width: 22%;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 8px 10px -4px rgba(0, 0, 0, .8);
}

.foto_prod {
    background-color: #f9f9f9;
}

.productos img {
    width: 100%;
    height: auto;
}

.productos h4 {
    text-align: center;
    color: #E1251B;
    padding: 1px;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 120%;
    text-transform: uppercase;
    text-shadow: 2px 2px #eaeaea;
}

.productos .precio {
    text-align: center;
}

.productos .descrip {
    text-align: left;
    letter-spacing: 0;
    line-height: 120%;
    padding: 0 5px 10px;
    font-size: 12px;
}

.promociones,
.alfabetico,
.formulario,
.actualizacion {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    font-family: 'PTsans', sans-serif;
    font-size: .9rem;
    font-weight: normal;
    border: solid 1px #eaeaea;
    padding: 5px;
    text-align: left;
}

.actualizacion {
    width: 100%;
}

.registro {
    width: 49%;
    margin: 5px 0;
}

.actualizacion .registro {
    width: 30%;

}

.actualizacion .registro select {
    padding: 3px 0;
}

.numero {
    width: 7%;
}

.nombre {
    width: 80%;
}

.nombre_profesion {
    width: 40%;
}

.promo {
    width: 8%;
}

.especialidad {
    width: 45%;
}

label {
    color: #e1251b;
    font-size: 1rem;
    font-weight: bold;
    display: block;
}

.registro input {
    font-size: .9rem;
    width: 90%;
    font-family: 'PTSans', sans-serif;
    font-weight: normal;
}

textarea {
    height: 80px;
    width: 95%;
    font-family: 'PTSans', sans-serif;
    font-weight: normal;
    font-size: .9rem;
}

.foto_derecha {
    float: right;
    margin: 5px;
    border: solid 1px lightgray;
}

.foto_izquierda {
    float: left;
    margin: 5px;
    border: solid 1px lightgray;
}

.foto_detalle {
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
    margin-bottom: 15px;
}

.alfabetico {
    width: 100%;
    max-width: 800px;
    justify-content: space-between;
    background-color: #eaeaeaea;
}

.nombre_alfab {
    width: 48%;
    margin-bottom: 10px;
    background-color: white;
    padding: 5px;
}

.conectividad {
    height: 21px;
    vertical-align: middle;
    float: right;
    width: 40px;
    margin-left: 5px;
    padding: 2px;
    background-image: url(../images/conectividad_dual.png);
    background-position-x: 0px;
    background-size: 85px;
    background-repeat: no-repeat;
}

.conectividad:hover {
    background-position: -50px 0px;
}

.conectividad img {
    width: 33px;
    height: auto;
    vertical-align: middle;
    display: none;
}


#simbolos {
    position: absolute;
    top: 21px;
    right: 44%;
    width: 170px;
    text-align: right;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px;
    color: #000;
    font-weight: bold;
    background-color: #eaeaea;
    font-size: .8rem;
    box-shadow: 3px 3px 5px #888888;
    display: none;
}

#simbolos input {
    margin: 2px;
    border-radius: 3px;
    border: solid 1px #CCCCCC;
    width: 45%;
}

#simbolos button {
    position: relative;
    border: solid 1px gray;
    top: .4rem;
    border-radius: .5rem;
    width: 4rem;
    padding: 0;
    left: 0;
    background-color: darkgray;

}

#simbolos .olvide {
    top: 0;
    width: 103px;
}

.campeones {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    /*  max-width: 500px; */
    font-family: 'PTsans', sans-serif;
    font-size: 1.1vw;
    font-weight: normal;
    border: solid 1px #eaeaea;
    padding: 5px;
    text-align: left;
}

.contorno {
    border-bottom: solid thin #E1251B;
}

.rojo {
    color: #E1251B;
}

.orden {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    font-family: 'PTsans', sans-serif;
    font-size: .9rem;
    font-weight: normal;
    border: solid 1px #eaeaea;
    padding: 5px;
    text-align: left;
}

.campo,
.campo_tit {
    box-sizing: border-box;
}

.campo_tit {
    font-weight: bold;
    color: #E1251B;
    text-shadow: 2px 2px #eaeaea;
    border-bottom: solid 1px #eaeaea;
}

.campo_total_nom {
    font-weight: bold;
    color: #E1251B;
    text-shadow: 2px 2px #eaeaea;
    text-align: right;
}

.campo_total_valor {
    text-align: right;
}

.borde_sup {
    border-top: solid 1px #eaeaea;
}

.ordenPedido {
    width: 100px;
    position: absolute;
    top: 35px;
    right: 200px;
    font-weight: bold;
    font-size: .6rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-align: center;
}

.ordenPedido img {
    width: 75px;
    height: auto;
}

#acceso {
    position: relative;
    width: 232px;
    margin: 20px auto;
    text-align: right;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px;
    color: #900;
    font-weight: bold;
    background-color: lightgoldenrodyellow;
}

#acceso input {
    margin: 2px;
    border-radius: 3px;
    border: solid 1px #CCCCCC;
    width: 45%;
}

#acceso button {
    position: relative;
    border: solid 1px gray;
    top: .4rem;
    border-radius: .5rem;
    width: 4rem;
    padding: 0;
    left: 0;
    background-color: darkgray;

}

#acceso .olvide {
    top: 0;
    width: 103px;
}


.left {
    float: left;
    padding: .25em;
}

.right {
    float: right;
    padding-left: 1em;
}

.fotosize40 {
    width: 40%;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}


.slider1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1190px;
    height: 350px;
    border: solid 1px gray;
    margin: 0 auto;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1190px;
    height: 350px;
    overflow: hidden;
}

footer {
    width: 100%;
    height: auto;
    background-color: #eaeaea;
    position: relative;
    padding: 2rem;
    box-sizing: border-box;
}

footer h1 {
    color: black;
}

footer p {
    font-weight: bold;
    line-height: 160%;
    font-size: .7rem;
    letter-spacing: .8;
}

.menu_pie {
    position: absolute;
    top: 53px;
    right: 96px;
    text-transform: uppercase;
}

.copyright {
    background-color: white;
    width: auto;
    padding: 5px 30px;
    margin: 0;
    font-size: .8rem;
    font-weight: bold;
    border: solid 1px #eaeaea;
    box-sizing: content-box;
}

#wrapper {
    width: 600px;
    margin: 20px auto;
    background: aliceblue;
    text-align: left;
    border: 1px solid #ccc;
    border-top: none;
    padding: 25px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    position: fixed;
    top: 0px;
    height: auto;
    min-height: 300px;
    max-height: 500px;
    z-index: 10;
    left: 23%;
    overflow: auto;
    opacity: 1;
}

#wrapper h3 {
    font-size: 1.4rem;
    text-align: left;
    /* font-size: 1rem; */
    text-align: left;
    color: #E1251B;
    /* text-shadow: 1px 1px grey; */
    padding: 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px #eaeaea;
}

.fotogrupos {
    width: 450px;
    height: auto;
    float: right;
    padding: 0px 0px 10px 10px
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    header {
        text-align: center;
    }

    aside {
        display: none;
    }

    .logo {
        width: 40%;
    }

    .redes {
        position: relative;
        margin: 0px 10px 15px 15px;
        width: 97%;
        /*border: solid 1px red; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .redes .cel {
        display: inline-block;
    }

    .redes img {
        width: 25px;
        height: auto;
        margin-right: 10px;
    }

    .recuadro {
        width: 45%;
    }

    .banner {
        display: none;
    }

    .menu_opc,
    .menu_opc2 {
        width: 49%;
    }

    .promociones {
        font-size: .6rem;
    }

    footer h1 {
        color: black;
        font-size: 1rem;
    }

    .menu_pie {
        position: relative;
        top: 0px;
        right: 0px;
    }

    .lateral {
        position: relative;
        top: 0px;
        right: 0px;
    }

    .titulo_int {
        height: auto;
    }

    .titulo_text {
        display: none;

    }

    .texto_int h2 {
        font-size: 1rem;
    }

    .titulo_img img {
        width: 100%;
    }

    .titulo_text_img {
        position: absolute;
        display: block;
        top: 10px;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: .8;
        line-height: 130%;
        color: #fff;
        text-align: left;
        min-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-shadow: 0 0 5px black;

    }

    .nombre_alfab {
        width: 100%
    }

    .productos {
        width: 47%;
    }

    .ordenPedido {
        width: 60px;
        position: absolute;
        top: 10px;
        right: 19px;
    }

    .ordenPedido img {
        width: 60%;
    }

    .quitar {
        display: none;
    }

    .foto {
        height: 24vw;
    }

    #wrapper {
        width: auto;
        left: 0px;
    }
}