@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');


body {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #3c3c3b;
	font-size:15.5px;
	margin: 0px;
	width:100%;
	background-color:#fff;
    overflow-x: hidden;
	
}

a {
    color: #f59e33;
    text-decoration: none;
    text-transform: initial;
	transition: .5s;
}

a:hover {
    color: #000;
}

button{
    
        background-color: #f59e33;
        border: 0px;
        padding: 0.5em;
        font-size: 0.8em;
        color: #fff;
        border-radius: 5%;
        text-transform: uppercase;
        cursor: pointer;
        transition: .3s;
}


button:hover{
	opacity: .7;
}

.casos_marco {
width: 50%;
    height: 350px;
    padding: 20px;
    /* float: left; */
    /* line-height: 2em; */
    text-align: center;
    overflow: hidden;
}	

/* GALERIA */

	
.slideshow-portada {
    max-width: 100%;
    height: 70%;
    position: relative;
    margin: auto;
    background-color:#fff;
    text-align:center;
    background-image: url(../image/fondo-portada-bn.jpg);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
/* 
.slideshow-especialidades {
    max-width: 100%;
    height: 40%;
    position: relative;
    margin: auto;
    background-color:#fff;
    text-align:center;
    background-image: url(../image/c2.jpg);
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
}

.slideshow-equipo {
    max-width: 100%;
    height: 40%;
    position: relative;
    margin: auto;
    background-color:#fff;
    text-align:center;
    background-image: url(../image/equipo.jpg);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    margin-top: 2em;
}
 */
.slideshow-portada img{
    max-width: 400px;
    height:auto;
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}

 .btn_mas{
     float: right;
 }




/* EQUIPO */

#equipo, #contacto, #especialidades, #infraestructura  {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 0em;
    position: relative;
}


 #clinica{
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
 }

#equipo{

    margin-top: 3em;
}

.equipo_marco {

	text-align:center;
    padding-bottom: 1em;
    opacity: 0.3;
}	

.equipo_marco img{
    width: 100%; 
    max-width: 200px;
    height: auto;
    filter: grayscale(100%);

}	
.equipo_marco-grid{
    width: 100%;
    display: inline-grid;
    grid-template-columns: auto auto auto ;
}

.equipo_descripcion {
    width: 62%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3em;
}	

	
.equipo_texto {
    margin: 0 auto;
}	
.equipo_texto p{
	margin: 0.3em;
    font-size: 0.9em;
	color: #595a5a;
}
	


.creditos {
    font-size: 0.5em;
}
/* FORM */

#consulta_marco {
    width: 50%;   
   	background-color: #fff;
   	float: left;
	}	
.contacto_marco {
    width: 45%; 
	padding: 20px;
   	float: left;
	line-height: 2em;
	}	

.reservas img{
	width:144px;
	height:auto;
	float:right;
}

.formulario {
    vertical-align: middle;
     margin-left: 5%; 
    /* margin-right: 15px; */
    padding: 20px;
	float: left;
	}
	
#btn-reserva{
	transition: .3s;
	cursor: pointer;
	/*float: right;*/
}
#btn-reserva:hover{
	opacity: .7;
}

.registro-campo-error{
	background-color: #f6ac51;
}

#message{

	position: fixed;
	background-color: #595a5a;
	width: 90%;
	max-width: 400px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 30px;
	box-shadow: 0px 0px 4px 4px #000;
	color: #fff;
	font-size: 20px;
	border: solid 3px #fff;
	transition: .5s;
	pointer-events: none;
	opacity: 0;
	z-index:999;
}
#message.active{
	opacity: 1;
}

input, select, textarea{
    padding: 6px;
    font-size: 1em;
    line-height: 1;
    border: 0;
    -webkit-appearance: none;
    COLOR: #000;
    background-color: #f2f2f3;
    border-radius: 2px;
	margin: 5px;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	width: -webkit-fill-available;
}

textarea
{
  width:99%;

}
	
.styled-select select {
	background: rgba(0, 0, 0, 0.94);
	width: 50px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	/* height: 34px; */
	-webkit-appearance: none;
	COLOR: #000;
   }
   
  .form-style-10 input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Lato', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}
   
/* STRUCTURE */

	
.categorias_nav{
	text-align:center;
	margin:40px;
    }

#galeria{
    /* padding: 25px; */
    /*min-height: 70%;*/
    /* margin: 20px auto; */
    margin-top: 90px;
    font-weight: normal;
    /* padding: 50px; */
     background-color: #fff; 
    /* color: #000; */
    }


#portada {
    position: re;
    /* padding: 25px; */
    min-height: 70%;
    /* margin: 20px auto; */
    margin-top: 70px;
    font-weight: normal;
    /* padding: 50px; */
     background-color: #fff; 
    }

#pagewrap {
	width: 100%;
	overflow:hidden;
	}

/*     .pImage{
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0%;

    } */
    

    .pImage {
        position: absolute;
        top: 0;
        right: 0;
        max-height: 500px;
        width: auto;

        z-index: -1;
      }


      .pImage2 {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        max-height: 1200px;
        z-index: -1;
      }


      

header {
	height: 100px;
	padding: 0 15px;
	}


h1 {
	font-family: 'Montserrat', sans-serif;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    Border-radius: 0px;
    padding-top: 2em;
    color: #3c3c3b;
	font-size:2.5em;
	font-weight:300;
    text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3em;
    font-weight: 300;
    text-transform: uppercase;
    color: #f59e33;

}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #3c3c3b;
    font-size: 1.25em;
}


h4 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1em;
    /* text-transform: uppercase; */
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;

}
h5 img{
	max-width: 15px;
}


h6{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: 100;
}
.destaque {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
	text-align:center;
	min-width:250px;
}


.clearfix {
    overflow: auto;
}


.covid {
    position: fixed;
    right: 0%;
    bottom: 1em;
    padding-right: 2em;
    z-index: 999;

}
.covid img {
    max-width: 150px;
    height: auto;
}


.fotovert {
    max-width: 380px;
    /* float: right; */
    margin-left: 0;
    
}

#footer {
	padding: 20px 15px;
    font-weight: normal;
	background-color:#595a5a;
	min-height:100px;
	color:#fff;
	}

.linea {
    width: 100%;
    border-style: solid;
    border-color: #e79e3a57;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    margin: 0 auto;
}
main {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    height:70vh;
    will-change: transform;
  }

  .reveal {
    position: absolute;
    width: 60%;
    overflow: hidden;
  }

  .reveal img{
    height: auto;
    width: 100%;
    object-fit: cover;
    transform-origin: right;
  }

 
  
  section-foto {
    height:100%;
    display:flex;
    width: 60vw;
    margin: 1vw;
  }

  section-foto img{
    width: 100%;
    height: auto;
  }

.sublinea {
    width: 100%;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    margin: 0 auto;
}


span {
  display: table-cell;
  vertical-align: middle;
}


.swiper-container {
    width: 100%;
  }
  .swiper-slide {

    background: #fff;
  }


.titulo {
	font-family: 'Montserrat', sans-serif;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    Border-radius: 0px;
    padding-right: 10px;
    padding-left: 10px;
    /* background-color: #3c3c3b; */
    color: #3c3c3b;
	font-weight:300;
    text-transform: uppercase;
    /*width: fit-content;*/
    /*border-top-right-radius: 30px 20px;*/
	/*border-top-left-radius: 30px 20px;*/
}
.titulo-secciones {
	font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin: 0 auto;
    Border-radius: 0px;
    padding-top: 2em;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    color: #7c7c77;
}






.texto_portada {

    font-size: 2em;
    font-weight: 300;
    color: #FFF;
    width: 45%;
    text-align: center;
    z-index: 55;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	text-shadow: 0.5px 0.5px #a46a44;

}


	
	
.izquierda, .middle, .derecha {	
    position: relative;
    min-height: 35vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
     align-items: center;
    /* text-align: center; */
    /* overflow: hidden; */
     /* float: left;	 */
	}

    .izquierda{
            width: 63%;

        }
    .derecha {	
        margin-left: 40%;
        width: 60%;
    }

    .middle{
        width: 63%;
        margin: 0 auto;
        margin-top: 3em;
        margin-left: 25%;
        min-height: 30vh;
    }

    .contenido {
        height: auto;
    position: relative;
    width: 90%;
/*     left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    background-color: #ffffffbf;
    }

    .contenido p{
        padding-left: 5em;
    }




.foto_portada img {
    width: 100%;
    height: auto;
}
	
.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align {
  display: table-cell;
}

.vertical-align--middle {
    vertical-align: middle;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    padding: 10%;
    margin: 0 auto;
	}
	


.vertical-align--bottom {
  vertical-align: bottom;
}

	

/*nav mobil */ 
.nav_mobil {
    padding-top: 2px;
    /* width: 100%; */
    background-color: #fff;
    text-align: center;
    /* margin: 0 auto; */
    z-index: 550; 
    top: 0;
    /* bottom: 0; */
    left: 0;
    right: 0;
    position: fixed;
    visibility: hidden;
	/*border-style:solid;
    border-width:1px;  
	border-color:transparent;
    border-bottom-color:#000;*/
	
}

.nav_mobil img {
    width: 120px;
    height: auto;
}


/* nav */

.nav {
    padding-top: 0;
    width: 100%;
    background-color: #fff;
    color: #f59e33;
	text-align: right; 
    z-index: 90;
    top: 0;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    position: fixed;
	height: 70px;
}

.nav a:hover, .offcanvas a:focus{
    color:#3c3c3b;
}

.navegacion {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    position: absolute;
    top: 30px;
    z-index: 900;
    right: 8%;
    word-spacing: 10px;
    font-size: 0.8em;
	}
.navegacion a{
	color: #f59e33;
	text-decoration:none;
}	


	
/* BURGER NAV */

.burger_nav {
    position: fixed;
    top: 10px;
    left: 20px;
    right: 0;
    font-size: 25px;
    cursor: pointer;
   display: none;
    /* padding: inherit; */
    width: 40px;
    color: #000;
	z-index:999;
	visibility:hidden;
}

.nav img {
    width: 100%;
	max-width:100px;
	height:auto;
	float: left;
	padding-left:8%;
}
.social {
    z-index: 999;
    right: 10px;
    top: 5px;
    position: fixed;
	}

.sidenav {
    height: 100%;
    /* height: 380px; */
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #313232;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
	font-size:15px;
	color: #fff;	
	font-weight: 700;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #666;
	
}

.sidenav .closebtn {
	position: absolute;
    top: 50px;
    right: 15px;
    font-size: 36px;
    /* margin-left: 50px; */
    background-color: rgba(0,0,0,0.7);

}

.sidenav_linea { 
    width: 100%;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    /* margin-left: 30px; */
}




/************************************************************************************
Accordion
*************************************************************************************/
.acordion-seccion{
    position: relative;

}

.accordion {
  font-size: 1rem;
  width: 60vw;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
    padding: 1.5em 1.5em;
    background: #fff;
    color: #f59e33;
    cursor: pointer;
    font-size: .9em;
    letter-spacing: .1em;
    transition: all .3s;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
	transition: .9s;
}

.accordion-header:hover {
  background: #f59e33;
  position: relative;
  color:#fff;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 1.1em;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  -webkit-columns:2;
  -moz-columns: 2em;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  column-rule: 1px dotted #ddd;
}

.accordion-body__contents p {
    margin-block-start: 0em;
  }


.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
	background: #f59e33;
    color: #313232;
    padding-left: 4em;
    /* border-radius: 0% 0% 10% 10%; */
}

.accordion__item .accordion__item .accordion-header {
  background: #e2e1e1;
  color: black;
    padding-left: 2em;

}

@media screen and (max-width: 1000px) {
  
  .accordion {
    width: 100%;
  }
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/


@media screen and (max-width: 1280px) {

    .accordion-body__contents{
        column-count: 1;
	}


#portada {

	margin-top:20px;
}
	

	header, footer {
			padding: 1% 4%;
		}

        
    .navegacion {

        right: 4%;

        }

        
}

@media screen and (max-width: 980px) {

    #equipo, #contacto, #especialidades, #clinica, #infraestructura {
        width: 90%;
    }
	
    h2 {
            padding-top: 1em;
            padding-right: 0px;
            padding-bottom: 6px;
            padding-left: 0px;
            font-size: 2em;
    }
	.casos_marco {
	width: 80%;
		height: 200px;
	
	}	


    .contenido {
            width: 100%;
        }
	
     .contenido p {
            padding-left: 0.2em;
        }

    .izquierda, .middle, .derecha {
        width: 95%;
        margin-left: 0%;
    }
    .equipo_descripcion{
        width: 100%;
    }

    .equipo_marco-grid{
            grid-template-columns: auto auto auto;
        }
		
	.nav_mobil {
	visibility:visible;	
	}

	.burger_nav {
	display: block;
	visibility:visible;
	
	}
	
	.nav{
	visibility:hidden;
	}

    .texto_portada_destaque {
        font-size: 2.5em;
        }
	
	.accordion-body__contents{
		width: 80%;
	}
	.social img{
		max-width:25px;
		height:auto;
	}

    .reveal {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    section-foto {
        width:100%;
        display:flex;
        height: auto;
      }

			
	}
/* for 700px or less */
@media screen and (max-width: 740px) {
	
   .casos_marco {
width: 90%;
    height: 150px;

}	

    
    .covid  {
        padding-right: 1em;
        top: 10px;
        height: 100px;
    }
    .covid img {
        max-width: 70px;
        height: auto;
    }
    
    #consulta_marco {
		width: 90%;
		float: none;
		margin-bottom: 10px;
		padding-left:0px;
		}	
	#consulta_marco {
            width: 100%;
            height: auto;
            float: none;
            margin-bottom: 10px;
     }

    .contacto_marco{
    width: 90%;
    /* padding-left: 20px; */
    padding-top: 2em;
    float: none;
	clear: both;

	}

    .derecha {
        margin-left: 0%;
        width: 100%;
    }

	.equipo_marco{
    width: 100%;
    float: none;
	clear: both;

	}
    
    .equipo_marco-grid{
        display: block;
        
            }

	.formulario {
     margin-left: 0%; 	
	}

	
	.burger_nav {
	display: block;
	visibility:visible;
	
	}

    .linea{
        margin: 0.5em;
    }
    
	
	.sidenav {
	visibility:visible;
	}
	

    .titulo-secciones{
        padding-top: 0.5em;
    }
	
	.texto_portada{
		width: 90%;
		  font-size: 2em;
		
	}
	.texto_portada_destaque {
    font-size: 2.5em;
	}
			

	.vertical-align--middle {
    padding: 4%;
	    margin: 0;
	}
	
	.accordion-body__contents{
        width: 88%;
        overflow: hidden;	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {
	.texto_portada{
		width: 90%;
		  font-size: 1em;
		
	}
	.texto_portada_destaque {
    font-size: 2em;
	}

	header {
		height: auto;
	}

	h1 {
		font-size: 2em;
		text-align:left;	
	}

    .fotovert {
        max-width: 100%;
    }

    main {
        height:50vh;
      }


    .slideshow-portada img {
        top: 45%;
    }

    .covid img {
        max-width: 50px;
        height: auto;
    }



}
