/*
p, a, input, img, div {
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;	
}
*/

body {
font-family: 'Montserrat', sans-serif;	
padding-top:40px;
}
.home {
padding-top:100px;
} 
.row {
margin:70px 0px;
}

/* header */
.navbar-light .navbar-nav .nav-link {
    color:#676767;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	transition: transform 0.6s;
}
.navbar-light .navbar-nav .nav-link::after {
    content: '';
    display: block;
	position:relative;
	bottom:0px;
    width: 0;
    height: 5px;
    background: #25aae2;
    transition: width .3s;
}
.navbar-light .navbar-nav .nav-link:hover::after {
    width:100%;
}
.navbar-light .navbar-nav .nav-active::after {
    width:100%;
	content: '';
    display: block;
	position:relative;
	bottom:0px;
    height: 5px;
    background: #25aae2;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background: url(../img/bg.png) repeat-x bottom;
    padding: 30px 0px 40px 0px;
    padding: 30px 0px 50px 0px;
	padding: 10px 0px 30px 0px;
    z-index: 999;
}
.navbar-brand {
    display: inline-block;
    padding:0px;
    margin:0px auto;
	background: url(../img/logo.svg) no-repeat center left;
    background-size: contain;
	width:335px;
	height:75px;
	text-indent:-99999px;
}
@media (max-width: 767px) {
.navbar-brand {
	background:url(../img/logo2.svg) no-repeat top left;
	width: calc(100% - 4em);
	height:52px;
}
.navbar-toggler {
    margin-right: 1em;
}
}
@media (max-width: 590px) {
.navbar-brand {
	background:url(../img/logo2.svg) no-repeat top left;
	width: calc(100% - 5em);
	background-size:contain;
	height:30px;
	margin-left: 1em;
}
.navbar-toggler {
    margin-right: 1em;
}
.navbar-nav {
    margin-left: 1em;
}
.row.pro-contacto, .row.pro-contacto {
    margin: 0px 1em 70px 1em;
}
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: flex;
    justify-content: flex-end;
}
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0px 0px 0px 30px;
}
}

@media (max-width: 768px) {
.navbar-nav {
    margin-top: 10px;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
    
}
}
@media (max-width: 992px) {
.navbar-light .navbar-nav .nav-link {
	font-size:12px;
}
}

/* slider */
.pro-slider img {
width: 100%;
height: auto;
}
.pro-slider {
margin: 0px 0px 0px 0px;
}
.pro-slider video {
width: 100%;
height:auto;
}
.pro-slider img {
    width: 100%;
    height: auto;
}
.pro-slider img {
display:none;
}
@media (max-width: 768px) {
.pro-slider video {
display:none;
}
.pro-slider img {
display:block;
}
}

/* botones */
.pro-botones .fas {
font-size: 24px !important; /*size whatever you like*/	
position: relative;
top: 3px;
}
@media (max-width: 1200px) {
.pro-botones .fas {
left: 0;
right: 0;
margin: 0px auto;
margin-bottom: 20px;
width: 100%;
}
}
.pro-botones div {
padding:0px !important;
}
.pro-botones div a {
float: left;
margin: 0px auto;
width:calc(100% - 2px);
margin-left:2px !important;
background:#007193;
text-transform:uppercase;
text-decoration:none;
color:#fff;
font-weight:600;
padding:18px 0px;
text-align:center;
font-size:1em;
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
}
.pro-botones div:nth-child(even) a {
background:#25aae2;	
}
.pro-botones div:nth-child(1) a {
margin: 0px auto;
width:100% !important;
margin-left:0px !important;
}
.pro-botones div a::after {
    content: '';
    display: block;
	position:absolute;
	bottom:0px;
    width: 0;
    height: 5px;
    background: #a8d6f0;
    transition: width .3s;
}
.pro-botones div a:hover::after {
    width:calc(100% - 2px);
}

.pro-botones div a i {
margin-right:12px;
}
@media (min-width: 576px) and (max-width: 768px) {
.pro-botones div:nth-child(3) a {
background:#25aae2 !important;	
margin-top:2px;
width:100%;
margin-left:0px !important;
}
.pro-botones div:nth-child(4) a {
background:#007193 !important;
margin-top:2px;
}
}
@media (max-width: 576px) {
.pro-botones div a:hover::after {
    width:100%;
}
.pro-botones div:nth-child(2) a {
width:100%;
margin-left:0px !important;
}
.pro-botones div:nth-child(3) a {
width:100%;
margin-left:0px !important;
}
.pro-botones div:nth-child(4) a {
margin-left:0px !important;
width:100%;
}
}

/* servicios */
.pro-servicios div {
padding:0px !important;
}
.pro-titular {
    background-repeat: no-repeat;
    background-size: cover;
}
.pro-titular h1 {
margin:0px auto;
width:100%;
color:#fff;
text-transform:uppercase;
text-align:center;
padding:30px 0px;
text-shadow: 2px 2px #000;
}
.pro-titular span {
position:relative;
width:100%;
height:100%;
background:#000;
opacity:1;	
}
.row-doscolumnas {
margin:0px auto;	
}
.row-doscolumnas img {
float:left;
width:100%;
height:auto;
}
.row-doscolumnas .col-md-6, .row-doscolumnas .col-sm-6 {
padding:0px;	
}
.row-doscolumnas h1, .row-doscolumnas p {
margin:0px auto;
text-align:left;
padding:0px 1em;
font-size:1em;	
margin-bottom: 1em;
}
.row-doscolumnas h1 {
font-size:1em;	
margin-top: 1em;
}
.row-doscolumnas p {
max-width:1000px;
}

@media (max-width: 576px) {
.row-doscolumnas:nth-child(odd) {
display: table;	
}
.row-doscolumnas:nth-child(odd) .col-md-6:nth-child(odd) {
display: table-footer-group;	
}
.row-doscolumnas:nth-child(odd) .col-md-6:nth-child(even) {
display: table-header-group;	
}
}

/* contacto */
.pro-contacto div {
padding:0px !important;
}
.pro-contacto div:nth-child(1) h1 {
text-transform:uppercase;
font-size:60px;
color:#676767;
font-weight:600;
margin:0px auto;
margin-bottom:20px;
}
@media (max-width: 992px) {
.pro-contacto div:nth-child(1) h1 {
font-size:40px;
}	
}
@media (max-width: 580px) {
.pro-contacto div:nth-child(1) h1 {
font-size:20px;
}	
}
.pro-contacto div:nth-child(1) ul {
margin:0px auto;
margin-left:-40px;
}
.pro-contacto div:nth-child(1) ul li {
margin:0px auto;
list-style-type:none;
font-size:16px;
color:#000;
font-weight:400;
margin:7px 0px;
}
.pro-contacto form {
margin-top:10px;
}
.pro-contacto input[type="text"], .modal input[type="text"], .modal input[type="password"] {
float:left;
width:100%;
padding:10px 20px;
background:#f2f0f0;
border:none;
border-bottom:2px solid #a8d7f1;
font-weight:400;
color:#777777;
}
.pro-contacto input[type="text"]:nth-child(1), .modal input[type="text"]:nth-child(1) {
border-radius:10px 10px 0px 0px;
}
.pro-contacto textarea, .modal textarea {
float:left;
width:100%;
height: 90px;
padding:10px 20px;
background:#f2f0f0;
border:none;
border-bottom:2px solid #a8d7f1;
font-weight:400;
color:#777777;
}
.pro-contacto input[type="text"]:focus, .pro-contacto textarea:focus, .modal textarea:focus { 
    background:#e3eef5;
	transition: transform 0.6s;
}
.pro-contacto input[type="button"], .modal input[type="button"], .pro-contacto input[type="submit"], .modal input[type="submit"] {
float:left !important;
width:100% !important;
padding:10px 20px !important;
background:#26aae3 !important;
border:none !important;
font-weight:600 !important;
color:#fff !important;
text-transform:uppercase !important;
border-radius:0px 0px 10px 10px !important;
}
.modal-footer button {
padding:10px 20px;
font-size:12px;
background:#6c757d;
border:none;
font-weight:600;
color:#fff;
text-transform:uppercase;
border-radius:10px;
}
.modal input[type="button"].verde {
float:left;
width:100%;
margin-top:10px;
padding:10px 20px;
background:#7dbe44;
border:none;
font-weight:600;
color:#fff;
text-transform:uppercase;
border-radius:10px;
}
.pro-contacto ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:#777777;
}
.pro-contacto ::-moz-placeholder { /* Firefox 19+ */
color:#777777;
}
.pro-contacto :-ms-input-placeholder { /* IE 10+ */
color:#777777;
}
.pro-contacto :-moz-placeholder { /* Firefox 18- */
color:#777777;
}

.modal-header a {
background:url(../img/logo2.svg) no-repeat top center;
width: 100%;
background-size:contain;
height:40px;	
text-indent:-99999px;
}
.modal-footer {
justify-content: center;
padding: 1rem;
}
.modal-body a {
width: 100%;
text-decoration:none;	
}
.modal-body a:hover {
text-decoration:none;	
}
.modal-body .far {
font-size:40px;
}
.modal-body {
    text-align: center;
}

/* footer */
footer {
background:#007193;	
padding:25px 0px;
text-align:center;
}
footer p {
margin:0px auto;
font-size:14px;
margin:0em 1em;
color:#fff;
text-shadow:1px 1px 5px #000;
}
@media (max-width: 580px) {
footer p {
font-size:12px;
}	
}

.idiomas {
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 0px auto;
}
.idiomas a {
    font-size: 8px;
    text-transform: uppercase;
	text-decoration:none;
    color: #ccc;
    background: #fdfbfb;
    padding: 3px 5px;
    margin: 0px auto;
    margin-right: 5px;
}
.idiomas a:hover {
    color: #fff;
    background: #007193;
}

.boton-idiomas {
    display: none;
}
@media (max-width: 590px) {
	.idiomas {
		display: none;
	}
	.boton-idiomas {
		display: block;
	}
}
