*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}



body {
	font-family: 'Merriweather', serif;
    width: 100%;
    height: 100%;
    letter-spacing: 0.03em;
    line-height: 1.6;
}

.logo {
	width: 80%;
	height: 50px;
	float: left;	
}

.logo img {
	width: 10%;
	margin: 50px 50px 20px;
	cursor: pointer;
	background: transparent;
	margin-top: 100px;
}

nav {
    flex: 1;
    text-align: right; /* menu posicion*/
}


.navbar {
    width: 50%;
    height: 10%;        /*modificar el objeto menu*/
    margin: auto;
    padding: 20px;
    align-items: right;
    justify-content: space-between;
}

p{
	font-size: 30px;  /*font-size*/
}

.navbar ul{
	width: 100%;
	margin-top: 70px;
	margin-bottom: -80px;
}

.navbar ul img {
	font-size: 20px;             /*size de los logos*/
    color: #4237d4;              /* color de los logos*/
    transition: transform 0.5s;
}
.navbar ul li {
    list-style: none;
    display:inline-flex;
    margin: -30px 10px ;
    position:relative;
   
}

a{  /* forma del buton*/
    display: flex;
    height: 80px;
    width: 75px;
    margin: 50px 15px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgba(78, 66, 66, 0.15),
               -6px -6px 10px -1px rgba(255,255,255,0.7);
    transition: transform 0.5s;        
}

a:hover {
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
                inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                -0.5px -0.5px 0px rgba(255,255,255,1),
                0.5px 0.5px 0px rgba(0,0,0,0.15),
                0px 12px 10px -10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.01);
    transform: translateY(2px);
}



.title-main {
	font-size: 70px;
	line-height: 100px;
	height: 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #f7931e;
	margin-top: 150px;
	margin-bottom: -100px;
}

.title {
    font-size: 50px;
    line-height: 100px;    
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #f7931e;   
	margin-top: 150px;
   
}

.slider {
    color: yellow;
    margin-left: 20px;
    box-sizing: border-box;
    animation: slider 5s linear infinite;
}
@keyframes slider {

    0%{ margin-top: -400px; }
    5%{ margin-top: -200px; }
    30%{ margin-top: -200px; }
    35%{ margin-top: 0px; }
    65%{ margin-top: 0px; }
    50%{ margin-top: 0px; }
    70%{ margin-top: 200px; }
    100%{ margin-top: 200px; }
}



/*header*/

header {
	width: 100%;
	height: 600px;	
	background-image:  url(../img/portada.jpg);   
	background-attachment:local;
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}	

.wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.container {
    width: 80%;
    margin: 50px auto;
}

.contact-box {
    background: rgb(0, 0, 0);
    display: flex;
}

.contact-left {
    flex-basis: 60%;
    padding: 40px 60px;
}

.contact-right {
    flex-basis: 40%;
    padding: 40px;
    background-image: url(../img/contact1.png) ;
    background-repeat: no-repeat;    
    background-size: cover;
         
    
}
h1 {
    
    margin-top: -50px;
    color: #f7931e;
    margin-bottom: 10px;    
}

.container p{
    margin-bottom: 60px;
    color: black;
    font-size:  20px;
}

.input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-row .input-group {
    flex-basis: 45%;
}

input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-bottom: 5px;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}

label {
    margin-bottom: 6px;
    display: block;
    color: #f7931e;

}

button{
    background: #f7931e;
    width: 100px;
    border: none;
    outline: none;
    color: black;
    height: 35px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0px 5px 15px 0px rgba(28, 0, 181,0.3);
    cursor: pointer;
}

.contact-left h3 {
    color: #f7931e;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-right h3 {
    font-weight: 600;
    margin-bottom: 50px;
    color: #f7931e;
}

tr td:first-child{
    padding-left: 20px;
    color: #f7931e;
    margin-bottom: 100px;
}
 
tr td{
    padding-left: 20px;
    color: black;
}

footer {
   background: black;
   width: 100%;
   
   
}

.social ul li:hover::after {
    width: 100%;
}

.social {
    width: 85%;
    height: 90%;        /*modificar el objeto menu*/
    margin: auto;
    padding: 40px;
    align-items: right;
    justify-content:space-between;
}

.social ul li {
    list-style: none;
    display:inline-flex;
    margin: -30px 10px ;
    position:relative;
    font-size: 9px;
    height: 50px;
}

.social ul li a{
    text-decoration: none;
    color: #556266;
    font-family: sans-serif;
}

.social a{
    display: flex;
    background: black;  /*fondo botones*/
    height: 40px;
    width: 45px;
    margin: 0 15px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgba(78, 66, 66, 0.15),
               -6px -6px 10px -1px rgba(255,255,255,0.7);
    transition: transform 0.5s;           
}

a:hover {
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
                inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                -0.5px -0.5px 0px rgba(255,255,255,1),
                0.5px 0.5px 0px rgba(0,0,0,0.15),
                0px 12px 10px -10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.01);
    transform: translateY(2px);
}

a i {
    font-size: 15px;             /*size de los logos*/
    color: whitesmoke;              /* color de los logos*/
    transition: transform 0.5s;
}

a:hover .fa-facebook {
    color: #3b5998;
}

a:hover .fa-twitter {
    color: #00acee;
}

a:hover .fa-instagram {
    color: #f852ce;
}

a:hover .fa-linkedin {
    color: #006192;
}

a:hover .fa-whatsapp {
    color: #4fce5d;
}