@charset "UTF-8";

body,h1,h2,h3,h4,p,ul,ol{
  margin: 0;
  padding: 0;}

ul,li {list-style: none;}

a{text-decoration: none;}

* {box-sizing: border-box;} 

body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  line-height: 1.8;
  color: #444;}

header{
    background-color: #fff;
}

header a:hover{opacity: 0.3;}

.banner{display: flex;
align-items: center;
justify-content: center;}

.banner img{width: 100px;}

.se_nav{width: 40%;
    height: 60px;
    align-items: center;}

.se_nav ul{display: flex;
justify-content: space-evenly;}
    

.se_nav ul li a img{
    width: 50px;
}

.pa_nav{width: 40%;
height: 60px;
align-items: center;}

.pa_nav ul{display: flex;
justify-content: space-evenly;}

.pa_nav ul li a img{
    width: 50px;
    padding: auto;
}

.text_box{
    background-color: black;
    width: 100%;
    height: 100px;
    text-align: center;
    justify-content: center;
}

.text_box h1{font-size: 55px;
color: #fff;
margin: auto;}

.main_image{text-align: center;}

.main_image img{width: 60%;}

article{padding: 0 50px 0 50px;}

.se{width: 900px;
    margin: auto ;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
background-color: #00e04b;}

.se h2{font-size: 30px;
    color: rgb(212, 40, 40);
display: flex;}

.se h2 img{width: 100px;
margin-top: 4px;}

.text{padding-top: 30px;
margin-left: 10px;}

.menu{overflow: hidden;
display: flex;
margin: 0 20px 30px 20px;}

.slide{
    background-color: #fff;
    margin: 0 -5px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-evenly;
    animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-98%);
    }
}

.slide li{width: 150px;}

.slide img{width: 70px;}

.pa{width: 900px;
    margin: auto ;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
background-color: rgb(1, 235, 243);}

.pa h2{font-size: 30px;
    color: #fff;
display: flex;}

.pa h2 img{width: 100px;
margin-top: 4px;}


.mejor{width: 900px;
    margin: auto ;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
background-color: rgb(54, 54, 54);}

.mejor h2{font-size: 30px;
    color: #fff;
display: flex;}

.mejor h2 img{width: 100px;
margin-top: 4px;}

footer{text-align: center;
    background-color: black;}

.small{font-size: 12px;
      color: white;}

.top_news{width: 900px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 10px;}

.top_news h1{font-size: 40px;
color: black;}

.top_news a:hover{opacity: 0.4;}

.news{background-color: thistle;
text-align: center;}

.news h2{font-size: 30px;
color: #444;}

.news img{width: 45%;
margin: 20px;}

.news a:hover{opacity: 0.7;}

.team_official{width: 900px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;}

.team_official h1{font-size: 40px;
color: black;}

.teams{display: flex;
justify-content: space-evenly;
margin: 0;
padding: 20px;
background-color: rgb(247, 248, 157);}

.teams a:hover{opacity: 0.7;
color: red;}

.team{width: 200px;
    background-color: #fff; 
    margin: auto;
    text-align: center;
    padding: 5px;}

.team img{width: 100px;}

.button{text-align: center;}

.btn-sf-like {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.3em 0.5em;
    background: #00bcd4;
    border-top: solid 3px #00a3d4;
    border-bottom: solid 3px #00a3d4;
    transition: .4s;
  }
  
  .btn-sf-like:hover {
    text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83),
                 6px 0px 15px rgba(255, 255, 240, 0.83);
  }