/*
Theme Name: Centro médico laboral
Author: Rodrigo Moya
Author URI: https://wordpress.org/
Description: Tema customizado para la plantilla
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    font-family:'Montserrat', sans-serif;
}

body.home.page-template.page-template-home-cml.page-template-home-cml-php.page.page-id-2.wp-custom-logo {
    position: absolute;
    top: -16px !important;
    left: 0px !important;
}

.div_cabecera{
    position:absolute;
    top:0px !important;
}

.texto_beneficios {
        padding-top:6%;
        color: #666666;
        font-family: "Montserrat", Sans-serif;
        font-weight: 600;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}

.conjuntoImagenes{
    margin-top:15% !important;
}

.texto_gris{
    color:#666666;
}

.texto_azul{
    color:#3C66B8;
}

.lista{
    list-style-type: disc;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.huincha{
    width: 100%;
    max-width: 100%;
    height: 81px !important;
    object-fit: fill;
    opacity: 1;
}

.alineadoVertical{
    vertical-align: middle;
}

.imagenCabecera
{
    width:100%;
    height:auto;
}

.imgFuncionamiento
{
    height:auto;
    max-height:90px;
    width:100%;
    max-width:80px;
}

.degradadoCajas
{
    background: rgb(203,203,203);
    background: linear-gradient(90deg, rgba(203,203,203,1) 0%, rgba(255,255,255,1) 4%, rgba(255,255,255,1) 96%, rgba(203,203,203,1) 100%);
}

.sombraCajas
{
    box-shadow: 1px -2px 16px 0px rgba(203,203,203,0.75);
    -webkit-box-shadow: 1px -2px 16px 0px rgba(203,203,203,0.75);
    -moz-box-shadow: 1px -2px 16px 0px rgba(203,203,203,0.75);
}

.contenedor_boton {
    float: right;
    position: fixed;
    left: 78%;
    bottom:110px;
    width: 15%;
    min-width: 220px;
    height: auto;
 
}

@media screen and (max-width: 576) {
    .contenedor_boton {
        left: 37%;
    }
}

.contenedor_boton a {
    border: 1px double #FFFFFF;
    border-radius: 5px;
    text-align: center;
    background:#909090;
    text-decoration:none;
    text-transform: uppercase;
    color:#FFFFFF;
    padding:1%;
    display:block;
    width:100%;
    min-height: 25px;
    height:100%;
    max-height: 36px !important;
    padding-top: 10px;
}

.contenedor_boton a:hover{
    background:#4169e1;
    color:#FFFFFF;
}




