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

body{
	font-family: 'Lato', sans-serif;
}

h2{
	font-size: 48px;
	margin-bottom: 30px;
}

a:hover{
	text-decoration: none;
}

p{
	font-size: 18px;
}

section{
	padding: 90px 0;
}

button{
	padding: 10px 20px;
	font-size: 18px;
	background: #F3610D;
	border-radius: 5px;
	border-style: none;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	transition: background 300ms;
	cursor: pointer;
}

button:hover{
	background: #CC4509;
	color: white;
}

.bg-light-grey{
	background-color: #f5f5f5;
}

.bg-primary{
	background-color: #44A6FC !important;
}

.bg-light-footer{
	background-color: #6A6966 !important;
}

.divider{
	border-bottom: 2px solid #f5f5f5;
}

.navbar{
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0 ,0 ,0.3);
	min-height: 100px;
}

.nav-link{
	color: #1a1a1a;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}
.nav-link:hover{
	color:#F3610D;
}

.logo{
	min-width: 160px;
	max-width: 180px;
}

.navbar-toggler{
	font-size: 40px;
	color: #F3610D;
}
.navbar-toggler:focus{
	outline: none;
}

#course{
	transition: all 0.3s ease-in-out;
}
	
.dropdown-menu{
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  box-shadow: 2px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  top: 30px;
}

#sub-dropdown-menu{
display: none;
  position: absolute;
  background-color: #f0f0f0;
  margin-left: 190px;
  margin-top: -35px;

}

#sub-dropdown-menu a , .dropdown-menu a {
	color: #000 !important;
		font-size: 16px !important;
}

.dropdown:hover .dropdown-menu {display: block;transition: all 0.5s ease-in-out;}

.dropdown .dropdown-menu a:hover{background-color: #c9c7c7;}


#sub-dropdown:hover #sub-dropdown-menu {display: block;}

#hero{
	width: 100%;
	height: 550px;
	position: relative;
	background-image: url('../image/imagen2.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
}

#hero:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(38, 172, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

.foto{
	border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.wave{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.content-center{
	max-width: 800px;
	margin: 0 auto 60px auto;
	margin-top: 60px;
	text-align: center;
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
}

.titulo{
	font-size: 66px;
	font-weight: 600;
	line-height: 60px;
}

.post h3{
	font-family: 'Shadows Into Light Two', sans-serif;
   color: #2196F3;
   font-size: 35px;
}

.post p{
	font-size: 21px;
}

.post-dos h3{
	font-family: 'Shadows Into Light Two', sans-serif;
   color: #fff;
   font-size: 35px;
   text-align: left;
}

.post-dos p{
	font-size: 21px;
}

.details-tres{
	width: 100%;
	max-width: 500px;
}

.details-tres p{
	margin-top: 12px;
	font-size: 25px;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: justify;
}

.goy{
	background: #F67306;
}

.goy-dos{
	background: #42A5F5;
}

.container-details{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: auto;
}

#presentacion{
	margin-top: 40px;
	width: 100%;
}

.details{
	width: 100%;
	max-width: 500px;
}

.details h1{
	text-align: center;
	font-size: 40px;
	color:#0381F1;	
	text-shadow: 6px 7px 7px #7FFFD4;
}

.icenter{
	display: flex;
	justify-content: center;
	align-items: center;
}

.details p{
	margin-top: 12px;
	font-size: 21px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
}

.details-dos{
	width: 100%;
	max-width: 400px;
}

.details-dos h1{
	text-align: center;
	font-size: 40px;
	color: #0381F1;	
}

.details-dos p{
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	color: #000;
}


#hero-donar{
	width: 100%;
	height: 500px;
	position: relative;
	background-image: url('../image/ope11.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

.content-center-donar{
	max-width: 1300px;
	top: 70px;
	margin: 0 auto 60px auto;
	text-align: left;
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
}

section.callaction {
	background:#0099FF;
	padding:20px 0 0 0;
}

.cta-text {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	color: white;
}

#portafolio{
	top: 10px;
}

.portafolio-container{
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	border-radius: 10px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.portafolio-container img{
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: 0.8s;
}

.portafolio-container:hover img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.portafolio-details{
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.portafolio-details h3{
	margin-bottom: 3px;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	padding: 8px;
}

.portafolio-details a h3, .portafolio-details p{
	color: #424949;
}

.nombre-container{
	position: relative;
	margin: 10px 0;
}

.nombre-details{
	position: absolute;
	color: #191970;
	bottom: 0px;
	left: 20px;
}

.carousel{
	min-height: 240px;
	padding: 40px;
	border-radius: 2px;
	text-align: center;
}

.carousel p{
	font-size: 26px;
	font-weight: 400;
	color: #1a1a1a;
}

.carousel-control-next, .carousel-control-prev{
	color: #ffffff;
	opacity: 1;
	width: 5%;
}

.carousel-container{
	max-width: 800px;
	margin: 0 auto;
}


.fa-star {
	color: #ffb944;
	font-size: 26px;
}

.opinion-user{
	max-width: 240px;
	margin: 0 auto;
	text-align: left;
}

.opinion-user h6{
	margin-bottom: 0;
}

.opinion-user span{
	font-size: 12px;
}

.opinion-user img{
	border-radius: 50px;
	max-width: 50px;
	text-align: center;
}

.btn-secondary, .btn-secondary:hover{
	background-color:#F3610D !important;
	color: #ffffff;
}

.play-icon{
	width: 5rem;
	height: 5rem;
	box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	animation: pulse 1.5s infinite;
}

.fa-check{
	font-size: 15px;
	color: #F3610D;
}

.perfil{
	border: 2px solid #1E90FF;
}

.card-body{
	background: #0381F1;
	color: #fff;
	height: 100px;
}

.card-cv{
	height: 550px;
}

.info-cv{
	font-size: 13px;
	color: #4682B4;
}

.contenedor{
	width: 100%;
	margin:auto;
	overflow: hidden;
}

#slider{
	width: 2000px;
	height: 250px;

	background-image: url(../image/ortopedia/orto20.png);
	background-size: 100% 100%;

	animation: slider 20s infinite linear;
}

@keyframes slider {
	to{
		background-position: 2000px;
	}
}

.inner img{
	transition: all 1.5s ease;
}

.inner:hover img{
	transform: scale(1.5);
}

.acordeon input{
	display: none;
}

.acordeon_titulo{
	display: block;
	padding: 15px;
	background: #1E90FF;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.acordeon_titulo:hover{
	background: rgba(30, 14, 255, 0.8);
}

.acordeon_contenido{
	height: 0px;
	overflow: hidden;
	margin: 0px;
	transition: all 0.5s;
}

.acordeon input:checked ~ .acordeon_contenido{
    height: auto;
    margin: 15px 0;
}

.titulo-pie{
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 60px;
}

.subtitle-pie{
	font-family: 'Shadows Into Light', cursive;
	color: white;
}

@media (max-width: 575.98px) {
	.titulo-pie{
		font-size: 40px;
	}
}


/* equipo */


.presentation{
	text-align: center;
}

.subtitle{
	color: #0381F1;
	font-size: 2.5rem;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.presentation__picture{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin-bottom: 10px;
	object-fit: cover;
	object-position: top;
	box-shadow: 0 4px 7px 0 rgba(0, 0 ,0 ,0.7);
	transition: all 0.5s;
}

.presentation__picture:hover{
	transform: translateY(-15px);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.presentation__copy1{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.presentation__copy{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 2px;
	font-size: 20px;
}

.presentation__cta{
	margin-top: 30px;
	border-radius: 20px;
	background: #0099FF;
}

.presentation__picture-dos{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 10px;
	object-fit: cover;
	object-position: top;
	box-shadow: 0 4px 7px 0 rgba(0, 0 ,0 ,0.7); 
}

/******** whatsapp *********/

.app-whatsapp{
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 45px;
    z-index: 1000;
}
.app-whatsapp img{
    width: 100%;
    height: auto;
}

/******** footer *********/

footer{
	background: url(../image/equipo2.jpg) no-repeat center fixed;
	background-size: cover;
	width: 100%;
	color: white;
	position: relative;
}

footer:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	opacity: 0.8;
}

.container-footer-all{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.container-body{
	display: flex;
	justify-content: space-between;
	padding: 40px;
}

.colum1{
	max-width: 400px;
}

.colum1 img{
	font-size: 22px;
	position: relative;
}

.colum2{
	max-width: 400px;
}

.colum2 h1{
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
}

.colum2 .row1{
	margin-top: 20px;
	display: flex;
	position: relative;
}

.row1 .logo-footer{
	width: 35px;
	height: 36px;
}

.row1 a{
	text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
	color: #c7c7c7;
	font-family: 'Open Sans Condensed', sans-serif;
}

.colum3{
	max-width: 400px;
}

.colum3 h1{
	font-size: 22px;
	position: relative;
}

.row2{
	margin-top: 20px;
	display: flex;
}

.row2 p{
	margin-top: 5px;
     margin-left: 20px;
     max-width: 170px;
     position: relative;
}

.container-footer{
	width: 100%;
	background: #0099FF;
	position: relative;
}

.footer{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.copyright{
	color: white;
}

.copyright a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

@media screen and (max-width: 1100px){
	.container-body{
        flex-wrap: wrap;
	}

	.colum1{
		max-width: 100%;
	}

	.colum2,
	.colum3{
		margin-top: 40px;
	}
}


@media (max-width: 575.98px) {
	h2,h3,h4,h5,h6{ font-size: 25px; }
	h1{ font-size: 40px; line-height: normal; }
	.portafolio-details a h2 { font-size: 32px;}

	#info h2 p{font-size: 15px;}
	#casos h2 {font-size: 30px;}
}

