/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html {
color: #222;
font-size: 1em;
line-height: 1.4;
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}

::selection {
background: #b3d4fc;
text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
border: 0;
margin: 0;
padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
resize: vertical;
}

/* ==========================================================================
    Browser Upgrade Prompt
    ========================================================================== */

.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    box-sizing: border-box;
    font-size: 62.5%; /** 1 rem = 10px**/
}


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
    line-height: 2;
    background-color: #f2f2f2;
}

/** Globales **/
.contenedor{
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
 /* 
@media only screen and (min-width:480px){
.contenedor{
    width: 95%;
}
}

@media only screen and (min-width:768px){
.contenedor{
    width: 90%;
}
}

@media only screen and (min-width:992px){
.contenedor{
    width: 90%;
}
}*/

h1,h2,h3,h4{font-family: 'PT Sans', sans-serif;}

h1 {font-size: 4.8rem;}

h2 {font-size: 4rem;
	line-height: 1.2;
}

h3 {font-size: 3.2rem;}

h4 {font-size: 2.8rem;}

/*h2::after{
    content: '';
    margin: 10px auto;
    background-image: url(../img/separador.png);
    height: 30px;
    width: 100px;
    display: block;
  }
*/

/** Utilidades **/
.centrar-texto{text-align: center;}

.no-margin{margin: 0;}

img{max-width: 100%;}


/**Header**/
.logo{
    text-align: center;
}


.logo img{
    margin-top: 1rem;
    max-width: 25rem;


}

@media (min-width: 480px) and (max-width: 1100px){
	.contenido-header{
        /*display: flex;*/
        /*justify-content: space-between;     */
    }
    .logo{
        display: flex;
        justify-content: center;
    }
    .logo img{ 

        max-width: 30rem;
        max-height: 20rem;
        margin-left: 3rem;
    }
    .navegacion{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }
    .navegacion a{
        /*min-width: 14.4rem;*/
    } 
}

@media (min-width: 1101px){
	.contenido-header{
        display: flex;
        /*justify-content: space-between;     */
    }
    .logo{
        flex-basis: 25%; 
        /*display: flex;*/
    }
    .logo img{ 
        margin-top: 1rem;
        max-width: 30rem;
        max-height: 20rem;
        margin-left: 3rem;
    }
    .navegacion{
        flex-basis: 75%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;

    }
    .navegacion a{
        /*min-width: 14.4rem;*/
    }        
}

@media only screen and (min-width:768px){
    .logo{
        margin-left: 5rem;
    }
}

/** Navegación **/
.navegacion a{
    line-height: 2;
	text-align: center;
	display: block;
    font-size: 2.2rem;
    font-weight: bold;
	color: rgb(178,29,60);
    text-decoration: none;
    padding: 5px;
    transition: all .3s ease;
    margin: 20px 20px 10px 0;
    /*border: 1px solid #33a5ff;*/
    border-radius: 1rem;
}

.oscura a{
    color: black;
    
}

.navegacion a:hover{
    background-color:  rgb(178,29,60);
    /*border: 2px solid #fe4918;*/
    color: #ffffff;/*#F2D5CE;*/
    cursor: pointer;
}

.oscura a:hover{
    background-color: #f2f2f2;
    color:black;
}

.frase p{
    color: rgb(178,29,60);
    /*font-family: 'IBM Plex Serif', serif;*/
    font-family: 'Open Sans', sans-serif;
    /*border: 2px solid #fe4918;*/
    text-align: center;
    /*font-size: 4rem;*/
    font-size: 2rem;
    line-height: 1.2;
    /*font-weight: bold;*/
    font-style: italic;
    background-color: #f2d5ce;
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 0;

}

.frase p span{
    font-weight: bold;
    color: black;
}


/*
@media (min-width:480px ) {
 	.navegacion a{
        line-height: 2.5;
 		/*display: inline;*/   
/*        margin-right: 1rem;
     }
 	.navegacion a:last-of-type{
 		margin: 0;
 	}
}*/

/** Contenedores Principal **/
.contenido-principal{
    margin-top: 40px;
}

article p span{
    color: #b11d3d;
}

.inicio p{
    line-height: 1.5;
    margin-top: 1rem;
}

.centrado{
    text-align: center;
}

/*.fraseprincipal{
        font-family: 'Sansita Swashed', cursive;
        margin-bottom: 40px;
        text-align: center;
        margin-top: 5rem;
        display: block;
        padding-top: 2rem;
    }*/
/*.contenido-principal, 
.sidebar {
    padding: 20px;
}*/
@media (min-width:480px){
    .contenido-principal {
        width: 100%;
        float: left;
        /*padding: 0 60px 0 0;*/
    }
    /*.sidebar{
        width: 30%;
        float: right;
        padding:0;
        margin-top: 40px;
    }*/
}

.titulo h1{
/*    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 20px;*/
    /*font-family: 'Sansita Swashed', cursive;*/
    color: #05dfd7;
    text-align: center!important;
    margin-top: 4rem;
    display: block;
    justify-content: center;
    margin-bottom: 1rem;
    line-height: 1.3;
    /*max-width: 50rem;*/
    /*border: 2px solid #b11d3d;*/
    /*background-color: rgb(178,29,60);/*#b11d3d;*/
}

.titulo p{
    font-weight: bold;
    text-align: center;
}
/***********************************************************************************Nosotros*********************************************/
.nosotros{
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 5rem;
    text-align: justify;
}

.nosotros:last-of-type {
    margin-bottom: 0;
}

.h2_nosotros{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 5rem;
    text-align: justify;
}

@media (min-width:480px){
    line-height: 2;
}

.sin_espacio{
    margin-bottom: 0;
}

.objetivos{
    margin-bottom: 0!important;
}

.img_valores{
    display: block;
    margin: auto;
    padding: 5rem 0 0 0;
    max-width: 150px;
    max-height: 150px;
}
.valores p{
    font-size: 2.2rem;
    text-align: justify;
    /*padding-top: 2rem;*/
    /*margin-top: 1rem;
    margin-bottom: 1rem;*/
}

.valores p span{
    font-weight: bold;
}

.valores p i{
    font-size: 6rem;
    color: blue;
}

@media (min-width:480px){
    .valores img {
        float: left;
        margin-right: 1rem;
 /*       width: 118px;
        height: 150px;*/
        /*min-width: 100px;
        max-width: 100px;
        min-height: 90px;
        max-height: 90px;*/
        padding: 3rem 0 0 0;
        /*margin-left: 4rem;*/
    }
    /*.tamaño{
        width: 120px;
        height: 190px!important;
    }*/
    .valores:last-of-type{
        margin-bottom: 4rem;
    }
    .valores p{
        padding-top: 2rem;
        /*margin-top: 1rem;
        margin-bottom: 1rem;*/
    }
    /*.sidebar{
        width: 30%;
        float: right;
        padding:0;
        margin-top: 40px;
    }*/
}

.img_valores{
    text-align: center;
} 

.metodologia{
    display: block;
    margin: auto;
    width: 600px;
}

/***************************************************************************************************************************************/



/** Entradas de Blog **/
.pregunta{
/*    color: #00B8E4;*/
    margin-bottom: 40px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
@media (min-width: 480px){
    .segunda{
        margin-top: 8rem;
    }
    .margen{
        margin-bottom: 20px!important;
    }
}

.entrada {
    margin-bottom: 60px;
}
.entrada:last-of-type{
    margin-bottom: 0;
}
/*.entrada img {
    display: block;
}*/

.entrada p {
    text-align: justify;
}

@media (min-width: 480px){
    .entrada img {
        /*display: inline;*/
        width: 400px;
        float:left;
        margin: 0 30px 0 0;

    }
}

li span{
    font-weight: bold;
}

/**Footer sitio **/

.site-footer{
    clear: both;
	background-color: #b11d3d;
    margin-top: 4rem;
}


.site-footer .slogan{
	color: #ffffff;
	font-size: 4rem;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
    text-align: center;
    /*line-height: 1.3;*/
    margin-bottom: 0;
}

.site-footer p span{
	font-weight: 700;
}

.barra{
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.redes-sociales{
    text-align: center;
}
.redes-sociales a{
color: #ffffff;
font-size: 2.2em;
margin-right: 20px;
margin-top: 0;
line-height: 1.3;
}

.redes-sociales a:last-of-type{margin-right: 0;}

footer nav.redes-sociales{
    text-align: center;
}

.copyright{
    background-color:rgba(128,0,0,.5);
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5rem;
    padding: 10px 0;
    margin: 20px 0 0 0;
    text-align: center;
  }

  /** Servicios **/
  /*
.asesoria{
    background-color: #d4ebd0;
}
.terapia{
    background-color: #f4eeff;
}
.talleres{
    background-color: #a6b1e1;
}*/

.servicios {
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 4rem;
	line-height: 1.2;
    margin-bottom: 20px;
    text-align: center!important;
    margin-top: 30px;
    display: block;
    justify-content: center;
    /*max-width: 50rem;*/
    /*border: 2px solid #fe4918;*/
    background-color: #05dfd7;

}

.des_servicios{
    font-size: 2.2rem;
}
@media (min-width: 480px){
    .des_servicios{
        margin-top: 0px!important;
    }
}    

.terapia{

    
}

@media (min-width: 480px){
    .tipos{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        justify-content: space-between;
    }
}

/*.presencial{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content:space-between;
}*/
.presencial{
    text-align: center;
}

.presencial h3{
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.subtitulo{
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 3rem;
	line-height: 1.2;
    margin-bottom: 20px;
    text-align: center!important;
    margin-top: 30px;
    /*display: inline-block;*/
    justify-content: center;
    /*max-width: 50rem;*/
    /*border: 2px solid #fe4918;*/
    /*background-color: #05dfd7;*/
}

.terapias{
    float: none!important;
    text-align: center!important;

}
/*
.subtitulo1{grid-column: 1 / 1;}

.subtitulo2{grid-column: 2 / 1;}
*/







  /** ----------**/

  /**************************************************************************** Testimoniales************************************************** **/
.testimoniales{
padding-bottom: 20px;
}

.testimonial{
padding: 5px;
}

.seccion p{
    font-size: 2.2rem;
    font-weight: bold;
}

@media only screen and (min-width:768px){
    .testimonial{
      /*float: left;
      width: 25%;*/
    }  
} 

blockquote{
    /*background-color: white;*/
    /*border: 5px solid #33a5ff;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.74);
    box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.74);*/
    box-sizing: border-box;    
    -webkit-box-shadow: 4px 6px 6px 2px #AEB6BF; 
    -moz-box-shadow: 4px 6px 6px 2px #AEB6BF; 
    box-shadow: 4px 6px 6px 2px #AEB6BF;
    margin-bottom: 8rem;
    border-top: solid #05dfd7 10px;

}

.testimonio{
    box-sizing: border-box;    
    -webkit-box-shadow: 4px 6px 6px 2px #AEB6BF; 
    -moz-box-shadow: 4px 6px 6px 2px #AEB6BF; 
    box-shadow: 4px 6px 6px 2px #AEB6BF;
    margin-bottom: 8rem;
    border-top: solid #05dfd7 10px;
}

@media only screen and (min-width:480px){
    .testimonio{
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

/*#FFA07A E9967A FA8072 F08080 CD5C5C*/
/*
.colorUno{
    border-top: solid #05dfd7 10px;
}

.colorDos{
    border-top: solid #05dfd7 10px;
}

.colorTres{
    border-top: solid #05dfd7 10px;
}

.colorCuatro{
    border-top: solid #05dfd7 10px;
}

.colorCinco{
    border-top: solid #05dfd7 10px;
}
*/


blockquote p{
    text-align: justify!important;
    font-size: 2.2rem;
    /*font-family: 'PT Sans', sans-serif;*/
    padding: 0 20px 0 10px;
}

.testimonio p{
    text-align: justify!important;
    font-size: 2.2rem;
    /*font-family: 'PT Sans', sans-serif;*/
    padding: 0 20px 0 10px;
}

/*blockquote p:before{
    content: '\201c';
    position: absolute;
    left:13px;
    top: 8px;
    font-size: 10rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #b11d3d;
  }*/  

.base{
    display: block;

    background-color: #AAB7B8;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px 6px 20px;
    /*width: 66.6%;*/
    /*float: right;*/
    font-weight: bold;
    font-style: normal;
}
.derecha{
    text-align: right;
    display: block;
}

.izquierda{
    display: block;
}

@media only screen and (min-width:768px){
    .base{
        display: flex;
        justify-content: space-between;
    }
}



.info-testimonial cite{
    display: block;
    /*text-align: right;*/
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px 6px 0;
    /*width: 66.6%;*/
    /*float: right;*/
    font-weight: bold;
    font-style: normal;
    background-color: #33a5ff;
}

.info-testimonial cite span{
    color: #000000;
    display: block;
    text-transform: none;
    margin-top: 5px;
}

.linea{
    background-color: #33a5ff;
    height: 12px;
    margin-bottom: 6px;
}


/************************************************************************************** Contacto **************************************************/
.contacto p{
    font-family: 'PT Sans', sans-serif;
    font-size: 2.2rem;
    text-align: left;
    

}
.contacto p i{
    font-size: 3.5rem;
    color: #05dfd7;
    padding: 10px 10px 10px 0px;
}

.contacto h2{
    margin-top: 6rem;
}



  /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
  }
  
  /*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
  
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
  
  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
  * Hide visually and from screen readers, but maintain layout
  */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
  
  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  
  .clearfix:after {
    clear: both;
    display: block;
  }
  /*
  .clearfix::after {
    content:'';
    clear: both;
    display: block;
}*/



  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  